Shades of Barley Corn #BB9C5A
Tints of Barley Corn #BB9C5A
RGB
CMYK
RGB Variations
Color information
#BB9C5A (or 0xBB9C5A) is known color: Barley Corn. HEX triplet: BB, 9C and 5A. RGB value is (187,156,90). Sum of RGB (Red+Green+Blue) = 187+156+90=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C5A is #4463A5. Grayscale: #9E9E9E. Windows color (decimal): -4481958 or 5938363. OLE color: 5938363.
HSL color Cylindrical-coordinate representation of color #BB9C5A: hue angle of 40.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB9C5A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 90 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.27 |
| HSL | 40.82º | 0.42% | 0.54% | - |
| HSV(B) | 40.82º | 0.52% | 0.73% | - |
| XYZ | 34.23 | 35.08 | 14.64 | - |
| YUV | 157.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 90 | 0 | 0.17 | 0.52 | 0.27 | 40.82 | 0.42 | 0.54 |
| Hex | BB | 9C | 5A | 0 | 11 | 34 | 1B | 29 | 2A | 36 |
| Octal | 273 | 234 | 132 | 0 | 21 | 64 | 33 | 51 | 52 | 66 |
| Binary | 10111011 | 10011100 | 1011010 | 0 | 10001 | 110100 | 11011 | 101001 | 101010 | 110110 |
Color Harmonies of #BB9C5A
Complementary color
Monochromatic Colors of #BB9C5A
Black with #BB9C5A
Text Example
Text Example
White with #BB9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9C5A; }
p { color: rgb(187,156,90); }
H1.HeaderClassName
{
color: #BB9C5A;
}
.AnyTagClassName
{
color: #BB9C5A;
}
</style>
background-color css
<style>
a { background-color: #BB9C5A; }
a { background-color: rgb(187,156,90); }
div.DivClassName
{
background-color: #BB9C5A;
}
.BgClassName
{
background-color: #BB9C5A;
}
</style>
border-color css
<style>
span { border-color: #BB9C5A; }
span { border-color: rgb(187,156,90); }
td.TdClassName
{
border-color: #BB9C5A;
}
.TagClassName
{
border-color: #BB9C5A;
}
</style>