Color spaces of #bbb897
RGB | 187 | 184 | 151 |
---|---|---|---|
HSL | 0.15 | 0.21 | 0.66 |
HSV | 55° | 19° | 73° |
CMYK | 0.00 | 0.02 | 0.19 0.27 |
XYZ | 43.2199 | 47.0801 | 36.0876 |
Yxy | 47.0801 | 0.3420 | 0.3725 |
Hunter Lab | 68.6149 | -7.6407 | 16.8473 |
CIE-Lab | 74.2410 | -4.4797 | 17.1794 |
#bbb897 color RGB value is (187,184,151).
#bbb897 hex color red value is 187, green value is 184 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bbb897 hue: 0.15 , saturation: 0.21 and the lightness value of bbb897 is 0.66.
The process color (four color CMYK) of #bbb897 color hex is 0.00, 0.02, 0.19, 0.27. Web safe color of #bbb897 is #cccc99. Color #bbb897 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111000 | 10010111 |
Octal | 273 | 270 | 227 |
Decimal | 187 | 184 | 151 |
Hex | BB | B8 | 97 |
Shades of #bbb897
Tints of #bbb897
RGB Percentages of Color #bbb897
CMYK Percentages of Color #bbb897
Complementary Color
#bbb897 | #979abb |
#bbb897 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb897 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb897 Color CSS Codes
.mybgcolor {background-color:#bbb897; } .myforecolor {color:#bbb897; } .mybordercolor {border:3px solid #bbb897; }
#bbb897 Text Font Color
<p style="color:#bbb897">Text here</p>
This sample text font color is #bbb897
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.
#bbb897 Background Color
<div style="background-color:#bbb897">
Div content here</div>
This div background color is #bbb897
#bbb897 Border Color
<div style="border:3px solid #bbb897">
Div here</div>
This div border color is #bbb897
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,184,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb897; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb897; -webkit-box-shadow: 1px 1px 3px 2px #bbb897; box-shadow: 1px 1px 3px 2px #bbb897; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,184,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbb897">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb897; -webkit-box-shadow: 1px 1px 3px 2px #bbb897; box-shadow: 1px 1px 3px 2px #bbb897;">
Div content here</div>
This div box has shadow with color #bbb897
Comments
No comments written yet.
Please login to write comment.