Shades of Pizza #BC8C3C
Tints of Pizza #BC8C3C
RGB
CMYK
RGB Variations
Color information
#BC8C3C (or 0xBC8C3C) is known color: Pizza. HEX triplet: BC, 8C and 3C. RGB value is (188,140,60). Sum of RGB (Red+Green+Blue) = 188+140+60=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C3C is #4373C3. Grayscale: #919191. Windows color (decimal): -4420548 or 3968188. OLE color: 3968188.
HSL color Cylindrical-coordinate representation of color #BC8C3C: hue angle of 37.5º 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 #BC8C3C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 60 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.26 |
| HSL | 37.5º | 0.52% | 0.49% | - |
| HSV(B) | 37.5º | 0.68% | 0.74% | - |
| XYZ | 30.93 | 29.77 | 8.39 | - |
| YUV | 145.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 60 | 0 | 0.26 | 0.68 | 0.26 | 37.5 | 0.52 | 0.49 |
| Hex | BC | 8C | 3C | 0 | 1A | 44 | 1A | 26 | 34 | 31 |
| Octal | 274 | 214 | 74 | 0 | 32 | 104 | 32 | 46 | 64 | 61 |
| Binary | 10111100 | 10001100 | 111100 | 0 | 11010 | 1000100 | 11010 | 100110 | 110100 | 110001 |
Color Harmonies of #BC8C3C
Complementary color
Monochromatic Colors of #BC8C3C
Black with #BC8C3C
Text Example
Text Example
White with #BC8C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C3C; }
p { color: rgb(188,140,60); }
H1.HeaderClassName
{
color: #BC8C3C;
}
.AnyTagClassName
{
color: #BC8C3C;
}
</style>
background-color css
<style>
a { background-color: #BC8C3C; }
a { background-color: rgb(188,140,60); }
div.DivClassName
{
background-color: #BC8C3C;
}
.BgClassName
{
background-color: #BC8C3C;
}
</style>
border-color css
<style>
span { border-color: #BC8C3C; }
span { border-color: rgb(188,140,60); }
td.TdClassName
{
border-color: #BC8C3C;
}
.TagClassName
{
border-color: #BC8C3C;
}
</style>