Shades of Barley Corn #B99D60
Tints of Barley Corn #B99D60
RGB
CMYK
RGB Variations
Color information
#B99D60 (or 0xB99D60) is known color: Barley Corn. HEX triplet: B9, 9D and 60. RGB value is (185,157,96). Sum of RGB (Red+Green+Blue) = 185+157+96=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D60 is #46629F. Grayscale: #9E9E9E. Windows color (decimal): -4612768 or 6331833. OLE color: 6331833.
HSL color Cylindrical-coordinate representation of color #B99D60: hue angle of 41.12º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B99D60 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 96 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.27 |
| HSL | 41.12º | 0.39% | 0.55% | - |
| HSV(B) | 41.12º | 0.48% | 0.73% | - |
| XYZ | 34.18 | 35.27 | 16.07 | - |
| YUV | 158.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 96 | 0 | 0.15 | 0.48 | 0.27 | 41.12 | 0.39 | 0.55 |
| Hex | B9 | 9D | 60 | 0 | F | 30 | 1B | 29 | 27 | 37 |
| Octal | 271 | 235 | 140 | 0 | 17 | 60 | 33 | 51 | 47 | 67 |
| Binary | 10111001 | 10011101 | 1100000 | 0 | 1111 | 110000 | 11011 | 101001 | 100111 | 110111 |
Color Harmonies of #B99D60
Complementary color
Monochromatic Colors of #B99D60
Black with #B99D60
Text Example
Text Example
White with #B99D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D60; }
p { color: rgb(185,157,96); }
H1.HeaderClassName
{
color: #B99D60;
}
.AnyTagClassName
{
color: #B99D60;
}
</style>
background-color css
<style>
a { background-color: #B99D60; }
a { background-color: rgb(185,157,96); }
div.DivClassName
{
background-color: #B99D60;
}
.BgClassName
{
background-color: #B99D60;
}
</style>
border-color css
<style>
span { border-color: #B99D60; }
span { border-color: rgb(185,157,96); }
td.TdClassName
{
border-color: #B99D60;
}
.TagClassName
{
border-color: #B99D60;
}
</style>