Color spaces of #bba963
RGB | 187 | 169 | 99 |
---|---|---|---|
HSL | 0.13 | 0.39 | 0.56 |
HSV | 48° | 47° | 73° |
CMYK | 0.00 | 0.10 | 0.47 0.27 |
XYZ | 36.9336 | 39.8416 | 17.5480 |
Yxy | 39.8416 | 0.3916 | 0.4224 |
Hunter Lab | 63.1202 | -6.0144 | 27.7010 |
CIE-Lab | 69.3566 | -3.0522 | 38.3272 |
#bba963 color RGB value is (187,169,99).
#bba963 hex color red value is 187, green value is 169 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bba963 hue: 0.13 , saturation: 0.39 and the lightness value of bba963 is 0.56.
The process color (four color CMYK) of #bba963 color hex is 0.00, 0.10, 0.47, 0.27. Web safe color of #bba963 is #cc9966. Color #bba963 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101001 | 01100011 |
Octal | 273 | 251 | 143 |
Decimal | 187 | 169 | 99 |
Hex | BB | A9 | 63 |
Shades of #bba963
Tints of #bba963
RGB Percentages of Color #bba963
CMYK Percentages of Color #bba963
Complementary Color
#bba963 | #6375bb |
#bba963 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba963 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba963 Color CSS Codes
.mybgcolor {background-color:#bba963; } .myforecolor {color:#bba963; } .mybordercolor {border:3px solid #bba963; }
#bba963 Text Font Color
<p style="color:#bba963">Text here</p>
This sample text font color is #bba963
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.
#bba963 Background Color
<div style="background-color:#bba963">
Div content here</div>
This div background color is #bba963
#bba963 Border Color
<div style="border:3px solid #bba963">
Div here</div>
This div border color is #bba963
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,169,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba963; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba963; -webkit-box-shadow: 1px 1px 3px 2px #bba963; box-shadow: 1px 1px 3px 2px #bba963; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,169,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba963">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba963; -webkit-box-shadow: 1px 1px 3px 2px #bba963; box-shadow: 1px 1px 3px 2px #bba963;">
Div content here</div>
This div box has shadow with color #bba963
Comments
No comments written yet.
Please login to write comment.