Shades of Pizza #BC8D3C
Tints of Pizza #BC8D3C
RGB
CMYK
RGB Variations
Color information
#BC8D3C (or 0xBC8D3C) is known color: Pizza. HEX triplet: BC, 8D and 3C. RGB value is (188,141,60). Sum of RGB (Red+Green+Blue) = 188+141+60=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D3C is #4372C3. Grayscale: #929292. Windows color (decimal): -4420292 or 3968444. OLE color: 3968444.
HSL color Cylindrical-coordinate representation of color #BC8D3C: hue angle of 37.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC8D3C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 60 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.26 |
| HSL | 37.97º | 0.52% | 0.49% | - |
| HSV(B) | 37.97º | 0.68% | 0.74% | - |
| XYZ | 31.08 | 30.07 | 8.44 | - |
| YUV | 145.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 60 | 0 | 0.25 | 0.68 | 0.26 | 37.97 | 0.52 | 0.49 |
| Hex | BC | 8D | 3C | 0 | 19 | 44 | 1A | 26 | 34 | 31 |
| Octal | 274 | 215 | 74 | 0 | 31 | 104 | 32 | 46 | 64 | 61 |
| Binary | 10111100 | 10001101 | 111100 | 0 | 11001 | 1000100 | 11010 | 100110 | 110100 | 110001 |
Color Harmonies of #BC8D3C
Complementary color
Monochromatic Colors of #BC8D3C
Black with #BC8D3C
Text Example
Text Example
White with #BC8D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D3C; }
p { color: rgb(188,141,60); }
H1.HeaderClassName
{
color: #BC8D3C;
}
.AnyTagClassName
{
color: #BC8D3C;
}
</style>
background-color css
<style>
a { background-color: #BC8D3C; }
a { background-color: rgb(188,141,60); }
div.DivClassName
{
background-color: #BC8D3C;
}
.BgClassName
{
background-color: #BC8D3C;
}
</style>
border-color css
<style>
span { border-color: #BC8D3C; }
span { border-color: rgb(188,141,60); }
td.TdClassName
{
border-color: #BC8D3C;
}
.TagClassName
{
border-color: #BC8D3C;
}
</style>