Shades of Pizza #BC8E3B
Tints of Pizza #BC8E3B
RGB
CMYK
RGB Variations
Color information
#BC8E3B (or 0xBC8E3B) is known color: Pizza. HEX triplet: BC, 8E and 3B. RGB value is (188,142,59). Sum of RGB (Red+Green+Blue) = 188+142+59=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E3B is #4371C4. Grayscale: #929292. Windows color (decimal): -4420037 or 3903164. OLE color: 3903164.
HSL color Cylindrical-coordinate representation of color #BC8E3B: hue angle of 38.6º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC8E3B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 59 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.26 |
| HSL | 38.6º | 0.52% | 0.48% | - |
| HSV(B) | 38.6º | 0.69% | 0.74% | - |
| XYZ | 31.2 | 30.35 | 8.35 | - |
| YUV | 146.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 59 | 0 | 0.24 | 0.69 | 0.26 | 38.6 | 0.52 | 0.48 |
| Hex | BC | 8E | 3B | 0 | 18 | 45 | 1A | 27 | 34 | 30 |
| Octal | 274 | 216 | 73 | 0 | 30 | 105 | 32 | 47 | 64 | 60 |
| Binary | 10111100 | 10001110 | 111011 | 0 | 11000 | 1000101 | 11010 | 100111 | 110100 | 110000 |
Color Harmonies of #BC8E3B
Complementary color
Monochromatic Colors of #BC8E3B
Black with #BC8E3B
Text Example
Text Example
White with #BC8E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E3B; }
p { color: rgb(188,142,59); }
H1.HeaderClassName
{
color: #BC8E3B;
}
.AnyTagClassName
{
color: #BC8E3B;
}
</style>
background-color css
<style>
a { background-color: #BC8E3B; }
a { background-color: rgb(188,142,59); }
div.DivClassName
{
background-color: #BC8E3B;
}
.BgClassName
{
background-color: #BC8E3B;
}
</style>
border-color css
<style>
span { border-color: #BC8E3B; }
span { border-color: rgb(188,142,59); }
td.TdClassName
{
border-color: #BC8E3B;
}
.TagClassName
{
border-color: #BC8E3B;
}
</style>