Shades of Barley Corn #BC985D
Tints of Barley Corn #BC985D
RGB
CMYK
RGB Variations
Color information
#BC985D (or 0xBC985D) is known color: Barley Corn. HEX triplet: BC, 98 and 5D. RGB value is (188,152,93). Sum of RGB (Red+Green+Blue) = 188+152+93=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985D is #4367A2. Grayscale: #9C9C9C. Windows color (decimal): -4417443 or 6133948. OLE color: 6133948.
HSL color Cylindrical-coordinate representation of color #BC985D: hue angle of 37.26º degrees, saturation: 0.41, 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 #BC985D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 93 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.26 |
| HSL | 37.26º | 0.41% | 0.55% | - |
| HSV(B) | 37.26º | 0.51% | 0.74% | - |
| XYZ | 33.94 | 33.94 | 15.12 | - |
| YUV | 156.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 93 | 0 | 0.19 | 0.51 | 0.26 | 37.26 | 0.41 | 0.55 |
| Hex | BC | 98 | 5D | 0 | 13 | 33 | 1A | 25 | 29 | 37 |
| Octal | 274 | 230 | 135 | 0 | 23 | 63 | 32 | 45 | 51 | 67 |
| Binary | 10111100 | 10011000 | 1011101 | 0 | 10011 | 110011 | 11010 | 100101 | 101001 | 110111 |
Color Harmonies of #BC985D
Complementary color
Monochromatic Colors of #BC985D
Black with #BC985D
Text Example
Text Example
White with #BC985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC985D; }
p { color: rgb(188,152,93); }
H1.HeaderClassName
{
color: #BC985D;
}
.AnyTagClassName
{
color: #BC985D;
}
</style>
background-color css
<style>
a { background-color: #BC985D; }
a { background-color: rgb(188,152,93); }
div.DivClassName
{
background-color: #BC985D;
}
.BgClassName
{
background-color: #BC985D;
}
</style>
border-color css
<style>
span { border-color: #BC985D; }
span { border-color: rgb(188,152,93); }
td.TdClassName
{
border-color: #BC985D;
}
.TagClassName
{
border-color: #BC985D;
}
</style>