Shades of Barley Corn #BC9C5A
Tints of Barley Corn #BC9C5A
RGB
CMYK
RGB Variations
Color information
#BC9C5A (or 0xBC9C5A) is known color: Barley Corn. HEX triplet: BC, 9C and 5A. RGB value is (188,156,90). Sum of RGB (Red+Green+Blue) = 188+156+90=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C5A is #4363A5. Grayscale: #9E9E9E. Windows color (decimal): -4416422 or 5938364. OLE color: 5938364.
HSL color Cylindrical-coordinate representation of color #BC9C5A: hue angle of 40.41º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC9C5A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 90 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.26 |
| HSL | 40.41º | 0.42% | 0.55% | - |
| HSV(B) | 40.41º | 0.52% | 0.74% | - |
| XYZ | 34.47 | 35.21 | 14.65 | - |
| YUV | 158.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 90 | 0 | 0.17 | 0.52 | 0.26 | 40.41 | 0.42 | 0.55 |
| Hex | BC | 9C | 5A | 0 | 11 | 34 | 1A | 28 | 2A | 37 |
| Octal | 274 | 234 | 132 | 0 | 21 | 64 | 32 | 50 | 52 | 67 |
| Binary | 10111100 | 10011100 | 1011010 | 0 | 10001 | 110100 | 11010 | 101000 | 101010 | 110111 |
Color Harmonies of #BC9C5A
Complementary color
Monochromatic Colors of #BC9C5A
Black with #BC9C5A
Text Example
Text Example
White with #BC9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C5A; }
p { color: rgb(188,156,90); }
H1.HeaderClassName
{
color: #BC9C5A;
}
.AnyTagClassName
{
color: #BC9C5A;
}
</style>
background-color css
<style>
a { background-color: #BC9C5A; }
a { background-color: rgb(188,156,90); }
div.DivClassName
{
background-color: #BC9C5A;
}
.BgClassName
{
background-color: #BC9C5A;
}
</style>
border-color css
<style>
span { border-color: #BC9C5A; }
span { border-color: rgb(188,156,90); }
td.TdClassName
{
border-color: #BC9C5A;
}
.TagClassName
{
border-color: #BC9C5A;
}
</style>