Shades of Barley Corn #BD9E5E
Tints of Barley Corn #BD9E5E
RGB
CMYK
RGB Variations
Color information
#BD9E5E (or 0xBD9E5E) is known color: Barley Corn. HEX triplet: BD, 9E and 5E. RGB value is (189,158,94). Sum of RGB (Red+Green+Blue) = 189+158+94=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E5E is #4261A1. Grayscale: #A0A0A0. Windows color (decimal): -4350370 or 6201021. OLE color: 6201021.
HSL color Cylindrical-coordinate representation of color #BD9E5E: hue angle of 40.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD9E5E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 94 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.26 |
| HSL | 40.42º | 0.42% | 0.55% | - |
| HSV(B) | 40.42º | 0.5% | 0.74% | - |
| XYZ | 35.23 | 36.08 | 15.7 | - |
| YUV | 159.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 94 | 0 | 0.16 | 0.50 | 0.26 | 40.42 | 0.42 | 0.55 |
| Hex | BD | 9E | 5E | 0 | 10 | 32 | 1A | 28 | 2A | 37 |
| Octal | 275 | 236 | 136 | 0 | 20 | 62 | 32 | 50 | 52 | 67 |
| Binary | 10111101 | 10011110 | 1011110 | 0 | 10000 | 110010 | 11010 | 101000 | 101010 | 110111 |
Color Harmonies of #BD9E5E
Complementary color
Monochromatic Colors of #BD9E5E
Black with #BD9E5E
Text Example
Text Example
White with #BD9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E5E; }
p { color: rgb(189,158,94); }
H1.HeaderClassName
{
color: #BD9E5E;
}
.AnyTagClassName
{
color: #BD9E5E;
}
</style>
background-color css
<style>
a { background-color: #BD9E5E; }
a { background-color: rgb(189,158,94); }
div.DivClassName
{
background-color: #BD9E5E;
}
.BgClassName
{
background-color: #BD9E5E;
}
</style>
border-color css
<style>
span { border-color: #BD9E5E; }
span { border-color: rgb(189,158,94); }
td.TdClassName
{
border-color: #BD9E5E;
}
.TagClassName
{
border-color: #BD9E5E;
}
</style>