Shades of Barley Corn #BC925E
Tints of Barley Corn #BC925E
RGB
CMYK
RGB Variations
Color information
#BC925E (or 0xBC925E) is known color: Barley Corn. HEX triplet: BC, 92 and 5E. RGB value is (188,146,94). Sum of RGB (Red+Green+Blue) = 188+146+94=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC925E is #436DA1. Grayscale: #989898. Windows color (decimal): -4418978 or 6197948. OLE color: 6197948.
HSL color Cylindrical-coordinate representation of color #BC925E: hue angle of 33.19º 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 #BC925E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 94 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.26 |
| HSL | 33.19º | 0.41% | 0.55% | - |
| HSV(B) | 33.19º | 0.5% | 0.74% | - |
| XYZ | 33.04 | 32.06 | 15.04 | - |
| YUV | 152.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 94 | 0 | 0.22 | 0.50 | 0.26 | 33.19 | 0.41 | 0.55 |
| Hex | BC | 92 | 5E | 0 | 16 | 32 | 1A | 21 | 29 | 37 |
| Octal | 274 | 222 | 136 | 0 | 26 | 62 | 32 | 41 | 51 | 67 |
| Binary | 10111100 | 10010010 | 1011110 | 0 | 10110 | 110010 | 11010 | 100001 | 101001 | 110111 |
Color Harmonies of #BC925E
Complementary color
Monochromatic Colors of #BC925E
Black with #BC925E
Text Example
Text Example
White with #BC925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC925E; }
p { color: rgb(188,146,94); }
H1.HeaderClassName
{
color: #BC925E;
}
.AnyTagClassName
{
color: #BC925E;
}
</style>
background-color css
<style>
a { background-color: #BC925E; }
a { background-color: rgb(188,146,94); }
div.DivClassName
{
background-color: #BC925E;
}
.BgClassName
{
background-color: #BC925E;
}
</style>
border-color css
<style>
span { border-color: #BC925E; }
span { border-color: rgb(188,146,94); }
td.TdClassName
{
border-color: #BC925E;
}
.TagClassName
{
border-color: #BC925E;
}
</style>