Shades of Pizza #BE8840
Tints of Pizza #BE8840
RGB
CMYK
RGB Variations
Color information
#BE8840 (or 0xBE8840) is known color: Pizza. HEX triplet: BE, 88 and 40. RGB value is (190,136,64). Sum of RGB (Red+Green+Blue) = 190+136+64=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8840 is #4177BF. Grayscale: #909090. Windows color (decimal): -4290496 or 4229310. OLE color: 4229310.
HSL color Cylindrical-coordinate representation of color #BE8840: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE8840 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 64 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.25 |
| HSL | 34.29º | 0.5% | 0.5% | - |
| HSV(B) | 34.29º | 0.66% | 0.75% | - |
| XYZ | 30.96 | 28.93 | 8.8 | - |
| YUV | 143.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 64 | 0 | 0.28 | 0.66 | 0.25 | 34.29 | 0.5 | 0.5 |
| Hex | BE | 88 | 40 | 0 | 1C | 42 | 19 | 22 | 32 | 32 |
| Octal | 276 | 210 | 100 | 0 | 34 | 102 | 31 | 42 | 62 | 62 |
| Binary | 10111110 | 10001000 | 1000000 | 0 | 11100 | 1000010 | 11001 | 100010 | 110010 | 110010 |
Color Harmonies of #BE8840
Complementary color
Monochromatic Colors of #BE8840
Black with #BE8840
Text Example
Text Example
White with #BE8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8840; }
p { color: rgb(190,136,64); }
H1.HeaderClassName
{
color: #BE8840;
}
.AnyTagClassName
{
color: #BE8840;
}
</style>
background-color css
<style>
a { background-color: #BE8840; }
a { background-color: rgb(190,136,64); }
div.DivClassName
{
background-color: #BE8840;
}
.BgClassName
{
background-color: #BE8840;
}
</style>
border-color css
<style>
span { border-color: #BE8840; }
span { border-color: rgb(190,136,64); }
td.TdClassName
{
border-color: #BE8840;
}
.TagClassName
{
border-color: #BE8840;
}
</style>