Shades of Pizza #BC913E
Tints of Pizza #BC913E
RGB
CMYK
RGB Variations
Color information
#BC913E (or 0xBC913E) is known color: Pizza. HEX triplet: BC, 91 and 3E. RGB value is (188,145,62). Sum of RGB (Red+Green+Blue) = 188+145+62=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC913E is #436EC1. Grayscale: #949494. Windows color (decimal): -4419266 or 4100540. OLE color: 4100540.
HSL color Cylindrical-coordinate representation of color #BC913E: hue angle of 39.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC913E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 62 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.26 |
| HSL | 39.52º | 0.5% | 0.49% | - |
| HSV(B) | 39.52º | 0.67% | 0.74% | - |
| XYZ | 31.73 | 31.29 | 8.92 | - |
| YUV | 148.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 62 | 0 | 0.23 | 0.67 | 0.26 | 39.52 | 0.5 | 0.49 |
| Hex | BC | 91 | 3E | 0 | 17 | 43 | 1A | 28 | 32 | 31 |
| Octal | 274 | 221 | 76 | 0 | 27 | 103 | 32 | 50 | 62 | 61 |
| Binary | 10111100 | 10010001 | 111110 | 0 | 10111 | 1000011 | 11010 | 101000 | 110010 | 110001 |
Color Harmonies of #BC913E
Complementary color
Monochromatic Colors of #BC913E
Black with #BC913E
Text Example
Text Example
White with #BC913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC913E; }
p { color: rgb(188,145,62); }
H1.HeaderClassName
{
color: #BC913E;
}
.AnyTagClassName
{
color: #BC913E;
}
</style>
background-color css
<style>
a { background-color: #BC913E; }
a { background-color: rgb(188,145,62); }
div.DivClassName
{
background-color: #BC913E;
}
.BgClassName
{
background-color: #BC913E;
}
</style>
border-color css
<style>
span { border-color: #BC913E; }
span { border-color: rgb(188,145,62); }
td.TdClassName
{
border-color: #BC913E;
}
.TagClassName
{
border-color: #BC913E;
}
</style>