Shades of Barley Corn #B89C58
Tints of Barley Corn #B89C58
RGB
CMYK
RGB Variations
Color information
#B89C58 (or 0xB89C58) is known color: Barley Corn. HEX triplet: B8, 9C and 58. RGB value is (184,156,88). Sum of RGB (Red+Green+Blue) = 184+156+88=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C58 is #4763A7. Grayscale: #9C9C9C. Windows color (decimal): -4678568 or 5807288. OLE color: 5807288.
HSL color Cylindrical-coordinate representation of color #B89C58: hue angle of 42.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89C58 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 88 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.28 |
| HSL | 42.5º | 0.4% | 0.53% | - |
| HSV(B) | 42.5º | 0.52% | 0.72% | - |
| XYZ | 33.42 | 34.67 | 14.16 | - |
| YUV | 156.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 88 | 0 | 0.15 | 0.52 | 0.28 | 42.5 | 0.4 | 0.53 |
| Hex | B8 | 9C | 58 | 0 | F | 34 | 1C | 2A | 28 | 35 |
| Octal | 270 | 234 | 130 | 0 | 17 | 64 | 34 | 52 | 50 | 65 |
| Binary | 10111000 | 10011100 | 1011000 | 0 | 1111 | 110100 | 11100 | 101010 | 101000 | 110101 |
Color Harmonies of #B89C58
Complementary color
Monochromatic Colors of #B89C58
Black with #B89C58
Text Example
Text Example
White with #B89C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C58; }
p { color: rgb(184,156,88); }
H1.HeaderClassName
{
color: #B89C58;
}
.AnyTagClassName
{
color: #B89C58;
}
</style>
background-color css
<style>
a { background-color: #B89C58; }
a { background-color: rgb(184,156,88); }
div.DivClassName
{
background-color: #B89C58;
}
.BgClassName
{
background-color: #B89C58;
}
</style>
border-color css
<style>
span { border-color: #B89C58; }
span { border-color: rgb(184,156,88); }
td.TdClassName
{
border-color: #B89C58;
}
.TagClassName
{
border-color: #B89C58;
}
</style>