Shades of Barley Corn #B89762
Tints of Barley Corn #B89762
RGB
CMYK
RGB Variations
Color information
#B89762 (or 0xB89762) is known color: Barley Corn. HEX triplet: B8, 97 and 62. RGB value is (184,151,98). Sum of RGB (Red+Green+Blue) = 184+151+98=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89762 is #47689D. Grayscale: #9B9B9B. Windows color (decimal): -4679838 or 6461368. OLE color: 6461368.
HSL color Cylindrical-coordinate representation of color #B89762: hue angle of 36.98º 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 #B89762 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 98 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.28 |
| HSL | 36.98º | 0.38% | 0.55% | - |
| HSV(B) | 36.98º | 0.47% | 0.72% | - |
| XYZ | 33.04 | 33.21 | 16.22 | - |
| YUV | 154.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 98 | 0 | 0.18 | 0.47 | 0.28 | 36.98 | 0.38 | 0.55 |
| Hex | B8 | 97 | 62 | 0 | 12 | 2F | 1C | 25 | 26 | 37 |
| Octal | 270 | 227 | 142 | 0 | 22 | 57 | 34 | 45 | 46 | 67 |
| Binary | 10111000 | 10010111 | 1100010 | 0 | 10010 | 101111 | 11100 | 100101 | 100110 | 110111 |
Color Harmonies of #B89762
Complementary color
Monochromatic Colors of #B89762
Black with #B89762
Text Example
Text Example
White with #B89762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89762; }
p { color: rgb(184,151,98); }
H1.HeaderClassName
{
color: #B89762;
}
.AnyTagClassName
{
color: #B89762;
}
</style>
background-color css
<style>
a { background-color: #B89762; }
a { background-color: rgb(184,151,98); }
div.DivClassName
{
background-color: #B89762;
}
.BgClassName
{
background-color: #B89762;
}
</style>
border-color css
<style>
span { border-color: #B89762; }
span { border-color: rgb(184,151,98); }
td.TdClassName
{
border-color: #B89762;
}
.TagClassName
{
border-color: #B89762;
}
</style>