Shades of Barley Corn #BB9E5C
Tints of Barley Corn #BB9E5C
RGB
CMYK
RGB Variations
Color information
#BB9E5C (or 0xBB9E5C) is known color: Barley Corn. HEX triplet: BB, 9E and 5C. RGB value is (187,158,92). Sum of RGB (Red+Green+Blue) = 187+158+92=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E5C is #4461A3. Grayscale: #9F9F9F. Windows color (decimal): -4481444 or 6069947. OLE color: 6069947.
HSL color Cylindrical-coordinate representation of color #BB9E5C: hue angle of 41.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB9E5C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 92 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.27 |
| HSL | 41.68º | 0.41% | 0.55% | - |
| HSV(B) | 41.68º | 0.51% | 0.73% | - |
| XYZ | 34.65 | 35.79 | 15.21 | - |
| YUV | 159.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 92 | 0 | 0.16 | 0.51 | 0.27 | 41.68 | 0.41 | 0.55 |
| Hex | BB | 9E | 5C | 0 | 10 | 33 | 1B | 2A | 29 | 37 |
| Octal | 273 | 236 | 134 | 0 | 20 | 63 | 33 | 52 | 51 | 67 |
| Binary | 10111011 | 10011110 | 1011100 | 0 | 10000 | 110011 | 11011 | 101010 | 101001 | 110111 |
Color Harmonies of #BB9E5C
Complementary color
Monochromatic Colors of #BB9E5C
Black with #BB9E5C
Text Example
Text Example
White with #BB9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E5C; }
p { color: rgb(187,158,92); }
H1.HeaderClassName
{
color: #BB9E5C;
}
.AnyTagClassName
{
color: #BB9E5C;
}
</style>
background-color css
<style>
a { background-color: #BB9E5C; }
a { background-color: rgb(187,158,92); }
div.DivClassName
{
background-color: #BB9E5C;
}
.BgClassName
{
background-color: #BB9E5C;
}
</style>
border-color css
<style>
span { border-color: #BB9E5C; }
span { border-color: rgb(187,158,92); }
td.TdClassName
{
border-color: #BB9E5C;
}
.TagClassName
{
border-color: #BB9E5C;
}
</style>