Shades of Barley Corn #BD9E59
Tints of Barley Corn #BD9E59
RGB
CMYK
RGB Variations
Color information
#BD9E59 (or 0xBD9E59) is known color: Barley Corn. HEX triplet: BD, 9E and 59. RGB value is (189,158,89). Sum of RGB (Red+Green+Blue) = 189+158+89=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E59 is #4261A6. Grayscale: #9F9F9F. Windows color (decimal): -4350375 or 5873341. OLE color: 5873341.
HSL color Cylindrical-coordinate representation of color #BD9E59: hue angle of 41.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD9E59 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 89 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.26 |
| HSL | 41.4º | 0.43% | 0.55% | - |
| HSV(B) | 41.4º | 0.53% | 0.74% | - |
| XYZ | 35.02 | 35.99 | 14.55 | - |
| YUV | 159.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 89 | 0 | 0.16 | 0.53 | 0.26 | 41.4 | 0.43 | 0.55 |
| Hex | BD | 9E | 59 | 0 | 10 | 35 | 1A | 29 | 2B | 37 |
| Octal | 275 | 236 | 131 | 0 | 20 | 65 | 32 | 51 | 53 | 67 |
| Binary | 10111101 | 10011110 | 1011001 | 0 | 10000 | 110101 | 11010 | 101001 | 101011 | 110111 |
Color Harmonies of #BD9E59
Complementary color
Monochromatic Colors of #BD9E59
Black with #BD9E59
Text Example
Text Example
White with #BD9E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E59; }
p { color: rgb(189,158,89); }
H1.HeaderClassName
{
color: #BD9E59;
}
.AnyTagClassName
{
color: #BD9E59;
}
</style>
background-color css
<style>
a { background-color: #BD9E59; }
a { background-color: rgb(189,158,89); }
div.DivClassName
{
background-color: #BD9E59;
}
.BgClassName
{
background-color: #BD9E59;
}
</style>
border-color css
<style>
span { border-color: #BD9E59; }
span { border-color: rgb(189,158,89); }
td.TdClassName
{
border-color: #BD9E59;
}
.TagClassName
{
border-color: #BD9E59;
}
</style>