Shades of Pizza #BC9140
Tints of Pizza #BC9140
RGB
CMYK
RGB Variations
Color information
#BC9140 (or 0xBC9140) is known color: Pizza. HEX triplet: BC, 91 and 40. RGB value is (188,145,64). Sum of RGB (Red+Green+Blue) = 188+145+64=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9140 is #436EBF. Grayscale: #949494. Windows color (decimal): -4419264 or 4231612. OLE color: 4231612.
HSL color Cylindrical-coordinate representation of color #BC9140: hue angle of 39.19º degrees, saturation: 0.49, 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 #BC9140 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 64 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.26 |
| HSL | 39.19º | 0.49% | 0.49% | - |
| HSV(B) | 39.19º | 0.66% | 0.74% | - |
| XYZ | 31.79 | 31.31 | 9.22 | - |
| YUV | 148.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 64 | 0 | 0.23 | 0.66 | 0.26 | 39.19 | 0.49 | 0.49 |
| Hex | BC | 91 | 40 | 0 | 17 | 42 | 1A | 27 | 31 | 31 |
| Octal | 274 | 221 | 100 | 0 | 27 | 102 | 32 | 47 | 61 | 61 |
| Binary | 10111100 | 10010001 | 1000000 | 0 | 10111 | 1000010 | 11010 | 100111 | 110001 | 110001 |
Color Harmonies of #BC9140
Complementary color
Monochromatic Colors of #BC9140
Black with #BC9140
Text Example
Text Example
White with #BC9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9140; }
p { color: rgb(188,145,64); }
H1.HeaderClassName
{
color: #BC9140;
}
.AnyTagClassName
{
color: #BC9140;
}
</style>
background-color css
<style>
a { background-color: #BC9140; }
a { background-color: rgb(188,145,64); }
div.DivClassName
{
background-color: #BC9140;
}
.BgClassName
{
background-color: #BC9140;
}
</style>
border-color css
<style>
span { border-color: #BC9140; }
span { border-color: rgb(188,145,64); }
td.TdClassName
{
border-color: #BC9140;
}
.TagClassName
{
border-color: #BC9140;
}
</style>