Shades of Barley Corn #B89663
Tints of Barley Corn #B89663
RGB
CMYK
RGB Variations
Color information
#B89663 (or 0xB89663) is known color: Barley Corn. HEX triplet: B8, 96 and 63. RGB value is (184,150,99). Sum of RGB (Red+Green+Blue) = 184+150+99=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89663 is #47699C. Grayscale: #9A9A9A. Windows color (decimal): -4680093 or 6526648. OLE color: 6526648.
HSL color Cylindrical-coordinate representation of color #B89663: hue angle of 36º 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 #B89663 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 99 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.28 |
| HSL | 36º | 0.37% | 0.55% | - |
| HSV(B) | 36º | 0.46% | 0.72% | - |
| XYZ | 32.93 | 32.9 | 16.42 | - |
| YUV | 154.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 99 | 0 | 0.18 | 0.46 | 0.28 | 36 | 0.37 | 0.55 |
| Hex | B8 | 96 | 63 | 0 | 12 | 2E | 1C | 24 | 25 | 37 |
| Octal | 270 | 226 | 143 | 0 | 22 | 56 | 34 | 44 | 45 | 67 |
| Binary | 10111000 | 10010110 | 1100011 | 0 | 10010 | 101110 | 11100 | 100100 | 100101 | 110111 |
Color Harmonies of #B89663
Complementary color
Monochromatic Colors of #B89663
Black with #B89663
Text Example
Text Example
White with #B89663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89663; }
p { color: rgb(184,150,99); }
H1.HeaderClassName
{
color: #B89663;
}
.AnyTagClassName
{
color: #B89663;
}
</style>
background-color css
<style>
a { background-color: #B89663; }
a { background-color: rgb(184,150,99); }
div.DivClassName
{
background-color: #B89663;
}
.BgClassName
{
background-color: #B89663;
}
</style>
border-color css
<style>
span { border-color: #B89663; }
span { border-color: rgb(184,150,99); }
td.TdClassName
{
border-color: #B89663;
}
.TagClassName
{
border-color: #B89663;
}
</style>