Shades of Barley Corn #BB9A5E
Tints of Barley Corn #BB9A5E
RGB
CMYK
RGB Variations
Color information
#BB9A5E (or 0xBB9A5E) is known color: Barley Corn. HEX triplet: BB, 9A and 5E. RGB value is (187,154,94). Sum of RGB (Red+Green+Blue) = 187+154+94=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A5E is #4465A1. Grayscale: #9D9D9D. Windows color (decimal): -4482466 or 6199995. OLE color: 6199995.
HSL color Cylindrical-coordinate representation of color #BB9A5E: hue angle of 38.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB9A5E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 94 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.27 |
| HSL | 38.71º | 0.41% | 0.55% | - |
| HSV(B) | 38.71º | 0.5% | 0.73% | - |
| XYZ | 34.07 | 34.48 | 15.45 | - |
| YUV | 157.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 94 | 0 | 0.18 | 0.50 | 0.27 | 38.71 | 0.41 | 0.55 |
| Hex | BB | 9A | 5E | 0 | 12 | 32 | 1B | 27 | 29 | 37 |
| Octal | 273 | 232 | 136 | 0 | 22 | 62 | 33 | 47 | 51 | 67 |
| Binary | 10111011 | 10011010 | 1011110 | 0 | 10010 | 110010 | 11011 | 100111 | 101001 | 110111 |
Color Harmonies of #BB9A5E
Complementary color
Monochromatic Colors of #BB9A5E
Black with #BB9A5E
Text Example
Text Example
White with #BB9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A5E; }
p { color: rgb(187,154,94); }
H1.HeaderClassName
{
color: #BB9A5E;
}
.AnyTagClassName
{
color: #BB9A5E;
}
</style>
background-color css
<style>
a { background-color: #BB9A5E; }
a { background-color: rgb(187,154,94); }
div.DivClassName
{
background-color: #BB9A5E;
}
.BgClassName
{
background-color: #BB9A5E;
}
</style>
border-color css
<style>
span { border-color: #BB9A5E; }
span { border-color: rgb(187,154,94); }
td.TdClassName
{
border-color: #BB9A5E;
}
.TagClassName
{
border-color: #BB9A5E;
}
</style>