Shades of Pizza #BC913D
Tints of Pizza #BC913D
RGB
CMYK
RGB Variations
Color information
#BC913D (or 0xBC913D) is known color: Pizza. HEX triplet: BC, 91 and 3D. RGB value is (188,145,61). Sum of RGB (Red+Green+Blue) = 188+145+61=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC913D is #436EC2. Grayscale: #949494. Windows color (decimal): -4419267 or 4035004. OLE color: 4035004.
HSL color Cylindrical-coordinate representation of color #BC913D: hue angle of 39.69º 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 #BC913D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 61 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.26 |
| HSL | 39.69º | 0.51% | 0.49% | - |
| HSV(B) | 39.69º | 0.68% | 0.74% | - |
| XYZ | 31.71 | 31.28 | 8.78 | - |
| YUV | 148.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 61 | 0 | 0.23 | 0.68 | 0.26 | 39.69 | 0.51 | 0.49 |
| Hex | BC | 91 | 3D | 0 | 17 | 44 | 1A | 28 | 33 | 31 |
| Octal | 274 | 221 | 75 | 0 | 27 | 104 | 32 | 50 | 63 | 61 |
| Binary | 10111100 | 10010001 | 111101 | 0 | 10111 | 1000100 | 11010 | 101000 | 110011 | 110001 |
Color Harmonies of #BC913D
Complementary color
Monochromatic Colors of #BC913D
Black with #BC913D
Text Example
Text Example
White with #BC913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC913D; }
p { color: rgb(188,145,61); }
H1.HeaderClassName
{
color: #BC913D;
}
.AnyTagClassName
{
color: #BC913D;
}
</style>
background-color css
<style>
a { background-color: #BC913D; }
a { background-color: rgb(188,145,61); }
div.DivClassName
{
background-color: #BC913D;
}
.BgClassName
{
background-color: #BC913D;
}
</style>
border-color css
<style>
span { border-color: #BC913D; }
span { border-color: rgb(188,145,61); }
td.TdClassName
{
border-color: #BC913D;
}
.TagClassName
{
border-color: #BC913D;
}
</style>