Color spaces of #bba144
RGB | 187 | 161 | 68 |
---|---|---|---|
HSL | 0.13 | 0.47 | 0.50 |
HSV | 47° | 64° | 73° |
CMYK | 0.00 | 0.14 | 0.64 0.27 |
XYZ | 34.2818 | 36.4719 | 10.7018 |
Yxy | 36.4719 | 0.4209 | 0.4478 |
Hunter Lab | 60.3920 | -4.3595 | 31.7679 |
CIE-Lab | 66.8789 | -1.3228 | 50.5960 |
#bba144 color RGB value is (187,161,68).
#bba144 hex color red value is 187, green value is 161 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bba144 hue: 0.13 , saturation: 0.47 and the lightness value of bba144 is 0.50.
The process color (four color CMYK) of #bba144 color hex is 0.00, 0.14, 0.64, 0.27. Web safe color of #bba144 is #cc9933. Color #bba144 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100001 | 01000100 |
Octal | 273 | 241 | 104 |
Decimal | 187 | 161 | 68 |
Hex | BB | A1 | 44 |
Shades of #bba144
Tints of #bba144
RGB Percentages of Color #bba144
CMYK Percentages of Color #bba144
Complementary Color
#bba144 | #445ebb |
#bba144 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba144 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba144 Color CSS Codes
.mybgcolor {background-color:#bba144; } .myforecolor {color:#bba144; } .mybordercolor {border:3px solid #bba144; }
#bba144 Text Font Color
<p style="color:#bba144">Text here</p>
This sample text font color is #bba144
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.
#bba144 Background Color
<div style="background-color:#bba144">
Div content here</div>
This div background color is #bba144
#bba144 Border Color
<div style="border:3px solid #bba144">
Div here</div>
This div border color is #bba144
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,161,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba144; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba144; -webkit-box-shadow: 1px 1px 3px 2px #bba144; box-shadow: 1px 1px 3px 2px #bba144; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,161,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba144">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba144; -webkit-box-shadow: 1px 1px 3px 2px #bba144; box-shadow: 1px 1px 3px 2px #bba144;">
Div content here</div>
This div box has shadow with color #bba144
Comments
No comments written yet.
Please login to write comment.