Shades of Barley Corn #BD9E61
Tints of Barley Corn #BD9E61
RGB
CMYK
RGB Variations
Color information
#BD9E61 (or 0xBD9E61) is known color: Barley Corn. HEX triplet: BD, 9E and 61. RGB value is (189,158,97). Sum of RGB (Red+Green+Blue) = 189+158+97=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E61 is #42619E. Grayscale: #A0A0A0. Windows color (decimal): -4350367 or 6397629. OLE color: 6397629.
HSL color Cylindrical-coordinate representation of color #BD9E61: hue angle of 39.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD9E61 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 97 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.26 |
| HSL | 39.78º | 0.41% | 0.56% | - |
| HSV(B) | 39.78º | 0.49% | 0.74% | - |
| XYZ | 35.37 | 36.14 | 16.42 | - |
| YUV | 160.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 97 | 0 | 0.16 | 0.49 | 0.26 | 39.78 | 0.41 | 0.56 |
| Hex | BD | 9E | 61 | 0 | 10 | 31 | 1A | 28 | 29 | 38 |
| Octal | 275 | 236 | 141 | 0 | 20 | 61 | 32 | 50 | 51 | 70 |
| Binary | 10111101 | 10011110 | 1100001 | 0 | 10000 | 110001 | 11010 | 101000 | 101001 | 111000 |
Color Harmonies of #BD9E61
Complementary color
Monochromatic Colors of #BD9E61
Black with #BD9E61
Text Example
Text Example
White with #BD9E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E61; }
p { color: rgb(189,158,97); }
H1.HeaderClassName
{
color: #BD9E61;
}
.AnyTagClassName
{
color: #BD9E61;
}
</style>
background-color css
<style>
a { background-color: #BD9E61; }
a { background-color: rgb(189,158,97); }
div.DivClassName
{
background-color: #BD9E61;
}
.BgClassName
{
background-color: #BD9E61;
}
</style>
border-color css
<style>
span { border-color: #BD9E61; }
span { border-color: rgb(189,158,97); }
td.TdClassName
{
border-color: #BD9E61;
}
.TagClassName
{
border-color: #BD9E61;
}
</style>