Shades of Barley Corn #B9965B
Tints of Barley Corn #B9965B
RGB
CMYK
RGB Variations
Color information
#B9965B (or 0xB9965B) is known color: Barley Corn. HEX triplet: B9, 96 and 5B. RGB value is (185,150,91). Sum of RGB (Red+Green+Blue) = 185+150+91=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9965B is #4669A4. Grayscale: #9A9A9A. Windows color (decimal): -4614565 or 6002361. OLE color: 6002361.
HSL color Cylindrical-coordinate representation of color #B9965B: hue angle of 37.66º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9965B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 91 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.27 |
| HSL | 37.66º | 0.4% | 0.54% | - |
| HSV(B) | 37.66º | 0.51% | 0.73% | - |
| XYZ | 32.8 | 32.88 | 14.52 | - |
| YUV | 153.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 91 | 0 | 0.19 | 0.51 | 0.27 | 37.66 | 0.4 | 0.54 |
| Hex | B9 | 96 | 5B | 0 | 13 | 33 | 1B | 26 | 28 | 36 |
| Octal | 271 | 226 | 133 | 0 | 23 | 63 | 33 | 46 | 50 | 66 |
| Binary | 10111001 | 10010110 | 1011011 | 0 | 10011 | 110011 | 11011 | 100110 | 101000 | 110110 |
Color Harmonies of #B9965B
Complementary color
Monochromatic Colors of #B9965B
Black with #B9965B
Text Example
Text Example
White with #B9965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9965B; }
p { color: rgb(185,150,91); }
H1.HeaderClassName
{
color: #B9965B;
}
.AnyTagClassName
{
color: #B9965B;
}
</style>
background-color css
<style>
a { background-color: #B9965B; }
a { background-color: rgb(185,150,91); }
div.DivClassName
{
background-color: #B9965B;
}
.BgClassName
{
background-color: #B9965B;
}
</style>
border-color css
<style>
span { border-color: #B9965B; }
span { border-color: rgb(185,150,91); }
td.TdClassName
{
border-color: #B9965B;
}
.TagClassName
{
border-color: #B9965B;
}
</style>