Shades of Pizza #BC8C41
Tints of Pizza #BC8C41
RGB
CMYK
RGB Variations
Color information
#BC8C41 (or 0xBC8C41) is known color: Pizza. HEX triplet: BC, 8C and 41. RGB value is (188,140,65). Sum of RGB (Red+Green+Blue) = 188+140+65=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C41 is #4373BE. Grayscale: #929292. Windows color (decimal): -4420543 or 4295868. OLE color: 4295868.
HSL color Cylindrical-coordinate representation of color #BC8C41: hue angle of 36.59º 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 #BC8C41 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 65 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.26 |
| HSL | 36.59º | 0.49% | 0.5% | - |
| HSV(B) | 36.59º | 0.65% | 0.74% | - |
| XYZ | 31.07 | 29.83 | 9.12 | - |
| YUV | 145.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 65 | 0 | 0.26 | 0.65 | 0.26 | 36.59 | 0.49 | 0.5 |
| Hex | BC | 8C | 41 | 0 | 1A | 41 | 1A | 25 | 31 | 32 |
| Octal | 274 | 214 | 101 | 0 | 32 | 101 | 32 | 45 | 61 | 62 |
| Binary | 10111100 | 10001100 | 1000001 | 0 | 11010 | 1000001 | 11010 | 100101 | 110001 | 110010 |
Color Harmonies of #BC8C41
Complementary color
Monochromatic Colors of #BC8C41
Black with #BC8C41
Text Example
Text Example
White with #BC8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C41; }
p { color: rgb(188,140,65); }
H1.HeaderClassName
{
color: #BC8C41;
}
.AnyTagClassName
{
color: #BC8C41;
}
</style>
background-color css
<style>
a { background-color: #BC8C41; }
a { background-color: rgb(188,140,65); }
div.DivClassName
{
background-color: #BC8C41;
}
.BgClassName
{
background-color: #BC8C41;
}
</style>
border-color css
<style>
span { border-color: #BC8C41; }
span { border-color: rgb(188,140,65); }
td.TdClassName
{
border-color: #BC8C41;
}
.TagClassName
{
border-color: #BC8C41;
}
</style>