Shades of Pizza #BE8C3E
Tints of Pizza #BE8C3E
RGB
CMYK
RGB Variations
Color information
#BE8C3E (or 0xBE8C3E) is known color: Pizza. HEX triplet: BE, 8C and 3E. RGB value is (190,140,62). Sum of RGB (Red+Green+Blue) = 190+140+62=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C3E is #4173C1. Grayscale: #929292. Windows color (decimal): -4289474 or 4099262. OLE color: 4099262.
HSL color Cylindrical-coordinate representation of color #BE8C3E: hue angle of 36.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE8C3E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 62 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.25 |
| HSL | 36.56º | 0.51% | 0.49% | - |
| HSV(B) | 36.56º | 0.67% | 0.75% | - |
| XYZ | 31.48 | 30.05 | 8.7 | - |
| YUV | 146.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 62 | 0 | 0.26 | 0.67 | 0.25 | 36.56 | 0.51 | 0.49 |
| Hex | BE | 8C | 3E | 0 | 1A | 43 | 19 | 25 | 33 | 31 |
| Octal | 276 | 214 | 76 | 0 | 32 | 103 | 31 | 45 | 63 | 61 |
| Binary | 10111110 | 10001100 | 111110 | 0 | 11010 | 1000011 | 11001 | 100101 | 110011 | 110001 |
Color Harmonies of #BE8C3E
Complementary color
Monochromatic Colors of #BE8C3E
Black with #BE8C3E
Text Example
Text Example
White with #BE8C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C3E; }
p { color: rgb(190,140,62); }
H1.HeaderClassName
{
color: #BE8C3E;
}
.AnyTagClassName
{
color: #BE8C3E;
}
</style>
background-color css
<style>
a { background-color: #BE8C3E; }
a { background-color: rgb(190,140,62); }
div.DivClassName
{
background-color: #BE8C3E;
}
.BgClassName
{
background-color: #BE8C3E;
}
</style>
border-color css
<style>
span { border-color: #BE8C3E; }
span { border-color: rgb(190,140,62); }
td.TdClassName
{
border-color: #BE8C3E;
}
.TagClassName
{
border-color: #BE8C3E;
}
</style>