Shades of Pizza #BC8C40
Tints of Pizza #BC8C40
RGB
CMYK
RGB Variations
Color information
#BC8C40 (or 0xBC8C40) is known color: Pizza. HEX triplet: BC, 8C and 40. RGB value is (188,140,64). Sum of RGB (Red+Green+Blue) = 188+140+64=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C40 is #4373BF. Grayscale: #929292. Windows color (decimal): -4420544 or 4230332. OLE color: 4230332.
HSL color Cylindrical-coordinate representation of color #BC8C40: hue angle of 36.77º degrees, saturation: 0.49, 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 #BC8C40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 64 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.26 |
| HSL | 36.77º | 0.49% | 0.49% | - |
| HSV(B) | 36.77º | 0.66% | 0.74% | - |
| XYZ | 31.04 | 29.82 | 8.97 | - |
| YUV | 145.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 64 | 0 | 0.26 | 0.66 | 0.26 | 36.77 | 0.49 | 0.49 |
| Hex | BC | 8C | 40 | 0 | 1A | 42 | 1A | 25 | 31 | 31 |
| Octal | 274 | 214 | 100 | 0 | 32 | 102 | 32 | 45 | 61 | 61 |
| Binary | 10111100 | 10001100 | 1000000 | 0 | 11010 | 1000010 | 11010 | 100101 | 110001 | 110001 |
Color Harmonies of #BC8C40
Complementary color
Monochromatic Colors of #BC8C40
Black with #BC8C40
Text Example
Text Example
White with #BC8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C40; }
p { color: rgb(188,140,64); }
H1.HeaderClassName
{
color: #BC8C40;
}
.AnyTagClassName
{
color: #BC8C40;
}
</style>
background-color css
<style>
a { background-color: #BC8C40; }
a { background-color: rgb(188,140,64); }
div.DivClassName
{
background-color: #BC8C40;
}
.BgClassName
{
background-color: #BC8C40;
}
</style>
border-color css
<style>
span { border-color: #BC8C40; }
span { border-color: rgb(188,140,64); }
td.TdClassName
{
border-color: #BC8C40;
}
.TagClassName
{
border-color: #BC8C40;
}
</style>