Shades of Barley Corn #BB9D5A
Tints of Barley Corn #BB9D5A
RGB
CMYK
RGB Variations
Color information
#BB9D5A (or 0xBB9D5A) is known color: Barley Corn. HEX triplet: BB, 9D and 5A. RGB value is (187,157,90). Sum of RGB (Red+Green+Blue) = 187+157+90=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9D5A is #4462A5. Grayscale: #9E9E9E. Windows color (decimal): -4481702 or 5938619. OLE color: 5938619.
HSL color Cylindrical-coordinate representation of color #BB9D5A: hue angle of 41.44º 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 #BB9D5A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 90 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.27 |
| HSL | 41.44º | 0.42% | 0.54% | - |
| HSV(B) | 41.44º | 0.52% | 0.73% | - |
| XYZ | 34.4 | 35.42 | 14.7 | - |
| YUV | 158.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 90 | 0 | 0.16 | 0.52 | 0.27 | 41.44 | 0.42 | 0.54 |
| Hex | BB | 9D | 5A | 0 | 10 | 34 | 1B | 29 | 2A | 36 |
| Octal | 273 | 235 | 132 | 0 | 20 | 64 | 33 | 51 | 52 | 66 |
| Binary | 10111011 | 10011101 | 1011010 | 0 | 10000 | 110100 | 11011 | 101001 | 101010 | 110110 |
Color Harmonies of #BB9D5A
Complementary color
Monochromatic Colors of #BB9D5A
Black with #BB9D5A
Text Example
Text Example
White with #BB9D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9D5A; }
p { color: rgb(187,157,90); }
H1.HeaderClassName
{
color: #BB9D5A;
}
.AnyTagClassName
{
color: #BB9D5A;
}
</style>
background-color css
<style>
a { background-color: #BB9D5A; }
a { background-color: rgb(187,157,90); }
div.DivClassName
{
background-color: #BB9D5A;
}
.BgClassName
{
background-color: #BB9D5A;
}
</style>
border-color css
<style>
span { border-color: #BB9D5A; }
span { border-color: rgb(187,157,90); }
td.TdClassName
{
border-color: #BB9D5A;
}
.TagClassName
{
border-color: #BB9D5A;
}
</style>