Shades of Barley Corn #B99D64
Tints of Barley Corn #B99D64
RGB
CMYK
RGB Variations
Color information
#B99D64 (or 0xB99D64) is known color: Barley Corn. HEX triplet: B9, 9D and 64. RGB value is (185,157,100). Sum of RGB (Red+Green+Blue) = 185+157+100=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D64 is #46629B. Grayscale: #9F9F9F. Windows color (decimal): -4612764 or 6593977. OLE color: 6593977.
HSL color Cylindrical-coordinate representation of color #B99D64: hue angle of 40.24º 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 #B99D64 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 100 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.27 |
| HSL | 40.24º | 0.38% | 0.56% | - |
| HSV(B) | 40.24º | 0.46% | 0.73% | - |
| XYZ | 34.36 | 35.35 | 17.07 | - |
| YUV | 158.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 100 | 0 | 0.15 | 0.46 | 0.27 | 40.24 | 0.38 | 0.56 |
| Hex | B9 | 9D | 64 | 0 | F | 2E | 1B | 28 | 26 | 38 |
| Octal | 271 | 235 | 144 | 0 | 17 | 56 | 33 | 50 | 46 | 70 |
| Binary | 10111001 | 10011101 | 1100100 | 0 | 1111 | 101110 | 11011 | 101000 | 100110 | 111000 |
Color Harmonies of #B99D64
Complementary color
Monochromatic Colors of #B99D64
Black with #B99D64
Text Example
Text Example
White with #B99D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D64; }
p { color: rgb(185,157,100); }
H1.HeaderClassName
{
color: #B99D64;
}
.AnyTagClassName
{
color: #B99D64;
}
</style>
background-color css
<style>
a { background-color: #B99D64; }
a { background-color: rgb(185,157,100); }
div.DivClassName
{
background-color: #B99D64;
}
.BgClassName
{
background-color: #B99D64;
}
</style>
border-color css
<style>
span { border-color: #B99D64; }
span { border-color: rgb(185,157,100); }
td.TdClassName
{
border-color: #B99D64;
}
.TagClassName
{
border-color: #B99D64;
}
</style>