Shades of Barley Corn #B99D5B
Tints of Barley Corn #B99D5B
RGB
CMYK
RGB Variations
Color information
#B99D5B (or 0xB99D5B) is known color: Barley Corn. HEX triplet: B9, 9D and 5B. RGB value is (185,157,91). Sum of RGB (Red+Green+Blue) = 185+157+91=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D5B is #4662A4. Grayscale: #9E9E9E. Windows color (decimal): -4612773 or 6004153. OLE color: 6004153.
HSL color Cylindrical-coordinate representation of color #B99D5B: hue angle of 42.13º 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 #B99D5B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 91 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.27 |
| HSL | 42.13º | 0.4% | 0.54% | - |
| HSV(B) | 42.13º | 0.51% | 0.73% | - |
| XYZ | 33.95 | 35.18 | 14.9 | - |
| YUV | 157.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 91 | 0 | 0.15 | 0.51 | 0.27 | 42.13 | 0.4 | 0.54 |
| Hex | B9 | 9D | 5B | 0 | F | 33 | 1B | 2A | 28 | 36 |
| Octal | 271 | 235 | 133 | 0 | 17 | 63 | 33 | 52 | 50 | 66 |
| Binary | 10111001 | 10011101 | 1011011 | 0 | 1111 | 110011 | 11011 | 101010 | 101000 | 110110 |
Color Harmonies of #B99D5B
Complementary color
Monochromatic Colors of #B99D5B
Black with #B99D5B
Text Example
Text Example
White with #B99D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D5B; }
p { color: rgb(185,157,91); }
H1.HeaderClassName
{
color: #B99D5B;
}
.AnyTagClassName
{
color: #B99D5B;
}
</style>
background-color css
<style>
a { background-color: #B99D5B; }
a { background-color: rgb(185,157,91); }
div.DivClassName
{
background-color: #B99D5B;
}
.BgClassName
{
background-color: #B99D5B;
}
</style>
border-color css
<style>
span { border-color: #B99D5B; }
span { border-color: rgb(185,157,91); }
td.TdClassName
{
border-color: #B99D5B;
}
.TagClassName
{
border-color: #B99D5B;
}
</style>