Shades of Pizza #BC933C
Tints of Pizza #BC933C
RGB
CMYK
RGB Variations
Color information
#BC933C (or 0xBC933C) is known color: Pizza. HEX triplet: BC, 93 and 3C. RGB value is (188,147,60). Sum of RGB (Red+Green+Blue) = 188+147+60=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC933C is #436CC3. Grayscale: #959595. Windows color (decimal): -4418756 or 3969980. OLE color: 3969980.
HSL color Cylindrical-coordinate representation of color #BC933C: hue angle of 40.78º 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 #BC933C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 60 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.26 |
| HSL | 40.78º | 0.52% | 0.49% | - |
| HSV(B) | 40.78º | 0.68% | 0.74% | - |
| XYZ | 31.99 | 31.89 | 8.74 | - |
| YUV | 149.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 60 | 0 | 0.22 | 0.68 | 0.26 | 40.78 | 0.52 | 0.49 |
| Hex | BC | 93 | 3C | 0 | 16 | 44 | 1A | 29 | 34 | 31 |
| Octal | 274 | 223 | 74 | 0 | 26 | 104 | 32 | 51 | 64 | 61 |
| Binary | 10111100 | 10010011 | 111100 | 0 | 10110 | 1000100 | 11010 | 101001 | 110100 | 110001 |
Color Harmonies of #BC933C
Complementary color
Monochromatic Colors of #BC933C
Black with #BC933C
Text Example
Text Example
White with #BC933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC933C; }
p { color: rgb(188,147,60); }
H1.HeaderClassName
{
color: #BC933C;
}
.AnyTagClassName
{
color: #BC933C;
}
</style>
background-color css
<style>
a { background-color: #BC933C; }
a { background-color: rgb(188,147,60); }
div.DivClassName
{
background-color: #BC933C;
}
.BgClassName
{
background-color: #BC933C;
}
</style>
border-color css
<style>
span { border-color: #BC933C; }
span { border-color: rgb(188,147,60); }
td.TdClassName
{
border-color: #BC933C;
}
.TagClassName
{
border-color: #BC933C;
}
</style>