Shades of Barley Corn #BB9A59
Tints of Barley Corn #BB9A59
RGB
CMYK
RGB Variations
Color information
#BB9A59 (or 0xBB9A59) is known color: Barley Corn. HEX triplet: BB, 9A and 59. RGB value is (187,154,89). Sum of RGB (Red+Green+Blue) = 187+154+89=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A59 is #4465A6. Grayscale: #9C9C9C. Windows color (decimal): -4482471 or 5872315. OLE color: 5872315.
HSL color Cylindrical-coordinate representation of color #BB9A59: hue angle of 39.8º 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 #BB9A59 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 89 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.27 |
| HSL | 39.8º | 0.42% | 0.54% | - |
| HSV(B) | 39.8º | 0.52% | 0.73% | - |
| XYZ | 33.85 | 34.4 | 14.31 | - |
| YUV | 156.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 89 | 0 | 0.18 | 0.52 | 0.27 | 39.8 | 0.42 | 0.54 |
| Hex | BB | 9A | 59 | 0 | 12 | 34 | 1B | 28 | 2A | 36 |
| Octal | 273 | 232 | 131 | 0 | 22 | 64 | 33 | 50 | 52 | 66 |
| Binary | 10111011 | 10011010 | 1011001 | 0 | 10010 | 110100 | 11011 | 101000 | 101010 | 110110 |
Color Harmonies of #BB9A59
Complementary color
Monochromatic Colors of #BB9A59
Black with #BB9A59
Text Example
Text Example
White with #BB9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A59; }
p { color: rgb(187,154,89); }
H1.HeaderClassName
{
color: #BB9A59;
}
.AnyTagClassName
{
color: #BB9A59;
}
</style>
background-color css
<style>
a { background-color: #BB9A59; }
a { background-color: rgb(187,154,89); }
div.DivClassName
{
background-color: #BB9A59;
}
.BgClassName
{
background-color: #BB9A59;
}
</style>
border-color css
<style>
span { border-color: #BB9A59; }
span { border-color: rgb(187,154,89); }
td.TdClassName
{
border-color: #BB9A59;
}
.TagClassName
{
border-color: #BB9A59;
}
</style>