Color spaces of #bb494a
RGB | 187 | 73 | 74 |
---|---|---|---|
HSL | 1.00 | 0.46 | 0.51 |
HSV | 359° | 61° | 73° |
CMYK | 0.00 | 0.61 | 0.60 0.27 |
XYZ | 24.1121 | 15.8243 | 8.2621 |
Yxy | 15.8243 | 0.5003 | 0.3283 |
Hunter Lab | 39.7798 | 38.5814 | 15.5315 |
CIE-Lab | 46.7431 | 46.0763 | 23.5057 |
#bb494a color RGB value is (187,73,74).
#bb494a hex color red value is 187, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bb494a hue: 1.00 , saturation: 0.46 and the lightness value of bb494a is 0.51.
The process color (four color CMYK) of #bb494a color hex is 0.00, 0.61, 0.60, 0.27. Web safe color of #bb494a is #cc3333. Color #bb494a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01001001 | 01001010 |
Octal | 273 | 111 | 112 |
Decimal | 187 | 73 | 74 |
Hex | BB | 49 | 4A |
Shades of #bb494a
Tints of #bb494a
RGB Percentages of Color #bb494a
CMYK Percentages of Color #bb494a
Complementary Color
#bb494a | #49bbba |
#bb494a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb494a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb494a Color CSS Codes
.mybgcolor {background-color:#bb494a; } .myforecolor {color:#bb494a; } .mybordercolor {border:3px solid #bb494a; }
#bb494a Text Font Color
<p style="color:#bb494a">Text here</p>
This sample text font color is #bb494a
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.
#bb494a Background Color
<div style="background-color:#bb494a">
Div content here</div>
This div background color is #bb494a
#bb494a Border Color
<div style="border:3px solid #bb494a">
Div here</div>
This div border color is #bb494a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,73,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb494a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb494a; -webkit-box-shadow: 1px 1px 3px 2px #bb494a; box-shadow: 1px 1px 3px 2px #bb494a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,73,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb494a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb494a; -webkit-box-shadow: 1px 1px 3px 2px #bb494a; box-shadow: 1px 1px 3px 2px #bb494a;">
Div content here</div>
This div box has shadow with color #bb494a
Comments
No comments written yet.
Please login to write comment.