Shades of Barley Corn #B89063
Tints of Barley Corn #B89063
RGB
CMYK
RGB Variations
Color information
#B89063 (or 0xB89063) is known color: Barley Corn. HEX triplet: B8, 90 and 63. RGB value is (184,144,99). Sum of RGB (Red+Green+Blue) = 184+144+99=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B89063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89063 is #476F9C. Grayscale: #979797. Windows color (decimal): -4681629 or 6525112. OLE color: 6525112.
HSL color Cylindrical-coordinate representation of color #B89063: hue angle of 31.76º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B89063 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 99 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.28 |
| HSL | 31.76º | 0.37% | 0.55% | - |
| HSV(B) | 31.76º | 0.46% | 0.72% | - |
| XYZ | 31.99 | 31.04 | 16.11 | - |
| YUV | 150.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 99 | 0 | 0.22 | 0.46 | 0.28 | 31.76 | 0.37 | 0.55 |
| Hex | B8 | 90 | 63 | 0 | 16 | 2E | 1C | 20 | 25 | 37 |
| Octal | 270 | 220 | 143 | 0 | 26 | 56 | 34 | 40 | 45 | 67 |
| Binary | 10111000 | 10010000 | 1100011 | 0 | 10110 | 101110 | 11100 | 100000 | 100101 | 110111 |
Color Harmonies of #B89063
Complementary color
Monochromatic Colors of #B89063
Black with #B89063
Text Example
Text Example
White with #B89063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89063; }
p { color: rgb(184,144,99); }
H1.HeaderClassName
{
color: #B89063;
}
.AnyTagClassName
{
color: #B89063;
}
</style>
background-color css
<style>
a { background-color: #B89063; }
a { background-color: rgb(184,144,99); }
div.DivClassName
{
background-color: #B89063;
}
.BgClassName
{
background-color: #B89063;
}
</style>
border-color css
<style>
span { border-color: #B89063; }
span { border-color: rgb(184,144,99); }
td.TdClassName
{
border-color: #B89063;
}
.TagClassName
{
border-color: #B89063;
}
</style>