Shades of Barley Corn #BC955C
Tints of Barley Corn #BC955C
RGB
CMYK
RGB Variations
Color information
#BC955C (or 0xBC955C) is known color: Barley Corn. HEX triplet: BC, 95 and 5C. RGB value is (188,149,92). Sum of RGB (Red+Green+Blue) = 188+149+92=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC955C is #436AA3. Grayscale: #9A9A9A. Windows color (decimal): -4418212 or 6067644. OLE color: 6067644.
HSL color Cylindrical-coordinate representation of color #BC955C: hue angle of 35.62º 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 #BC955C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 92 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.26 |
| HSL | 35.63º | 0.42% | 0.55% | - |
| HSV(B) | 35.63º | 0.51% | 0.74% | - |
| XYZ | 33.42 | 32.96 | 14.73 | - |
| YUV | 154.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 92 | 0 | 0.21 | 0.51 | 0.26 | 35.63 | 0.42 | 0.55 |
| Hex | BC | 95 | 5C | 0 | 15 | 33 | 1A | 24 | 2A | 37 |
| Octal | 274 | 225 | 134 | 0 | 25 | 63 | 32 | 44 | 52 | 67 |
| Binary | 10111100 | 10010101 | 1011100 | 0 | 10101 | 110011 | 11010 | 100100 | 101010 | 110111 |
Color Harmonies of #BC955C
Complementary color
Monochromatic Colors of #BC955C
Black with #BC955C
Text Example
Text Example
White with #BC955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC955C; }
p { color: rgb(188,149,92); }
H1.HeaderClassName
{
color: #BC955C;
}
.AnyTagClassName
{
color: #BC955C;
}
</style>
background-color css
<style>
a { background-color: #BC955C; }
a { background-color: rgb(188,149,92); }
div.DivClassName
{
background-color: #BC955C;
}
.BgClassName
{
background-color: #BC955C;
}
</style>
border-color css
<style>
span { border-color: #BC955C; }
span { border-color: rgb(188,149,92); }
td.TdClassName
{
border-color: #BC955C;
}
.TagClassName
{
border-color: #BC955C;
}
</style>