Shades of Barley Corn #BC9C58
Tints of Barley Corn #BC9C58
RGB
CMYK
RGB Variations
Color information
#BC9C58 (or 0xBC9C58) is known color: Barley Corn. HEX triplet: BC, 9C and 58. RGB value is (188,156,88). Sum of RGB (Red+Green+Blue) = 188+156+88=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C58 is #4363A7. Grayscale: #9E9E9E. Windows color (decimal): -4416424 or 5807292. OLE color: 5807292.
HSL color Cylindrical-coordinate representation of color #BC9C58: hue angle of 40.8º 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 #BC9C58 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 88 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.26 |
| HSL | 40.8º | 0.43% | 0.54% | - |
| HSV(B) | 40.8º | 0.53% | 0.74% | - |
| XYZ | 34.39 | 35.17 | 14.21 | - |
| YUV | 157.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 88 | 0 | 0.17 | 0.53 | 0.26 | 40.8 | 0.43 | 0.54 |
| Hex | BC | 9C | 58 | 0 | 11 | 35 | 1A | 29 | 2B | 36 |
| Octal | 274 | 234 | 130 | 0 | 21 | 65 | 32 | 51 | 53 | 66 |
| Binary | 10111100 | 10011100 | 1011000 | 0 | 10001 | 110101 | 11010 | 101001 | 101011 | 110110 |
Color Harmonies of #BC9C58
Complementary color
Monochromatic Colors of #BC9C58
Black with #BC9C58
Text Example
Text Example
White with #BC9C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C58; }
p { color: rgb(188,156,88); }
H1.HeaderClassName
{
color: #BC9C58;
}
.AnyTagClassName
{
color: #BC9C58;
}
</style>
background-color css
<style>
a { background-color: #BC9C58; }
a { background-color: rgb(188,156,88); }
div.DivClassName
{
background-color: #BC9C58;
}
.BgClassName
{
background-color: #BC9C58;
}
</style>
border-color css
<style>
span { border-color: #BC9C58; }
span { border-color: rgb(188,156,88); }
td.TdClassName
{
border-color: #BC9C58;
}
.TagClassName
{
border-color: #BC9C58;
}
</style>