Color spaces of #b08a6c
RGB | 176 | 138 | 108 |
---|---|---|---|
HSL | 0.07 | 0.30 | 0.56 |
HSV | 26° | 39° | 69° |
CMYK | 0.00 | 0.22 | 0.39 0.31 |
XYZ | 29.6997 | 28.4898 | 18.1211 |
Yxy | 28.4898 | 0.3892 | 0.3733 |
Hunter Lab | 53.3758 | 5.9143 | 17.2341 |
CIE-Lab | 60.3287 | 10.2898 | 21.5897 |
#b08a6c color RGB value is (176,138,108).
#b08a6c hex color red value is 176, green value is 138 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b08a6c hue: 0.07 , saturation: 0.30 and the lightness value of b08a6c is 0.56.
The process color (four color CMYK) of #b08a6c color hex is 0.00, 0.22, 0.39, 0.31. Web safe color of #b08a6c is #999966. Color #b08a6c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10001010 | 01101100 |
Octal | 260 | 212 | 154 |
Decimal | 176 | 138 | 108 |
Hex | B0 | 8A | 6C |
Shades of #b08a6c
Tints of #b08a6c
RGB Percentages of Color #b08a6c
CMYK Percentages of Color #b08a6c
Complementary Color
#b08a6c | #6c92b0 |
#b08a6c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b08a6c Color Preview on White Background
Lorem ipsum dolor sit amet.
#b08a6c Color CSS Codes
.mybgcolor {background-color:#b08a6c; } .myforecolor {color:#b08a6c; } .mybordercolor {border:3px solid #b08a6c; }
#b08a6c Text Font Color
<p style="color:#b08a6c">Text here</p>
This sample text font color is #b08a6c
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.
#b08a6c Background Color
<div style="background-color:#b08a6c">
Div content here</div>
This div background color is #b08a6c
#b08a6c Border Color
<div style="border:3px solid #b08a6c">
Div here</div>
This div border color is #b08a6c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,138,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b08a6c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b08a6c; -webkit-box-shadow: 1px 1px 3px 2px #b08a6c; box-shadow: 1px 1px 3px 2px #b08a6c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,138,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b08a6c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b08a6c; -webkit-box-shadow: 1px 1px 3px 2px #b08a6c; box-shadow: 1px 1px 3px 2px #b08a6c;">
Div content here</div>
This div box has shadow with color #b08a6c
#b08a6c Color Palettes
Comments
No comments written yet.
Please login to write comment.