Shades of Pizza #BC8F3C
Tints of Pizza #BC8F3C
RGB
CMYK
RGB Variations
Color information
#BC8F3C (or 0xBC8F3C) is known color: Pizza. HEX triplet: BC, 8F and 3C. RGB value is (188,143,60). Sum of RGB (Red+Green+Blue) = 188+143+60=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F3C is #4370C3. Grayscale: #939393. Windows color (decimal): -4419780 or 3968956. OLE color: 3968956.
HSL color Cylindrical-coordinate representation of color #BC8F3C: hue angle of 38.91º 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 #BC8F3C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 60 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.26 |
| HSL | 38.91º | 0.52% | 0.49% | - |
| HSV(B) | 38.91º | 0.68% | 0.74% | - |
| XYZ | 31.38 | 30.66 | 8.54 | - |
| YUV | 146.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 60 | 0 | 0.24 | 0.68 | 0.26 | 38.91 | 0.52 | 0.49 |
| Hex | BC | 8F | 3C | 0 | 18 | 44 | 1A | 27 | 34 | 31 |
| Octal | 274 | 217 | 74 | 0 | 30 | 104 | 32 | 47 | 64 | 61 |
| Binary | 10111100 | 10001111 | 111100 | 0 | 11000 | 1000100 | 11010 | 100111 | 110100 | 110001 |
Color Harmonies of #BC8F3C
Complementary color
Monochromatic Colors of #BC8F3C
Black with #BC8F3C
Text Example
Text Example
White with #BC8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F3C; }
p { color: rgb(188,143,60); }
H1.HeaderClassName
{
color: #BC8F3C;
}
.AnyTagClassName
{
color: #BC8F3C;
}
</style>
background-color css
<style>
a { background-color: #BC8F3C; }
a { background-color: rgb(188,143,60); }
div.DivClassName
{
background-color: #BC8F3C;
}
.BgClassName
{
background-color: #BC8F3C;
}
</style>
border-color css
<style>
span { border-color: #BC8F3C; }
span { border-color: rgb(188,143,60); }
td.TdClassName
{
border-color: #BC8F3C;
}
.TagClassName
{
border-color: #BC8F3C;
}
</style>