Color spaces of #b6a683
RGB | 182 | 166 | 131 |
---|---|---|---|
HSL | 0.11 | 0.26 | 0.61 |
HSV | 41° | 28° | 71° |
CMYK | 0.00 | 0.09 | 0.28 0.29 |
XYZ | 37.0244 | 38.8562 | 27.0213 |
Yxy | 38.8562 | 0.3598 | 0.3776 |
Hunter Lab | 62.3347 | -3.0638 | 17.9329 |
CIE-Lab | 68.6470 | 0.3052 | 20.2594 |
#b6a683 color RGB value is (182,166,131).
#b6a683 hex color red value is 182, green value is 166 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #b6a683 hue: 0.11 , saturation: 0.26 and the lightness value of b6a683 is 0.61.
The process color (four color CMYK) of #b6a683 color hex is 0.00, 0.09, 0.28, 0.29. Web safe color of #b6a683 is #cc9999. Color #b6a683 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10100110 | 10000011 |
Octal | 266 | 246 | 203 |
Decimal | 182 | 166 | 131 |
Hex | B6 | A6 | 83 |
Shades of #b6a683
Tints of #b6a683
RGB Percentages of Color #b6a683
CMYK Percentages of Color #b6a683
Complementary Color
#b6a683 | #8393b6 |
#b6a683 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6a683 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6a683 Color CSS Codes
.mybgcolor {background-color:#b6a683; } .myforecolor {color:#b6a683; } .mybordercolor {border:3px solid #b6a683; }
#b6a683 Text Font Color
<p style="color:#b6a683">Text here</p>
This sample text font color is #b6a683
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b6a683 Background Color
<div style="background-color:#b6a683">
Div content here</div>
This div background color is #b6a683
#b6a683 Border Color
<div style="border:3px solid #b6a683">
Div here</div>
This div border color is #b6a683
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,166,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6a683; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6a683; -webkit-box-shadow: 1px 1px 3px 2px #b6a683; box-shadow: 1px 1px 3px 2px #b6a683; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,166,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6a683">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6a683; -webkit-box-shadow: 1px 1px 3px 2px #b6a683; box-shadow: 1px 1px 3px 2px #b6a683;">
Div content here</div>
This div box has shadow with color #b6a683
Comments
No comments written yet.
Please login to write comment.