Shades of Pizza #BC913F
Tints of Pizza #BC913F
RGB
CMYK
RGB Variations
Color information
#BC913F (or 0xBC913F) is known color: Pizza. HEX triplet: BC, 91 and 3F. RGB value is (188,145,63). Sum of RGB (Red+Green+Blue) = 188+145+63=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC913F is #436EC0. Grayscale: #949494. Windows color (decimal): -4419265 or 4166076. OLE color: 4166076.
HSL color Cylindrical-coordinate representation of color #BC913F: hue angle of 39.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC913F is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 63 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.26 |
| HSL | 39.36º | 0.5% | 0.49% | - |
| HSV(B) | 39.36º | 0.66% | 0.74% | - |
| XYZ | 31.76 | 31.3 | 9.07 | - |
| YUV | 148.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 63 | 0 | 0.23 | 0.66 | 0.26 | 39.36 | 0.5 | 0.49 |
| Hex | BC | 91 | 3F | 0 | 17 | 42 | 1A | 27 | 32 | 31 |
| Octal | 274 | 221 | 77 | 0 | 27 | 102 | 32 | 47 | 62 | 61 |
| Binary | 10111100 | 10010001 | 111111 | 0 | 10111 | 1000010 | 11010 | 100111 | 110010 | 110001 |
Color Harmonies of #BC913F
Complementary color
Monochromatic Colors of #BC913F
Black with #BC913F
Text Example
Text Example
White with #BC913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC913F; }
p { color: rgb(188,145,63); }
H1.HeaderClassName
{
color: #BC913F;
}
.AnyTagClassName
{
color: #BC913F;
}
</style>
background-color css
<style>
a { background-color: #BC913F; }
a { background-color: rgb(188,145,63); }
div.DivClassName
{
background-color: #BC913F;
}
.BgClassName
{
background-color: #BC913F;
}
</style>
border-color css
<style>
span { border-color: #BC913F; }
span { border-color: rgb(188,145,63); }
td.TdClassName
{
border-color: #BC913F;
}
.TagClassName
{
border-color: #BC913F;
}
</style>