Shades of Pizza #BC8B3F
Tints of Pizza #BC8B3F
RGB
CMYK
RGB Variations
Color information
#BC8B3F (or 0xBC8B3F) is known color: Pizza. HEX triplet: BC, 8B and 3F. RGB value is (188,139,63). Sum of RGB (Red+Green+Blue) = 188+139+63=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B3F is #4374C0. Grayscale: #919191. Windows color (decimal): -4420801 or 4164540. OLE color: 4164540.
HSL color Cylindrical-coordinate representation of color #BC8B3F: hue angle of 36.48º degrees, saturation: 0.5, 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 #BC8B3F is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 63 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.26 |
| HSL | 36.48º | 0.5% | 0.49% | - |
| HSV(B) | 36.48º | 0.66% | 0.74% | - |
| XYZ | 30.87 | 29.52 | 8.77 | - |
| YUV | 144.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 63 | 0 | 0.26 | 0.66 | 0.26 | 36.48 | 0.5 | 0.49 |
| Hex | BC | 8B | 3F | 0 | 1A | 42 | 1A | 24 | 32 | 31 |
| Octal | 274 | 213 | 77 | 0 | 32 | 102 | 32 | 44 | 62 | 61 |
| Binary | 10111100 | 10001011 | 111111 | 0 | 11010 | 1000010 | 11010 | 100100 | 110010 | 110001 |
Color Harmonies of #BC8B3F
Complementary color
Monochromatic Colors of #BC8B3F
Black with #BC8B3F
Text Example
Text Example
White with #BC8B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B3F; }
p { color: rgb(188,139,63); }
H1.HeaderClassName
{
color: #BC8B3F;
}
.AnyTagClassName
{
color: #BC8B3F;
}
</style>
background-color css
<style>
a { background-color: #BC8B3F; }
a { background-color: rgb(188,139,63); }
div.DivClassName
{
background-color: #BC8B3F;
}
.BgClassName
{
background-color: #BC8B3F;
}
</style>
border-color css
<style>
span { border-color: #BC8B3F; }
span { border-color: rgb(188,139,63); }
td.TdClassName
{
border-color: #BC8B3F;
}
.TagClassName
{
border-color: #BC8B3F;
}
</style>