Shades of Pizza #BC8B3E
Tints of Pizza #BC8B3E
RGB
CMYK
RGB Variations
Color information
#BC8B3E (or 0xBC8B3E) is known color: Pizza. HEX triplet: BC, 8B and 3E. RGB value is (188,139,62). Sum of RGB (Red+Green+Blue) = 188+139+62=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B3E is #4374C1. Grayscale: #919191. Windows color (decimal): -4420802 or 4099004. OLE color: 4099004.
HSL color Cylindrical-coordinate representation of color #BC8B3E: hue angle of 36.67º 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 #BC8B3E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 62 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.26 |
| HSL | 36.67º | 0.5% | 0.49% | - |
| HSV(B) | 36.67º | 0.67% | 0.74% | - |
| XYZ | 30.84 | 29.5 | 8.63 | - |
| YUV | 144.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 62 | 0 | 0.26 | 0.67 | 0.26 | 36.67 | 0.5 | 0.49 |
| Hex | BC | 8B | 3E | 0 | 1A | 43 | 1A | 25 | 32 | 31 |
| Octal | 274 | 213 | 76 | 0 | 32 | 103 | 32 | 45 | 62 | 61 |
| Binary | 10111100 | 10001011 | 111110 | 0 | 11010 | 1000011 | 11010 | 100101 | 110010 | 110001 |
Color Harmonies of #BC8B3E
Complementary color
Monochromatic Colors of #BC8B3E
Black with #BC8B3E
Text Example
Text Example
White with #BC8B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B3E; }
p { color: rgb(188,139,62); }
H1.HeaderClassName
{
color: #BC8B3E;
}
.AnyTagClassName
{
color: #BC8B3E;
}
</style>
background-color css
<style>
a { background-color: #BC8B3E; }
a { background-color: rgb(188,139,62); }
div.DivClassName
{
background-color: #BC8B3E;
}
.BgClassName
{
background-color: #BC8B3E;
}
</style>
border-color css
<style>
span { border-color: #BC8B3E; }
span { border-color: rgb(188,139,62); }
td.TdClassName
{
border-color: #BC8B3E;
}
.TagClassName
{
border-color: #BC8B3E;
}
</style>