Shades of Pizza #BE8839
Tints of Pizza #BE8839
RGB
CMYK
RGB Variations
Color information
#BE8839 (or 0xBE8839) is known color: Pizza. HEX triplet: BE, 88 and 39. RGB value is (190,136,57). Sum of RGB (Red+Green+Blue) = 190+136+57=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8839 is #4177C6. Grayscale: #8F8F8F. Windows color (decimal): -4290503 or 3770558. OLE color: 3770558.
HSL color Cylindrical-coordinate representation of color #BE8839: hue angle of 35.64º 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 #BE8839 is Cyan = 0, Magento = 0.28, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 57 | - |
| CMYK | 0 | 0.28 | 0.7 | 0.25 |
| HSL | 35.64º | 0.54% | 0.48% | - |
| HSV(B) | 35.64º | 0.7% | 0.75% | - |
| XYZ | 30.78 | 28.85 | 7.82 | - |
| YUV | 143.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 57 | 0 | 0.28 | 0.7 | 0.25 | 35.64 | 0.54 | 0.48 |
| Hex | BE | 88 | 39 | 0 | 1C | 46 | 19 | 24 | 36 | 30 |
| Octal | 276 | 210 | 71 | 0 | 34 | 106 | 31 | 44 | 66 | 60 |
| Binary | 10111110 | 10001000 | 111001 | 0 | 11100 | 1000110 | 11001 | 100100 | 110110 | 110000 |
Color Harmonies of #BE8839
Complementary color
Monochromatic Colors of #BE8839
Black with #BE8839
Text Example
Text Example
White with #BE8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8839; }
p { color: rgb(190,136,57); }
H1.HeaderClassName
{
color: #BE8839;
}
.AnyTagClassName
{
color: #BE8839;
}
</style>
background-color css
<style>
a { background-color: #BE8839; }
a { background-color: rgb(190,136,57); }
div.DivClassName
{
background-color: #BE8839;
}
.BgClassName
{
background-color: #BE8839;
}
</style>
border-color css
<style>
span { border-color: #BE8839; }
span { border-color: rgb(190,136,57); }
td.TdClassName
{
border-color: #BE8839;
}
.TagClassName
{
border-color: #BE8839;
}
</style>