Shades of Pizza #BE8C39
Tints of Pizza #BE8C39
RGB
CMYK
RGB Variations
Color information
#BE8C39 (or 0xBE8C39) is known color: Pizza. HEX triplet: BE, 8C and 39. RGB value is (190,140,57). Sum of RGB (Red+Green+Blue) = 190+140+57=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C39 is #4173C6. Grayscale: #919191. Windows color (decimal): -4289479 or 3771582. OLE color: 3771582.
HSL color Cylindrical-coordinate representation of color #BE8C39: hue angle of 37.44º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE8C39 is Cyan = 0, Magento = 0.26, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 57 | - |
| CMYK | 0 | 0.26 | 0.7 | 0.25 |
| HSL | 37.44º | 0.54% | 0.48% | - |
| HSV(B) | 37.44º | 0.7% | 0.75% | - |
| XYZ | 31.35 | 30 | 8.01 | - |
| YUV | 145.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 57 | 0 | 0.26 | 0.7 | 0.25 | 37.44 | 0.54 | 0.48 |
| Hex | BE | 8C | 39 | 0 | 1A | 46 | 19 | 25 | 36 | 30 |
| Octal | 276 | 214 | 71 | 0 | 32 | 106 | 31 | 45 | 66 | 60 |
| Binary | 10111110 | 10001100 | 111001 | 0 | 11010 | 1000110 | 11001 | 100101 | 110110 | 110000 |
Color Harmonies of #BE8C39
Complementary color
Monochromatic Colors of #BE8C39
Black with #BE8C39
Text Example
Text Example
White with #BE8C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C39; }
p { color: rgb(190,140,57); }
H1.HeaderClassName
{
color: #BE8C39;
}
.AnyTagClassName
{
color: #BE8C39;
}
</style>
background-color css
<style>
a { background-color: #BE8C39; }
a { background-color: rgb(190,140,57); }
div.DivClassName
{
background-color: #BE8C39;
}
.BgClassName
{
background-color: #BE8C39;
}
</style>
border-color css
<style>
span { border-color: #BE8C39; }
span { border-color: rgb(190,140,57); }
td.TdClassName
{
border-color: #BE8C39;
}
.TagClassName
{
border-color: #BE8C39;
}
</style>