Shades of Barley Corn #BD9858
Tints of Barley Corn #BD9858
RGB
CMYK
RGB Variations
Color information
#BD9858 (or 0xBD9858) is known color: Barley Corn. HEX triplet: BD, 98 and 58. RGB value is (189,152,88). Sum of RGB (Red+Green+Blue) = 189+152+88=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9858 is #4267A7. Grayscale: #9C9C9C. Windows color (decimal): -4351912 or 5806269. OLE color: 5806269.
HSL color Cylindrical-coordinate representation of color #BD9858: hue angle of 38.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD9858 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 88 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.26 |
| HSL | 38.02º | 0.43% | 0.54% | - |
| HSV(B) | 38.02º | 0.53% | 0.74% | - |
| XYZ | 33.98 | 33.98 | 14 | - |
| YUV | 155.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 88 | 0 | 0.20 | 0.53 | 0.26 | 38.02 | 0.43 | 0.54 |
| Hex | BD | 98 | 58 | 0 | 14 | 35 | 1A | 26 | 2B | 36 |
| Octal | 275 | 230 | 130 | 0 | 24 | 65 | 32 | 46 | 53 | 66 |
| Binary | 10111101 | 10011000 | 1011000 | 0 | 10100 | 110101 | 11010 | 100110 | 101011 | 110110 |
Color Harmonies of #BD9858
Complementary color
Monochromatic Colors of #BD9858
Black with #BD9858
Text Example
Text Example
White with #BD9858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9858; }
p { color: rgb(189,152,88); }
H1.HeaderClassName
{
color: #BD9858;
}
.AnyTagClassName
{
color: #BD9858;
}
</style>
background-color css
<style>
a { background-color: #BD9858; }
a { background-color: rgb(189,152,88); }
div.DivClassName
{
background-color: #BD9858;
}
.BgClassName
{
background-color: #BD9858;
}
</style>
border-color css
<style>
span { border-color: #BD9858; }
span { border-color: rgb(189,152,88); }
td.TdClassName
{
border-color: #BD9858;
}
.TagClassName
{
border-color: #BD9858;
}
</style>