Shades of Barley Corn #B89564
Tints of Barley Corn #B89564
RGB
CMYK
RGB Variations
Color information
#B89564 (or 0xB89564) is known color: Barley Corn. HEX triplet: B8, 95 and 64. RGB value is (184,149,100). Sum of RGB (Red+Green+Blue) = 184+149+100=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89564 is #476A9B. Grayscale: #9A9A9A. Windows color (decimal): -4680348 or 6591928. OLE color: 6591928.
HSL color Cylindrical-coordinate representation of color #B89564: hue angle of 35º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B89564 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 100 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.28 |
| HSL | 35º | 0.37% | 0.56% | - |
| HSV(B) | 35º | 0.46% | 0.72% | - |
| XYZ | 32.81 | 32.61 | 16.62 | - |
| YUV | 153.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 100 | 0 | 0.19 | 0.46 | 0.28 | 35 | 0.37 | 0.56 |
| Hex | B8 | 95 | 64 | 0 | 13 | 2E | 1C | 23 | 25 | 38 |
| Octal | 270 | 225 | 144 | 0 | 23 | 56 | 34 | 43 | 45 | 70 |
| Binary | 10111000 | 10010101 | 1100100 | 0 | 10011 | 101110 | 11100 | 100011 | 100101 | 111000 |
Color Harmonies of #B89564
Complementary color
Monochromatic Colors of #B89564
Black with #B89564
Text Example
Text Example
White with #B89564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89564; }
p { color: rgb(184,149,100); }
H1.HeaderClassName
{
color: #B89564;
}
.AnyTagClassName
{
color: #B89564;
}
</style>
background-color css
<style>
a { background-color: #B89564; }
a { background-color: rgb(184,149,100); }
div.DivClassName
{
background-color: #B89564;
}
.BgClassName
{
background-color: #B89564;
}
</style>
border-color css
<style>
span { border-color: #B89564; }
span { border-color: rgb(184,149,100); }
td.TdClassName
{
border-color: #B89564;
}
.TagClassName
{
border-color: #B89564;
}
</style>