Shades of Pizza #BC8C42
Tints of Pizza #BC8C42
RGB
CMYK
RGB Variations
Color information
#BC8C42 (or 0xBC8C42) is known color: Pizza. HEX triplet: BC, 8C and 42. RGB value is (188,140,66). Sum of RGB (Red+Green+Blue) = 188+140+66=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C42 is #4373BD. Grayscale: #929292. Windows color (decimal): -4420542 or 4361404. OLE color: 4361404.
HSL color Cylindrical-coordinate representation of color #BC8C42: hue angle of 36.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC8C42 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 66 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.26 |
| HSL | 36.39º | 0.48% | 0.5% | - |
| HSV(B) | 36.39º | 0.65% | 0.74% | - |
| XYZ | 31.1 | 29.84 | 9.27 | - |
| YUV | 145.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 66 | 0 | 0.26 | 0.65 | 0.26 | 36.39 | 0.48 | 0.5 |
| Hex | BC | 8C | 42 | 0 | 1A | 41 | 1A | 24 | 30 | 32 |
| Octal | 274 | 214 | 102 | 0 | 32 | 101 | 32 | 44 | 60 | 62 |
| Binary | 10111100 | 10001100 | 1000010 | 0 | 11010 | 1000001 | 11010 | 100100 | 110000 | 110010 |
Color Harmonies of #BC8C42
Complementary color
Monochromatic Colors of #BC8C42
Black with #BC8C42
Text Example
Text Example
White with #BC8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C42; }
p { color: rgb(188,140,66); }
H1.HeaderClassName
{
color: #BC8C42;
}
.AnyTagClassName
{
color: #BC8C42;
}
</style>
background-color css
<style>
a { background-color: #BC8C42; }
a { background-color: rgb(188,140,66); }
div.DivClassName
{
background-color: #BC8C42;
}
.BgClassName
{
background-color: #BC8C42;
}
</style>
border-color css
<style>
span { border-color: #BC8C42; }
span { border-color: rgb(188,140,66); }
td.TdClassName
{
border-color: #BC8C42;
}
.TagClassName
{
border-color: #BC8C42;
}
</style>