Shades of Pizza #BC8D3E
Tints of Pizza #BC8D3E
RGB
CMYK
RGB Variations
Color information
#BC8D3E (or 0xBC8D3E) is known color: Pizza. HEX triplet: BC, 8D and 3E. RGB value is (188,141,62). Sum of RGB (Red+Green+Blue) = 188+141+62=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D3E is #4372C1. Grayscale: #929292. Windows color (decimal): -4420290 or 4099516. OLE color: 4099516.
HSL color Cylindrical-coordinate representation of color #BC8D3E: hue angle of 37.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC8D3E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 62 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.26 |
| HSL | 37.62º | 0.5% | 0.49% | - |
| HSV(B) | 37.62º | 0.67% | 0.74% | - |
| XYZ | 31.13 | 30.09 | 8.72 | - |
| YUV | 146.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 62 | 0 | 0.25 | 0.67 | 0.26 | 37.62 | 0.5 | 0.49 |
| Hex | BC | 8D | 3E | 0 | 19 | 43 | 1A | 26 | 32 | 31 |
| Octal | 274 | 215 | 76 | 0 | 31 | 103 | 32 | 46 | 62 | 61 |
| Binary | 10111100 | 10001101 | 111110 | 0 | 11001 | 1000011 | 11010 | 100110 | 110010 | 110001 |
Color Harmonies of #BC8D3E
Complementary color
Monochromatic Colors of #BC8D3E
Black with #BC8D3E
Text Example
Text Example
White with #BC8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D3E; }
p { color: rgb(188,141,62); }
H1.HeaderClassName
{
color: #BC8D3E;
}
.AnyTagClassName
{
color: #BC8D3E;
}
</style>
background-color css
<style>
a { background-color: #BC8D3E; }
a { background-color: rgb(188,141,62); }
div.DivClassName
{
background-color: #BC8D3E;
}
.BgClassName
{
background-color: #BC8D3E;
}
</style>
border-color css
<style>
span { border-color: #BC8D3E; }
span { border-color: rgb(188,141,62); }
td.TdClassName
{
border-color: #BC8D3E;
}
.TagClassName
{
border-color: #BC8D3E;
}
</style>