Shades of Barley Corn #BD9958
Tints of Barley Corn #BD9958
RGB
CMYK
RGB Variations
Color information
#BD9958 (or 0xBD9958) is known color: Barley Corn. HEX triplet: BD, 99 and 58. RGB value is (189,153,88). Sum of RGB (Red+Green+Blue) = 189+153+88=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9958 is #4266A7. Grayscale: #9C9C9C. Windows color (decimal): -4351656 or 5806525. OLE color: 5806525.
HSL color Cylindrical-coordinate representation of color #BD9958: hue angle of 38.61º 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 #BD9958 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 88 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.26 |
| HSL | 38.61º | 0.43% | 0.54% | - |
| HSV(B) | 38.61º | 0.53% | 0.74% | - |
| XYZ | 34.14 | 34.31 | 14.05 | - |
| YUV | 156.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 88 | 0 | 0.19 | 0.53 | 0.26 | 38.61 | 0.43 | 0.54 |
| Hex | BD | 99 | 58 | 0 | 13 | 35 | 1A | 27 | 2B | 36 |
| Octal | 275 | 231 | 130 | 0 | 23 | 65 | 32 | 47 | 53 | 66 |
| Binary | 10111101 | 10011001 | 1011000 | 0 | 10011 | 110101 | 11010 | 100111 | 101011 | 110110 |
Color Harmonies of #BD9958
Complementary color
Monochromatic Colors of #BD9958
Black with #BD9958
Text Example
Text Example
White with #BD9958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9958; }
p { color: rgb(189,153,88); }
H1.HeaderClassName
{
color: #BD9958;
}
.AnyTagClassName
{
color: #BD9958;
}
</style>
background-color css
<style>
a { background-color: #BD9958; }
a { background-color: rgb(189,153,88); }
div.DivClassName
{
background-color: #BD9958;
}
.BgClassName
{
background-color: #BD9958;
}
</style>
border-color css
<style>
span { border-color: #BD9958; }
span { border-color: rgb(189,153,88); }
td.TdClassName
{
border-color: #BD9958;
}
.TagClassName
{
border-color: #BD9958;
}
</style>