Shades of Barley Corn #B89C62
Tints of Barley Corn #B89C62
RGB
CMYK
RGB Variations
Color information
#B89C62 (or 0xB89C62) is known color: Barley Corn. HEX triplet: B8, 9C and 62. RGB value is (184,156,98). Sum of RGB (Red+Green+Blue) = 184+156+98=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C62 is #47639D. Grayscale: #9E9E9E. Windows color (decimal): -4678558 or 6462648. OLE color: 6462648.
HSL color Cylindrical-coordinate representation of color #B89C62: hue angle of 40.47º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B89C62 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 98 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.28 |
| HSL | 40.47º | 0.38% | 0.55% | - |
| HSV(B) | 40.47º | 0.47% | 0.72% | - |
| XYZ | 33.86 | 34.85 | 16.5 | - |
| YUV | 157.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 98 | 0 | 0.15 | 0.47 | 0.28 | 40.47 | 0.38 | 0.55 |
| Hex | B8 | 9C | 62 | 0 | F | 2F | 1C | 28 | 26 | 37 |
| Octal | 270 | 234 | 142 | 0 | 17 | 57 | 34 | 50 | 46 | 67 |
| Binary | 10111000 | 10011100 | 1100010 | 0 | 1111 | 101111 | 11100 | 101000 | 100110 | 110111 |
Color Harmonies of #B89C62
Complementary color
Monochromatic Colors of #B89C62
Black with #B89C62
Text Example
Text Example
White with #B89C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C62; }
p { color: rgb(184,156,98); }
H1.HeaderClassName
{
color: #B89C62;
}
.AnyTagClassName
{
color: #B89C62;
}
</style>
background-color css
<style>
a { background-color: #B89C62; }
a { background-color: rgb(184,156,98); }
div.DivClassName
{
background-color: #B89C62;
}
.BgClassName
{
background-color: #B89C62;
}
</style>
border-color css
<style>
span { border-color: #B89C62; }
span { border-color: rgb(184,156,98); }
td.TdClassName
{
border-color: #B89C62;
}
.TagClassName
{
border-color: #B89C62;
}
</style>