Color spaces of #bba448
RGB | 187 | 164 | 72 |
---|---|---|---|
HSL | 0.13 | 0.46 | 0.51 |
HSV | 48° | 61° | 73° |
CMYK | 0.00 | 0.12 | 0.61 0.27 |
XYZ | 34.9387 | 37.5836 | 11.5438 |
Yxy | 37.5836 | 0.4156 | 0.4471 |
Hunter Lab | 61.3055 | -5.5553 | 31.7495 |
CIE-Lab | 67.7126 | -2.6572 | 49.6736 |
#bba448 color RGB value is (187,164,72).
#bba448 hex color red value is 187, green value is 164 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bba448 hue: 0.13 , saturation: 0.46 and the lightness value of bba448 is 0.51.
The process color (four color CMYK) of #bba448 color hex is 0.00, 0.12, 0.61, 0.27. Web safe color of #bba448 is #cc9933. Color #bba448 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100100 | 01001000 |
Octal | 273 | 244 | 110 |
Decimal | 187 | 164 | 72 |
Hex | BB | A4 | 48 |
Shades of #bba448
Tints of #bba448
RGB Percentages of Color #bba448
CMYK Percentages of Color #bba448
Complementary Color
#bba448 | #485fbb |
#bba448 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba448 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba448 Color CSS Codes
.mybgcolor {background-color:#bba448; } .myforecolor {color:#bba448; } .mybordercolor {border:3px solid #bba448; }
#bba448 Text Font Color
<p style="color:#bba448">Text here</p>
This sample text font color is #bba448
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.
#bba448 Background Color
<div style="background-color:#bba448">
Div content here</div>
This div background color is #bba448
#bba448 Border Color
<div style="border:3px solid #bba448">
Div here</div>
This div border color is #bba448
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,164,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba448; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba448; -webkit-box-shadow: 1px 1px 3px 2px #bba448; box-shadow: 1px 1px 3px 2px #bba448; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,164,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba448">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba448; -webkit-box-shadow: 1px 1px 3px 2px #bba448; box-shadow: 1px 1px 3px 2px #bba448;">
Div content here</div>
This div box has shadow with color #bba448
Comments
No comments written yet.
Please login to write comment.