Shades of Barley Corn #BC995F
Tints of Barley Corn #BC995F
RGB
CMYK
RGB Variations
Color information
#BC995F (or 0xBC995F) is known color: Barley Corn. HEX triplet: BC, 99 and 5F. RGB value is (188,153,95). Sum of RGB (Red+Green+Blue) = 188+153+95=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC995F is #4366A0. Grayscale: #9D9D9D. Windows color (decimal): -4417185 or 6265276. OLE color: 6265276.
HSL color Cylindrical-coordinate representation of color #BC995F: hue angle of 37.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC995F is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 95 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.26 |
| HSL | 37.42º | 0.41% | 0.55% | - |
| HSV(B) | 37.42º | 0.49% | 0.74% | - |
| XYZ | 34.2 | 34.3 | 15.64 | - |
| YUV | 156.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 95 | 0 | 0.19 | 0.49 | 0.26 | 37.42 | 0.41 | 0.55 |
| Hex | BC | 99 | 5F | 0 | 13 | 31 | 1A | 25 | 29 | 37 |
| Octal | 274 | 231 | 137 | 0 | 23 | 61 | 32 | 45 | 51 | 67 |
| Binary | 10111100 | 10011001 | 1011111 | 0 | 10011 | 110001 | 11010 | 100101 | 101001 | 110111 |
Color Harmonies of #BC995F
Complementary color
Monochromatic Colors of #BC995F
Black with #BC995F
Text Example
Text Example
White with #BC995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC995F; }
p { color: rgb(188,153,95); }
H1.HeaderClassName
{
color: #BC995F;
}
.AnyTagClassName
{
color: #BC995F;
}
</style>
background-color css
<style>
a { background-color: #BC995F; }
a { background-color: rgb(188,153,95); }
div.DivClassName
{
background-color: #BC995F;
}
.BgClassName
{
background-color: #BC995F;
}
</style>
border-color css
<style>
span { border-color: #BC995F; }
span { border-color: rgb(188,153,95); }
td.TdClassName
{
border-color: #BC995F;
}
.TagClassName
{
border-color: #BC995F;
}
</style>