Shades of Barley Corn #BD985D
Tints of Barley Corn #BD985D
RGB
CMYK
RGB Variations
Color information
#BD985D (or 0xBD985D) is known color: Barley Corn. HEX triplet: BD, 98 and 5D. RGB value is (189,152,93). Sum of RGB (Red+Green+Blue) = 189+152+93=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD985D is #4267A2. Grayscale: #9C9C9C. Windows color (decimal): -4351907 or 6133949. OLE color: 6133949.
HSL color Cylindrical-coordinate representation of color #BD985D: hue angle of 36.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD985D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 93 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.26 |
| HSL | 36.88º | 0.42% | 0.55% | - |
| HSV(B) | 36.88º | 0.51% | 0.74% | - |
| XYZ | 34.19 | 34.07 | 15.13 | - |
| YUV | 156.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 93 | 0 | 0.20 | 0.51 | 0.26 | 36.88 | 0.42 | 0.55 |
| Hex | BD | 98 | 5D | 0 | 14 | 33 | 1A | 25 | 2A | 37 |
| Octal | 275 | 230 | 135 | 0 | 24 | 63 | 32 | 45 | 52 | 67 |
| Binary | 10111101 | 10011000 | 1011101 | 0 | 10100 | 110011 | 11010 | 100101 | 101010 | 110111 |
Color Harmonies of #BD985D
Complementary color
Monochromatic Colors of #BD985D
Black with #BD985D
Text Example
Text Example
White with #BD985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD985D; }
p { color: rgb(189,152,93); }
H1.HeaderClassName
{
color: #BD985D;
}
.AnyTagClassName
{
color: #BD985D;
}
</style>
background-color css
<style>
a { background-color: #BD985D; }
a { background-color: rgb(189,152,93); }
div.DivClassName
{
background-color: #BD985D;
}
.BgClassName
{
background-color: #BD985D;
}
</style>
border-color css
<style>
span { border-color: #BD985D; }
span { border-color: rgb(189,152,93); }
td.TdClassName
{
border-color: #BD985D;
}
.TagClassName
{
border-color: #BD985D;
}
</style>