Shades of Barley Corn #B89C5A
Tints of Barley Corn #B89C5A
RGB
CMYK
RGB Variations
Color information
#B89C5A (or 0xB89C5A) is known color: Barley Corn. HEX triplet: B8, 9C and 5A. RGB value is (184,156,90). Sum of RGB (Red+Green+Blue) = 184+156+90=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C5A is #4763A5. Grayscale: #9D9D9D. Windows color (decimal): -4678566 or 5938360. OLE color: 5938360.
HSL color Cylindrical-coordinate representation of color #B89C5A: hue angle of 42.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B89C5A is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 90 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.28 |
| HSL | 42.13º | 0.4% | 0.54% | - |
| HSV(B) | 42.13º | 0.51% | 0.72% | - |
| XYZ | 33.5 | 34.71 | 14.61 | - |
| YUV | 156.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 90 | 0 | 0.15 | 0.51 | 0.28 | 42.13 | 0.4 | 0.54 |
| Hex | B8 | 9C | 5A | 0 | F | 33 | 1C | 2A | 28 | 36 |
| Octal | 270 | 234 | 132 | 0 | 17 | 63 | 34 | 52 | 50 | 66 |
| Binary | 10111000 | 10011100 | 1011010 | 0 | 1111 | 110011 | 11100 | 101010 | 101000 | 110110 |
Color Harmonies of #B89C5A
Complementary color
Monochromatic Colors of #B89C5A
Black with #B89C5A
Text Example
Text Example
White with #B89C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C5A; }
p { color: rgb(184,156,90); }
H1.HeaderClassName
{
color: #B89C5A;
}
.AnyTagClassName
{
color: #B89C5A;
}
</style>
background-color css
<style>
a { background-color: #B89C5A; }
a { background-color: rgb(184,156,90); }
div.DivClassName
{
background-color: #B89C5A;
}
.BgClassName
{
background-color: #B89C5A;
}
</style>
border-color css
<style>
span { border-color: #B89C5A; }
span { border-color: rgb(184,156,90); }
td.TdClassName
{
border-color: #B89C5A;
}
.TagClassName
{
border-color: #B89C5A;
}
</style>