Shades of Barley Corn #BC935C
Tints of Barley Corn #BC935C
RGB
CMYK
RGB Variations
Color information
#BC935C (or 0xBC935C) is known color: Barley Corn. HEX triplet: BC, 93 and 5C. RGB value is (188,147,92). Sum of RGB (Red+Green+Blue) = 188+147+92=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC935C is #436CA3. Grayscale: #999999. Windows color (decimal): -4418724 or 6067132. OLE color: 6067132.
HSL color Cylindrical-coordinate representation of color #BC935C: hue angle of 34.38º 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 #BC935C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 92 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.26 |
| HSL | 34.38º | 0.42% | 0.55% | - |
| HSV(B) | 34.38º | 0.51% | 0.74% | - |
| XYZ | 33.1 | 32.33 | 14.62 | - |
| YUV | 152.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 92 | 0 | 0.22 | 0.51 | 0.26 | 34.38 | 0.42 | 0.55 |
| Hex | BC | 93 | 5C | 0 | 16 | 33 | 1A | 22 | 2A | 37 |
| Octal | 274 | 223 | 134 | 0 | 26 | 63 | 32 | 42 | 52 | 67 |
| Binary | 10111100 | 10010011 | 1011100 | 0 | 10110 | 110011 | 11010 | 100010 | 101010 | 110111 |
Color Harmonies of #BC935C
Complementary color
Monochromatic Colors of #BC935C
Black with #BC935C
Text Example
Text Example
White with #BC935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC935C; }
p { color: rgb(188,147,92); }
H1.HeaderClassName
{
color: #BC935C;
}
.AnyTagClassName
{
color: #BC935C;
}
</style>
background-color css
<style>
a { background-color: #BC935C; }
a { background-color: rgb(188,147,92); }
div.DivClassName
{
background-color: #BC935C;
}
.BgClassName
{
background-color: #BC935C;
}
</style>
border-color css
<style>
span { border-color: #BC935C; }
span { border-color: rgb(188,147,92); }
td.TdClassName
{
border-color: #BC935C;
}
.TagClassName
{
border-color: #BC935C;
}
</style>