Shades of Pizza #BC9142
Tints of Pizza #BC9142
RGB
CMYK
RGB Variations
Color information
#BC9142 (or 0xBC9142) is known color: Pizza. HEX triplet: BC, 91 and 42. RGB value is (188,145,66). Sum of RGB (Red+Green+Blue) = 188+145+66=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9142 is #436EBD. Grayscale: #959595. Windows color (decimal): -4419262 or 4362684. OLE color: 4362684.
HSL color Cylindrical-coordinate representation of color #BC9142: hue angle of 38.85º 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 #BC9142 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 66 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.26 |
| HSL | 38.85º | 0.48% | 0.5% | - |
| HSV(B) | 38.85º | 0.65% | 0.74% | - |
| XYZ | 31.85 | 31.34 | 9.52 | - |
| YUV | 148.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 66 | 0 | 0.23 | 0.65 | 0.26 | 38.85 | 0.48 | 0.5 |
| Hex | BC | 91 | 42 | 0 | 17 | 41 | 1A | 27 | 30 | 32 |
| Octal | 274 | 221 | 102 | 0 | 27 | 101 | 32 | 47 | 60 | 62 |
| Binary | 10111100 | 10010001 | 1000010 | 0 | 10111 | 1000001 | 11010 | 100111 | 110000 | 110010 |
Color Harmonies of #BC9142
Complementary color
Monochromatic Colors of #BC9142
Black with #BC9142
Text Example
Text Example
White with #BC9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9142; }
p { color: rgb(188,145,66); }
H1.HeaderClassName
{
color: #BC9142;
}
.AnyTagClassName
{
color: #BC9142;
}
</style>
background-color css
<style>
a { background-color: #BC9142; }
a { background-color: rgb(188,145,66); }
div.DivClassName
{
background-color: #BC9142;
}
.BgClassName
{
background-color: #BC9142;
}
</style>
border-color css
<style>
span { border-color: #BC9142; }
span { border-color: rgb(188,145,66); }
td.TdClassName
{
border-color: #BC9142;
}
.TagClassName
{
border-color: #BC9142;
}
</style>