Shades of Barley Corn #BC995C
Tints of Barley Corn #BC995C
RGB
CMYK
RGB Variations
Color information
#BC995C (or 0xBC995C) is known color: Barley Corn. HEX triplet: BC, 99 and 5C. RGB value is (188,153,92). Sum of RGB (Red+Green+Blue) = 188+153+92=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC995C is #4366A3. Grayscale: #9C9C9C. Windows color (decimal): -4417188 or 6068668. OLE color: 6068668.
HSL color Cylindrical-coordinate representation of color #BC995C: hue angle of 38.12º 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 #BC995C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 92 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.26 |
| HSL | 38.13º | 0.42% | 0.55% | - |
| HSV(B) | 38.13º | 0.51% | 0.74% | - |
| XYZ | 34.06 | 34.25 | 14.94 | - |
| YUV | 156.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 92 | 0 | 0.19 | 0.51 | 0.26 | 38.13 | 0.42 | 0.55 |
| Hex | BC | 99 | 5C | 0 | 13 | 33 | 1A | 26 | 2A | 37 |
| Octal | 274 | 231 | 134 | 0 | 23 | 63 | 32 | 46 | 52 | 67 |
| Binary | 10111100 | 10011001 | 1011100 | 0 | 10011 | 110011 | 11010 | 100110 | 101010 | 110111 |
Color Harmonies of #BC995C
Complementary color
Monochromatic Colors of #BC995C
Black with #BC995C
Text Example
Text Example
White with #BC995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC995C; }
p { color: rgb(188,153,92); }
H1.HeaderClassName
{
color: #BC995C;
}
.AnyTagClassName
{
color: #BC995C;
}
</style>
background-color css
<style>
a { background-color: #BC995C; }
a { background-color: rgb(188,153,92); }
div.DivClassName
{
background-color: #BC995C;
}
.BgClassName
{
background-color: #BC995C;
}
</style>
border-color css
<style>
span { border-color: #BC995C; }
span { border-color: rgb(188,153,92); }
td.TdClassName
{
border-color: #BC995C;
}
.TagClassName
{
border-color: #BC995C;
}
</style>