Shades of Pizza #BC8F40
Tints of Pizza #BC8F40
RGB
CMYK
RGB Variations
Color information
#BC8F40 (or 0xBC8F40) is known color: Pizza. HEX triplet: BC, 8F and 40. RGB value is (188,143,64). Sum of RGB (Red+Green+Blue) = 188+143+64=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F40 is #4370BF. Grayscale: #939393. Windows color (decimal): -4419776 or 4231100. OLE color: 4231100.
HSL color Cylindrical-coordinate representation of color #BC8F40: hue angle of 38.23º 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 #BC8F40 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 64 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.26 |
| HSL | 38.23º | 0.49% | 0.49% | - |
| HSV(B) | 38.23º | 0.66% | 0.74% | - |
| XYZ | 31.49 | 30.71 | 9.12 | - |
| YUV | 147.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 64 | 0 | 0.24 | 0.66 | 0.26 | 38.23 | 0.49 | 0.49 |
| Hex | BC | 8F | 40 | 0 | 18 | 42 | 1A | 26 | 31 | 31 |
| Octal | 274 | 217 | 100 | 0 | 30 | 102 | 32 | 46 | 61 | 61 |
| Binary | 10111100 | 10001111 | 1000000 | 0 | 11000 | 1000010 | 11010 | 100110 | 110001 | 110001 |
Color Harmonies of #BC8F40
Complementary color
Monochromatic Colors of #BC8F40
Black with #BC8F40
Text Example
Text Example
White with #BC8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F40; }
p { color: rgb(188,143,64); }
H1.HeaderClassName
{
color: #BC8F40;
}
.AnyTagClassName
{
color: #BC8F40;
}
</style>
background-color css
<style>
a { background-color: #BC8F40; }
a { background-color: rgb(188,143,64); }
div.DivClassName
{
background-color: #BC8F40;
}
.BgClassName
{
background-color: #BC8F40;
}
</style>
border-color css
<style>
span { border-color: #BC8F40; }
span { border-color: rgb(188,143,64); }
td.TdClassName
{
border-color: #BC8F40;
}
.TagClassName
{
border-color: #BC8F40;
}
</style>