Shades of Barley Corn #B9905B
Tints of Barley Corn #B9905B
RGB
CMYK
RGB Variations
Color information
#B9905B (or 0xB9905B) is known color: Barley Corn. HEX triplet: B9, 90 and 5B. RGB value is (185,144,91). Sum of RGB (Red+Green+Blue) = 185+144+91=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9905B is #466FA4. Grayscale: #969696. Windows color (decimal): -4616101 or 6000825. OLE color: 6000825.
HSL color Cylindrical-coordinate representation of color #B9905B: hue angle of 33.83º 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 #B9905B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 91 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.27 |
| HSL | 33.83º | 0.4% | 0.54% | - |
| HSV(B) | 33.83º | 0.51% | 0.73% | - |
| XYZ | 31.87 | 31.02 | 14.2 | - |
| YUV | 150.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 91 | 0 | 0.22 | 0.51 | 0.27 | 33.83 | 0.4 | 0.54 |
| Hex | B9 | 90 | 5B | 0 | 16 | 33 | 1B | 22 | 28 | 36 |
| Octal | 271 | 220 | 133 | 0 | 26 | 63 | 33 | 42 | 50 | 66 |
| Binary | 10111001 | 10010000 | 1011011 | 0 | 10110 | 110011 | 11011 | 100010 | 101000 | 110110 |
Color Harmonies of #B9905B
Complementary color
Monochromatic Colors of #B9905B
Black with #B9905B
Text Example
Text Example
White with #B9905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9905B; }
p { color: rgb(185,144,91); }
H1.HeaderClassName
{
color: #B9905B;
}
.AnyTagClassName
{
color: #B9905B;
}
</style>
background-color css
<style>
a { background-color: #B9905B; }
a { background-color: rgb(185,144,91); }
div.DivClassName
{
background-color: #B9905B;
}
.BgClassName
{
background-color: #B9905B;
}
</style>
border-color css
<style>
span { border-color: #B9905B; }
span { border-color: rgb(185,144,91); }
td.TdClassName
{
border-color: #B9905B;
}
.TagClassName
{
border-color: #B9905B;
}
</style>