Shades of Barley Corn #B9915D
Tints of Barley Corn #B9915D
RGB
CMYK
RGB Variations
Color information
#B9915D (or 0xB9915D) is known color: Barley Corn. HEX triplet: B9, 91 and 5D. RGB value is (185,145,93). Sum of RGB (Red+Green+Blue) = 185+145+93=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9915D is #466EA2. Grayscale: #979797. Windows color (decimal): -4615843 or 6132153. OLE color: 6132153.
HSL color Cylindrical-coordinate representation of color #B9915D: hue angle of 33.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9915D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 93 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.27 |
| HSL | 33.91º | 0.4% | 0.55% | - |
| HSV(B) | 33.91º | 0.5% | 0.73% | - |
| XYZ | 32.11 | 31.36 | 14.72 | - |
| YUV | 151.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 93 | 0 | 0.22 | 0.50 | 0.27 | 33.91 | 0.4 | 0.55 |
| Hex | B9 | 91 | 5D | 0 | 16 | 32 | 1B | 22 | 28 | 37 |
| Octal | 271 | 221 | 135 | 0 | 26 | 62 | 33 | 42 | 50 | 67 |
| Binary | 10111001 | 10010001 | 1011101 | 0 | 10110 | 110010 | 11011 | 100010 | 101000 | 110111 |
Color Harmonies of #B9915D
Complementary color
Monochromatic Colors of #B9915D
Black with #B9915D
Text Example
Text Example
White with #B9915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9915D; }
p { color: rgb(185,145,93); }
H1.HeaderClassName
{
color: #B9915D;
}
.AnyTagClassName
{
color: #B9915D;
}
</style>
background-color css
<style>
a { background-color: #B9915D; }
a { background-color: rgb(185,145,93); }
div.DivClassName
{
background-color: #B9915D;
}
.BgClassName
{
background-color: #B9915D;
}
</style>
border-color css
<style>
span { border-color: #B9915D; }
span { border-color: rgb(185,145,93); }
td.TdClassName
{
border-color: #B9915D;
}
.TagClassName
{
border-color: #B9915D;
}
</style>