Color spaces of #bbb794
RGB | 187 | 183 | 148 |
---|---|---|---|
HSL | 0.15 | 0.22 | 0.66 |
HSV | 54° | 21° | 73° |
CMYK | 0.00 | 0.02 | 0.21 0.27 |
XYZ | 42.7723 | 46.5699 | 34.7515 |
Yxy | 46.5699 | 0.3447 | 0.3753 |
Hunter Lab | 68.2421 | -7.5449 | 17.5768 |
CIE-Lab | 73.9138 | -4.4014 | 18.3450 |
#bbb794 color RGB value is (187,183,148).
#bbb794 hex color red value is 187, green value is 183 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bbb794 hue: 0.15 , saturation: 0.22 and the lightness value of bbb794 is 0.66.
The process color (four color CMYK) of #bbb794 color hex is 0.00, 0.02, 0.21, 0.27. Web safe color of #bbb794 is #cccc99. Color #bbb794 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10110111 | 10010100 |
Octal | 273 | 267 | 224 |
Decimal | 187 | 183 | 148 |
Hex | BB | B7 | 94 |
Shades of #bbb794
Tints of #bbb794
RGB Percentages of Color #bbb794
CMYK Percentages of Color #bbb794
Complementary Color
#bbb794 | #9498bb |
#bbb794 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb794 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb794 Color CSS Codes
.mybgcolor {background-color:#bbb794; } .myforecolor {color:#bbb794; } .mybordercolor {border:3px solid #bbb794; }
#bbb794 Text Font Color
<p style="color:#bbb794">Text here</p>
This sample text font color is #bbb794
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.
#bbb794 Background Color
<div style="background-color:#bbb794">
Div content here</div>
This div background color is #bbb794
#bbb794 Border Color
<div style="border:3px solid #bbb794">
Div here</div>
This div border color is #bbb794
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,183,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb794; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb794; -webkit-box-shadow: 1px 1px 3px 2px #bbb794; box-shadow: 1px 1px 3px 2px #bbb794; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,183,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbb794">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb794; -webkit-box-shadow: 1px 1px 3px 2px #bbb794; box-shadow: 1px 1px 3px 2px #bbb794;">
Div content here</div>
This div box has shadow with color #bbb794
Comments
No comments written yet.
Please login to write comment.