Shades of Barley Corn #B89562
Tints of Barley Corn #B89562
RGB
CMYK
RGB Variations
Color information
#B89562 (or 0xB89562) is known color: Barley Corn. HEX triplet: B8, 95 and 62. RGB value is (184,149,98). Sum of RGB (Red+Green+Blue) = 184+149+98=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B89562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89562 is #476A9D. Grayscale: #999999. Windows color (decimal): -4680350 or 6460856. OLE color: 6460856.
HSL color Cylindrical-coordinate representation of color #B89562: hue angle of 35.58º 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 #B89562 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 98 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.28 |
| HSL | 35.58º | 0.38% | 0.55% | - |
| HSV(B) | 35.58º | 0.47% | 0.72% | - |
| XYZ | 32.72 | 32.57 | 16.12 | - |
| YUV | 153.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 98 | 0 | 0.19 | 0.47 | 0.28 | 35.58 | 0.38 | 0.55 |
| Hex | B8 | 95 | 62 | 0 | 13 | 2F | 1C | 24 | 26 | 37 |
| Octal | 270 | 225 | 142 | 0 | 23 | 57 | 34 | 44 | 46 | 67 |
| Binary | 10111000 | 10010101 | 1100010 | 0 | 10011 | 101111 | 11100 | 100100 | 100110 | 110111 |
Color Harmonies of #B89562
Complementary color
Monochromatic Colors of #B89562
Black with #B89562
Text Example
Text Example
White with #B89562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89562; }
p { color: rgb(184,149,98); }
H1.HeaderClassName
{
color: #B89562;
}
.AnyTagClassName
{
color: #B89562;
}
</style>
background-color css
<style>
a { background-color: #B89562; }
a { background-color: rgb(184,149,98); }
div.DivClassName
{
background-color: #B89562;
}
.BgClassName
{
background-color: #B89562;
}
</style>
border-color css
<style>
span { border-color: #B89562; }
span { border-color: rgb(184,149,98); }
td.TdClassName
{
border-color: #B89562;
}
.TagClassName
{
border-color: #B89562;
}
</style>