Color spaces of #bba891
RGB | 187 | 168 | 145 |
---|---|---|---|
HSL | 0.09 | 0.24 | 0.65 |
HSV | 33° | 22° | 73° |
CMYK | 0.00 | 0.10 | 0.22 0.27 |
XYZ | 39.6070 | 40.6144 | 32.5399 |
Yxy | 40.6144 | 0.3512 | 0.3602 |
Hunter Lab | 63.7294 | -0.5911 | 14.3374 |
CIE-Lab | 69.9049 | 3.1834 | 14.3963 |
#bba891 color RGB value is (187,168,145).
#bba891 hex color red value is 187, green value is 168 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bba891 hue: 0.09 , saturation: 0.24 and the lightness value of bba891 is 0.65.
The process color (four color CMYK) of #bba891 color hex is 0.00, 0.10, 0.22, 0.27. Web safe color of #bba891 is #cc9999. Color #bba891 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101000 | 10010001 |
Octal | 273 | 250 | 221 |
Decimal | 187 | 168 | 145 |
Hex | BB | A8 | 91 |
Shades of #bba891
Tints of #bba891
RGB Percentages of Color #bba891
CMYK Percentages of Color #bba891
Complementary Color
#bba891 | #91a4bb |
#bba891 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba891 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba891 Color CSS Codes
.mybgcolor {background-color:#bba891; } .myforecolor {color:#bba891; } .mybordercolor {border:3px solid #bba891; }
#bba891 Text Font Color
<p style="color:#bba891">Text here</p>
This sample text font color is #bba891
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.
#bba891 Background Color
<div style="background-color:#bba891">
Div content here</div>
This div background color is #bba891
#bba891 Border Color
<div style="border:3px solid #bba891">
Div here</div>
This div border color is #bba891
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,168,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba891; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba891; -webkit-box-shadow: 1px 1px 3px 2px #bba891; box-shadow: 1px 1px 3px 2px #bba891; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,168,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba891">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba891; -webkit-box-shadow: 1px 1px 3px 2px #bba891; box-shadow: 1px 1px 3px 2px #bba891;">
Div content here</div>
This div box has shadow with color #bba891
Comments
No comments written yet.
Please login to write comment.