Shades of Barley Corn #BC8F63
Tints of Barley Corn #BC8F63
RGB
CMYK
RGB Variations
Color information
#BC8F63 (or 0xBC8F63) is known color: Barley Corn. HEX triplet: BC, 8F and 63. RGB value is (188,143,99). Sum of RGB (Red+Green+Blue) = 188+143+99=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F63 is #43709C. Grayscale: #979797. Windows color (decimal): -4419741 or 6524860. OLE color: 6524860.
HSL color Cylindrical-coordinate representation of color #BC8F63: hue angle of 29.66º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC8F63 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 99 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.26 |
| HSL | 29.66º | 0.4% | 0.56% | - |
| HSV(B) | 29.66º | 0.47% | 0.74% | - |
| XYZ | 32.81 | 31.24 | 16.1 | - |
| YUV | 151.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 99 | 0 | 0.24 | 0.47 | 0.26 | 29.66 | 0.4 | 0.56 |
| Hex | BC | 8F | 63 | 0 | 18 | 2F | 1A | 1E | 28 | 38 |
| Octal | 274 | 217 | 143 | 0 | 30 | 57 | 32 | 36 | 50 | 70 |
| Binary | 10111100 | 10001111 | 1100011 | 0 | 11000 | 101111 | 11010 | 11110 | 101000 | 111000 |
Color Harmonies of #BC8F63
Complementary color
Monochromatic Colors of #BC8F63
Black with #BC8F63
Text Example
Text Example
White with #BC8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F63; }
p { color: rgb(188,143,99); }
H1.HeaderClassName
{
color: #BC8F63;
}
.AnyTagClassName
{
color: #BC8F63;
}
</style>
background-color css
<style>
a { background-color: #BC8F63; }
a { background-color: rgb(188,143,99); }
div.DivClassName
{
background-color: #BC8F63;
}
.BgClassName
{
background-color: #BC8F63;
}
</style>
border-color css
<style>
span { border-color: #BC8F63; }
span { border-color: rgb(188,143,99); }
td.TdClassName
{
border-color: #BC8F63;
}
.TagClassName
{
border-color: #BC8F63;
}
</style>