Shades of Pizza #BC8F41
Tints of Pizza #BC8F41
RGB
CMYK
RGB Variations
Color information
#BC8F41 (or 0xBC8F41) is known color: Pizza. HEX triplet: BC, 8F and 41. RGB value is (188,143,65). Sum of RGB (Red+Green+Blue) = 188+143+65=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F41 is #4370BE. Grayscale: #939393. Windows color (decimal): -4419775 or 4296636. OLE color: 4296636.
HSL color Cylindrical-coordinate representation of color #BC8F41: hue angle of 38.05º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC8F41 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 65 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.26 |
| HSL | 38.05º | 0.49% | 0.5% | - |
| HSV(B) | 38.05º | 0.65% | 0.74% | - |
| XYZ | 31.52 | 30.72 | 9.27 | - |
| YUV | 147.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 65 | 0 | 0.24 | 0.65 | 0.26 | 38.05 | 0.49 | 0.5 |
| Hex | BC | 8F | 41 | 0 | 18 | 41 | 1A | 26 | 31 | 32 |
| Octal | 274 | 217 | 101 | 0 | 30 | 101 | 32 | 46 | 61 | 62 |
| Binary | 10111100 | 10001111 | 1000001 | 0 | 11000 | 1000001 | 11010 | 100110 | 110001 | 110010 |
Color Harmonies of #BC8F41
Complementary color
Monochromatic Colors of #BC8F41
Black with #BC8F41
Text Example
Text Example
White with #BC8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F41; }
p { color: rgb(188,143,65); }
H1.HeaderClassName
{
color: #BC8F41;
}
.AnyTagClassName
{
color: #BC8F41;
}
</style>
background-color css
<style>
a { background-color: #BC8F41; }
a { background-color: rgb(188,143,65); }
div.DivClassName
{
background-color: #BC8F41;
}
.BgClassName
{
background-color: #BC8F41;
}
</style>
border-color css
<style>
span { border-color: #BC8F41; }
span { border-color: rgb(188,143,65); }
td.TdClassName
{
border-color: #BC8F41;
}
.TagClassName
{
border-color: #BC8F41;
}
</style>