Shades of Pizza #BC8E3F
Tints of Pizza #BC8E3F
RGB
CMYK
RGB Variations
Color information
#BC8E3F (or 0xBC8E3F) is known color: Pizza. HEX triplet: BC, 8E and 3F. RGB value is (188,142,63). Sum of RGB (Red+Green+Blue) = 188+142+63=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E3F is #4371C0. Grayscale: #939393. Windows color (decimal): -4420033 or 4165308. OLE color: 4165308.
HSL color Cylindrical-coordinate representation of color #BC8E3F: hue angle of 37.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC8E3F is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 63 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.26 |
| HSL | 37.92º | 0.5% | 0.49% | - |
| HSV(B) | 37.92º | 0.66% | 0.74% | - |
| XYZ | 31.31 | 30.4 | 8.92 | - |
| YUV | 146.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 63 | 0 | 0.24 | 0.66 | 0.26 | 37.92 | 0.5 | 0.49 |
| Hex | BC | 8E | 3F | 0 | 18 | 42 | 1A | 26 | 32 | 31 |
| Octal | 274 | 216 | 77 | 0 | 30 | 102 | 32 | 46 | 62 | 61 |
| Binary | 10111100 | 10001110 | 111111 | 0 | 11000 | 1000010 | 11010 | 100110 | 110010 | 110001 |
Color Harmonies of #BC8E3F
Complementary color
Monochromatic Colors of #BC8E3F
Black with #BC8E3F
Text Example
Text Example
White with #BC8E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E3F; }
p { color: rgb(188,142,63); }
H1.HeaderClassName
{
color: #BC8E3F;
}
.AnyTagClassName
{
color: #BC8E3F;
}
</style>
background-color css
<style>
a { background-color: #BC8E3F; }
a { background-color: rgb(188,142,63); }
div.DivClassName
{
background-color: #BC8E3F;
}
.BgClassName
{
background-color: #BC8E3F;
}
</style>
border-color css
<style>
span { border-color: #BC8E3F; }
span { border-color: rgb(188,142,63); }
td.TdClassName
{
border-color: #BC8E3F;
}
.TagClassName
{
border-color: #BC8E3F;
}
</style>