Shades of Pizza #BC933D
Tints of Pizza #BC933D
RGB
CMYK
RGB Variations
Color information
#BC933D (or 0xBC933D) is known color: Pizza. HEX triplet: BC, 93 and 3D. RGB value is (188,147,61). Sum of RGB (Red+Green+Blue) = 188+147+61=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC933D is #436CC2. Grayscale: #959595. Windows color (decimal): -4418755 or 4035516. OLE color: 4035516.
HSL color Cylindrical-coordinate representation of color #BC933D: hue angle of 40.63º degrees, saturation: 0.51, 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 #BC933D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 61 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.26 |
| HSL | 40.63º | 0.51% | 0.49% | - |
| HSV(B) | 40.63º | 0.68% | 0.74% | - |
| XYZ | 32.02 | 31.9 | 8.88 | - |
| YUV | 149.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 61 | 0 | 0.22 | 0.68 | 0.26 | 40.63 | 0.51 | 0.49 |
| Hex | BC | 93 | 3D | 0 | 16 | 44 | 1A | 29 | 33 | 31 |
| Octal | 274 | 223 | 75 | 0 | 26 | 104 | 32 | 51 | 63 | 61 |
| Binary | 10111100 | 10010011 | 111101 | 0 | 10110 | 1000100 | 11010 | 101001 | 110011 | 110001 |
Color Harmonies of #BC933D
Complementary color
Monochromatic Colors of #BC933D
Black with #BC933D
Text Example
Text Example
White with #BC933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC933D; }
p { color: rgb(188,147,61); }
H1.HeaderClassName
{
color: #BC933D;
}
.AnyTagClassName
{
color: #BC933D;
}
</style>
background-color css
<style>
a { background-color: #BC933D; }
a { background-color: rgb(188,147,61); }
div.DivClassName
{
background-color: #BC933D;
}
.BgClassName
{
background-color: #BC933D;
}
</style>
border-color css
<style>
span { border-color: #BC933D; }
span { border-color: rgb(188,147,61); }
td.TdClassName
{
border-color: #BC933D;
}
.TagClassName
{
border-color: #BC933D;
}
</style>