Shades of Barley Corn #B9915B
Tints of Barley Corn #B9915B
RGB
CMYK
RGB Variations
Color information
#B9915B (or 0xB9915B) is known color: Barley Corn. HEX triplet: B9, 91 and 5B. RGB value is (185,145,91). Sum of RGB (Red+Green+Blue) = 185+145+91=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9915B is #466EA4. Grayscale: #979797. Windows color (decimal): -4615845 or 6001081. OLE color: 6001081.
HSL color Cylindrical-coordinate representation of color #B9915B: hue angle of 34.47º 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 #B9915B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 91 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.27 |
| HSL | 34.47º | 0.4% | 0.54% | - |
| HSV(B) | 34.47º | 0.51% | 0.73% | - |
| XYZ | 32.02 | 31.32 | 14.26 | - |
| YUV | 150.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 91 | 0 | 0.22 | 0.51 | 0.27 | 34.47 | 0.4 | 0.54 |
| Hex | B9 | 91 | 5B | 0 | 16 | 33 | 1B | 22 | 28 | 36 |
| Octal | 271 | 221 | 133 | 0 | 26 | 63 | 33 | 42 | 50 | 66 |
| Binary | 10111001 | 10010001 | 1011011 | 0 | 10110 | 110011 | 11011 | 100010 | 101000 | 110110 |
Color Harmonies of #B9915B
Complementary color
Monochromatic Colors of #B9915B
Black with #B9915B
Text Example
Text Example
White with #B9915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9915B; }
p { color: rgb(185,145,91); }
H1.HeaderClassName
{
color: #B9915B;
}
.AnyTagClassName
{
color: #B9915B;
}
</style>
background-color css
<style>
a { background-color: #B9915B; }
a { background-color: rgb(185,145,91); }
div.DivClassName
{
background-color: #B9915B;
}
.BgClassName
{
background-color: #B9915B;
}
</style>
border-color css
<style>
span { border-color: #B9915B; }
span { border-color: rgb(185,145,91); }
td.TdClassName
{
border-color: #B9915B;
}
.TagClassName
{
border-color: #B9915B;
}
</style>