Shades of Barley Corn #B89963
Tints of Barley Corn #B89963
RGB
CMYK
RGB Variations
Color information
#B89963 (or 0xB89963) is known color: Barley Corn. HEX triplet: B8, 99 and 63. RGB value is (184,153,99). Sum of RGB (Red+Green+Blue) = 184+153+99=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B89963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89963 is #47669C. Grayscale: #9C9C9C. Windows color (decimal): -4679325 or 6527416. OLE color: 6527416.
HSL color Cylindrical-coordinate representation of color #B89963: hue angle of 38.12º 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 #B89963 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 99 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.28 |
| HSL | 38.12º | 0.37% | 0.55% | - |
| HSV(B) | 38.12º | 0.46% | 0.72% | - |
| XYZ | 33.41 | 33.87 | 16.58 | - |
| YUV | 156.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 99 | 0 | 0.17 | 0.46 | 0.28 | 38.12 | 0.37 | 0.55 |
| Hex | B8 | 99 | 63 | 0 | 11 | 2E | 1C | 26 | 25 | 37 |
| Octal | 270 | 231 | 143 | 0 | 21 | 56 | 34 | 46 | 45 | 67 |
| Binary | 10111000 | 10011001 | 1100011 | 0 | 10001 | 101110 | 11100 | 100110 | 100101 | 110111 |
Color Harmonies of #B89963
Complementary color
Monochromatic Colors of #B89963
Black with #B89963
Text Example
Text Example
White with #B89963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89963; }
p { color: rgb(184,153,99); }
H1.HeaderClassName
{
color: #B89963;
}
.AnyTagClassName
{
color: #B89963;
}
</style>
background-color css
<style>
a { background-color: #B89963; }
a { background-color: rgb(184,153,99); }
div.DivClassName
{
background-color: #B89963;
}
.BgClassName
{
background-color: #B89963;
}
</style>
border-color css
<style>
span { border-color: #B89963; }
span { border-color: rgb(184,153,99); }
td.TdClassName
{
border-color: #B89963;
}
.TagClassName
{
border-color: #B89963;
}
</style>