Shades of Barley Corn #B99E64
Tints of Barley Corn #B99E64
RGB
CMYK
RGB Variations
Color information
#B99E64 (or 0xB99E64) is known color: Barley Corn. HEX triplet: B9, 9E and 64. RGB value is (185,158,100). Sum of RGB (Red+Green+Blue) = 185+158+100=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E64 is #46619B. Grayscale: #9F9F9F. Windows color (decimal): -4612508 or 6594233. OLE color: 6594233.
HSL color Cylindrical-coordinate representation of color #B99E64: hue angle of 40.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B99E64 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 100 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.27 |
| HSL | 40.94º | 0.38% | 0.56% | - |
| HSV(B) | 40.94º | 0.46% | 0.73% | - |
| XYZ | 34.53 | 35.69 | 17.12 | - |
| YUV | 159.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 100 | 0 | 0.15 | 0.46 | 0.27 | 40.94 | 0.38 | 0.56 |
| Hex | B9 | 9E | 64 | 0 | F | 2E | 1B | 29 | 26 | 38 |
| Octal | 271 | 236 | 144 | 0 | 17 | 56 | 33 | 51 | 46 | 70 |
| Binary | 10111001 | 10011110 | 1100100 | 0 | 1111 | 101110 | 11011 | 101001 | 100110 | 111000 |
Color Harmonies of #B99E64
Complementary color
Monochromatic Colors of #B99E64
Black with #B99E64
Text Example
Text Example
White with #B99E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E64; }
p { color: rgb(185,158,100); }
H1.HeaderClassName
{
color: #B99E64;
}
.AnyTagClassName
{
color: #B99E64;
}
</style>
background-color css
<style>
a { background-color: #B99E64; }
a { background-color: rgb(185,158,100); }
div.DivClassName
{
background-color: #B99E64;
}
.BgClassName
{
background-color: #B99E64;
}
</style>
border-color css
<style>
span { border-color: #B99E64; }
span { border-color: rgb(185,158,100); }
td.TdClassName
{
border-color: #B99E64;
}
.TagClassName
{
border-color: #B99E64;
}
</style>