Color spaces of #bba26b
RGB | 187 | 162 | 107 |
---|---|---|---|
HSL | 0.11 | 0.37 | 0.58 |
HSV | 41° | 43° | 73° |
CMYK | 0.00 | 0.13 | 0.43 0.27 |
XYZ | 36.0677 | 37.4670 | 19.2408 |
Yxy | 37.4670 | 0.3888 | 0.4038 |
Hunter Lab | 61.2103 | -1.9382 | 24.2100 |
CIE-Lab | 67.6259 | 1.5335 | 31.9504 |
#bba26b color RGB value is (187,162,107).
#bba26b hex color red value is 187, green value is 162 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bba26b hue: 0.11 , saturation: 0.37 and the lightness value of bba26b is 0.58.
The process color (four color CMYK) of #bba26b color hex is 0.00, 0.13, 0.43, 0.27. Web safe color of #bba26b is #cc9966. Color #bba26b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100010 | 01101011 |
Octal | 273 | 242 | 153 |
Decimal | 187 | 162 | 107 |
Hex | BB | A2 | 6B |
Shades of #bba26b
Tints of #bba26b
RGB Percentages of Color #bba26b
CMYK Percentages of Color #bba26b
Complementary Color
#bba26b | #6b84bb |
#bba26b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba26b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba26b Color CSS Codes
.mybgcolor {background-color:#bba26b; } .myforecolor {color:#bba26b; } .mybordercolor {border:3px solid #bba26b; }
#bba26b Text Font Color
<p style="color:#bba26b">Text here</p>
This sample text font color is #bba26b
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.
#bba26b Background Color
<div style="background-color:#bba26b">
Div content here</div>
This div background color is #bba26b
#bba26b Border Color
<div style="border:3px solid #bba26b">
Div here</div>
This div border color is #bba26b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,162,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba26b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba26b; -webkit-box-shadow: 1px 1px 3px 2px #bba26b; box-shadow: 1px 1px 3px 2px #bba26b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,162,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba26b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba26b; -webkit-box-shadow: 1px 1px 3px 2px #bba26b; box-shadow: 1px 1px 3px 2px #bba26b;">
Div content here</div>
This div box has shadow with color #bba26b
Comments
No comments written yet.
Please login to write comment.