Shades of Barley Corn #B89059
Tints of Barley Corn #B89059
RGB
CMYK
RGB Variations
Color information
#B89059 (or 0xB89059) is known color: Barley Corn. HEX triplet: B8, 90 and 59. RGB value is (184,144,89). Sum of RGB (Red+Green+Blue) = 184+144+89=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89059 is #476FA6. Grayscale: #959595. Windows color (decimal): -4681639 or 5869752. OLE color: 5869752.
HSL color Cylindrical-coordinate representation of color #B89059: hue angle of 34.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89059 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 89 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.28 |
| HSL | 34.74º | 0.4% | 0.54% | - |
| HSV(B) | 34.74º | 0.52% | 0.72% | - |
| XYZ | 31.54 | 30.86 | 13.74 | - |
| YUV | 149.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 89 | 0 | 0.22 | 0.52 | 0.28 | 34.74 | 0.4 | 0.54 |
| Hex | B8 | 90 | 59 | 0 | 16 | 34 | 1C | 23 | 28 | 36 |
| Octal | 270 | 220 | 131 | 0 | 26 | 64 | 34 | 43 | 50 | 66 |
| Binary | 10111000 | 10010000 | 1011001 | 0 | 10110 | 110100 | 11100 | 100011 | 101000 | 110110 |
Color Harmonies of #B89059
Complementary color
Monochromatic Colors of #B89059
Black with #B89059
Text Example
Text Example
White with #B89059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89059; }
p { color: rgb(184,144,89); }
H1.HeaderClassName
{
color: #B89059;
}
.AnyTagClassName
{
color: #B89059;
}
</style>
background-color css
<style>
a { background-color: #B89059; }
a { background-color: rgb(184,144,89); }
div.DivClassName
{
background-color: #B89059;
}
.BgClassName
{
background-color: #B89059;
}
</style>
border-color css
<style>
span { border-color: #B89059; }
span { border-color: rgb(184,144,89); }
td.TdClassName
{
border-color: #B89059;
}
.TagClassName
{
border-color: #B89059;
}
</style>