Shades of Barley Corn #BC9C5E
Tints of Barley Corn #BC9C5E
RGB
CMYK
RGB Variations
Color information
#BC9C5E (or 0xBC9C5E) is known color: Barley Corn. HEX triplet: BC, 9C and 5E. RGB value is (188,156,94). Sum of RGB (Red+Green+Blue) = 188+156+94=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C5E is #4363A1. Grayscale: #9E9E9E. Windows color (decimal): -4416418 or 6200508. OLE color: 6200508.
HSL color Cylindrical-coordinate representation of color #BC9C5E: hue angle of 39.57º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC9C5E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 94 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.26 |
| HSL | 39.57º | 0.41% | 0.55% | - |
| HSV(B) | 39.57º | 0.5% | 0.74% | - |
| XYZ | 34.65 | 35.28 | 15.57 | - |
| YUV | 158.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 94 | 0 | 0.17 | 0.50 | 0.26 | 39.57 | 0.41 | 0.55 |
| Hex | BC | 9C | 5E | 0 | 11 | 32 | 1A | 28 | 29 | 37 |
| Octal | 274 | 234 | 136 | 0 | 21 | 62 | 32 | 50 | 51 | 67 |
| Binary | 10111100 | 10011100 | 1011110 | 0 | 10001 | 110010 | 11010 | 101000 | 101001 | 110111 |
Color Harmonies of #BC9C5E
Complementary color
Monochromatic Colors of #BC9C5E
Black with #BC9C5E
Text Example
Text Example
White with #BC9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C5E; }
p { color: rgb(188,156,94); }
H1.HeaderClassName
{
color: #BC9C5E;
}
.AnyTagClassName
{
color: #BC9C5E;
}
</style>
background-color css
<style>
a { background-color: #BC9C5E; }
a { background-color: rgb(188,156,94); }
div.DivClassName
{
background-color: #BC9C5E;
}
.BgClassName
{
background-color: #BC9C5E;
}
</style>
border-color css
<style>
span { border-color: #BC9C5E; }
span { border-color: rgb(188,156,94); }
td.TdClassName
{
border-color: #BC9C5E;
}
.TagClassName
{
border-color: #BC9C5E;
}
</style>