Color spaces of #bba893
RGB | 187 | 168 | 147 |
---|---|---|---|
HSL | 0.09 | 0.23 | 0.65 |
HSV | 32° | 21° | 73° |
CMYK | 0.00 | 0.10 | 0.21 0.27 |
XYZ | 39.7626 | 40.6766 | 33.3594 |
Yxy | 40.6766 | 0.3494 | 0.3574 |
Hunter Lab | 63.7782 | -0.3258 | 13.6329 |
CIE-Lab | 69.9487 | 3.4829 | 13.3587 |
#bba893 color RGB value is (187,168,147).
#bba893 hex color red value is 187, green value is 168 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bba893 hue: 0.09 , saturation: 0.23 and the lightness value of bba893 is 0.65.
The process color (four color CMYK) of #bba893 color hex is 0.00, 0.10, 0.21, 0.27. Web safe color of #bba893 is #cc9999. Color #bba893 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101000 | 10010011 |
Octal | 273 | 250 | 223 |
Decimal | 187 | 168 | 147 |
Hex | BB | A8 | 93 |
Shades of #bba893
Tints of #bba893
RGB Percentages of Color #bba893
CMYK Percentages of Color #bba893
Complementary Color
#bba893 | #93a6bb |
#bba893 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba893 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba893 Color CSS Codes
.mybgcolor {background-color:#bba893; } .myforecolor {color:#bba893; } .mybordercolor {border:3px solid #bba893; }
#bba893 Text Font Color
<p style="color:#bba893">Text here</p>
This sample text font color is #bba893
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.
#bba893 Background Color
<div style="background-color:#bba893">
Div content here</div>
This div background color is #bba893
#bba893 Border Color
<div style="border:3px solid #bba893">
Div here</div>
This div border color is #bba893
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,168,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba893; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba893; -webkit-box-shadow: 1px 1px 3px 2px #bba893; box-shadow: 1px 1px 3px 2px #bba893; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,168,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba893">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba893; -webkit-box-shadow: 1px 1px 3px 2px #bba893; box-shadow: 1px 1px 3px 2px #bba893;">
Div content here</div>
This div box has shadow with color #bba893
Comments
No comments written yet.
Please login to write comment.