Shades of Pizza #BC8F3E
Tints of Pizza #BC8F3E
RGB
CMYK
RGB Variations
Color information
#BC8F3E (or 0xBC8F3E) is known color: Pizza. HEX triplet: BC, 8F and 3E. RGB value is (188,143,62). Sum of RGB (Red+Green+Blue) = 188+143+62=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F3E is #4370C1. Grayscale: #939393. Windows color (decimal): -4419778 or 4100028. OLE color: 4100028.
HSL color Cylindrical-coordinate representation of color #BC8F3E: hue angle of 38.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC8F3E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 62 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.26 |
| HSL | 38.57º | 0.5% | 0.49% | - |
| HSV(B) | 38.57º | 0.67% | 0.74% | - |
| XYZ | 31.43 | 30.68 | 8.82 | - |
| YUV | 147.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 62 | 0 | 0.24 | 0.67 | 0.26 | 38.57 | 0.5 | 0.49 |
| Hex | BC | 8F | 3E | 0 | 18 | 43 | 1A | 27 | 32 | 31 |
| Octal | 274 | 217 | 76 | 0 | 30 | 103 | 32 | 47 | 62 | 61 |
| Binary | 10111100 | 10001111 | 111110 | 0 | 11000 | 1000011 | 11010 | 100111 | 110010 | 110001 |
Color Harmonies of #BC8F3E
Complementary color
Monochromatic Colors of #BC8F3E
Black with #BC8F3E
Text Example
Text Example
White with #BC8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F3E; }
p { color: rgb(188,143,62); }
H1.HeaderClassName
{
color: #BC8F3E;
}
.AnyTagClassName
{
color: #BC8F3E;
}
</style>
background-color css
<style>
a { background-color: #BC8F3E; }
a { background-color: rgb(188,143,62); }
div.DivClassName
{
background-color: #BC8F3E;
}
.BgClassName
{
background-color: #BC8F3E;
}
</style>
border-color css
<style>
span { border-color: #BC8F3E; }
span { border-color: rgb(188,143,62); }
td.TdClassName
{
border-color: #BC8F3E;
}
.TagClassName
{
border-color: #BC8F3E;
}
</style>