Shades of Barley Corn #B99153
Tints of Barley Corn #B99153
RGB
CMYK
RGB Variations
Color information
#B99153 (or 0xB99153) is known color: Barley Corn. HEX triplet: B9, 91 and 53. RGB value is (185,145,83). Sum of RGB (Red+Green+Blue) = 185+145+83=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B99153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99153 is #466EAC. Grayscale: #969696. Windows color (decimal): -4615853 or 5476793. OLE color: 5476793.
HSL color Cylindrical-coordinate representation of color #B99153: hue angle of 36.47º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B99153 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 83 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.27 |
| HSL | 36.47º | 0.42% | 0.53% | - |
| HSV(B) | 36.47º | 0.55% | 0.73% | - |
| XYZ | 31.69 | 31.19 | 12.53 | - |
| YUV | 149.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 83 | 0 | 0.22 | 0.55 | 0.27 | 36.47 | 0.42 | 0.53 |
| Hex | B9 | 91 | 53 | 0 | 16 | 37 | 1B | 24 | 2A | 35 |
| Octal | 271 | 221 | 123 | 0 | 26 | 67 | 33 | 44 | 52 | 65 |
| Binary | 10111001 | 10010001 | 1010011 | 0 | 10110 | 110111 | 11011 | 100100 | 101010 | 110101 |
Color Harmonies of #B99153
Complementary color
Monochromatic Colors of #B99153
Black with #B99153
Text Example
Text Example
White with #B99153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99153; }
p { color: rgb(185,145,83); }
H1.HeaderClassName
{
color: #B99153;
}
.AnyTagClassName
{
color: #B99153;
}
</style>
background-color css
<style>
a { background-color: #B99153; }
a { background-color: rgb(185,145,83); }
div.DivClassName
{
background-color: #B99153;
}
.BgClassName
{
background-color: #B99153;
}
</style>
border-color css
<style>
span { border-color: #B99153; }
span { border-color: rgb(185,145,83); }
td.TdClassName
{
border-color: #B99153;
}
.TagClassName
{
border-color: #B99153;
}
</style>