Shades of Barley Corn #B99964
Tints of Barley Corn #B99964
RGB
CMYK
RGB Variations
Color information
#B99964 (or 0xB99964) is known color: Barley Corn. HEX triplet: B9, 99 and 64. RGB value is (185,153,100). Sum of RGB (Red+Green+Blue) = 185+153+100=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B99964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99964 is #46669B. Grayscale: #9C9C9C. Windows color (decimal): -4613788 or 6592953. OLE color: 6592953.
HSL color Cylindrical-coordinate representation of color #B99964: hue angle of 37.41º 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 #B99964 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 100 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.27 |
| HSL | 37.41º | 0.38% | 0.56% | - |
| HSV(B) | 37.41º | 0.46% | 0.73% | - |
| XYZ | 33.7 | 34.02 | 16.85 | - |
| YUV | 156.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 100 | 0 | 0.17 | 0.46 | 0.27 | 37.41 | 0.38 | 0.56 |
| Hex | B9 | 99 | 64 | 0 | 11 | 2E | 1B | 25 | 26 | 38 |
| Octal | 271 | 231 | 144 | 0 | 21 | 56 | 33 | 45 | 46 | 70 |
| Binary | 10111001 | 10011001 | 1100100 | 0 | 10001 | 101110 | 11011 | 100101 | 100110 | 111000 |
Color Harmonies of #B99964
Complementary color
Monochromatic Colors of #B99964
Black with #B99964
Text Example
Text Example
White with #B99964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99964; }
p { color: rgb(185,153,100); }
H1.HeaderClassName
{
color: #B99964;
}
.AnyTagClassName
{
color: #B99964;
}
</style>
background-color css
<style>
a { background-color: #B99964; }
a { background-color: rgb(185,153,100); }
div.DivClassName
{
background-color: #B99964;
}
.BgClassName
{
background-color: #B99964;
}
</style>
border-color css
<style>
span { border-color: #B99964; }
span { border-color: rgb(185,153,100); }
td.TdClassName
{
border-color: #B99964;
}
.TagClassName
{
border-color: #B99964;
}
</style>