Shades of Pizza #BE853C
Tints of Pizza #BE853C
RGB
CMYK
RGB Variations
Color information
#BE853C (or 0xBE853C) is known color: Pizza. HEX triplet: BE, 85 and 3C. RGB value is (190,133,60). Sum of RGB (Red+Green+Blue) = 190+133+60=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE853C is #417AC3. Grayscale: #8E8E8E. Windows color (decimal): -4291268 or 3966398. OLE color: 3966398.
HSL color Cylindrical-coordinate representation of color #BE853C: hue angle of 33.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE853C is Cyan = 0, Magento = 0.3, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 60 | - |
| CMYK | 0 | 0.3 | 0.68 | 0.25 |
| HSL | 33.69º | 0.52% | 0.49% | - |
| HSV(B) | 33.69º | 0.68% | 0.75% | - |
| XYZ | 30.44 | 28.05 | 8.08 | - |
| YUV | 141.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 60 | 0 | 0.3 | 0.68 | 0.25 | 33.69 | 0.52 | 0.49 |
| Hex | BE | 85 | 3C | 0 | 1E | 44 | 19 | 22 | 34 | 31 |
| Octal | 276 | 205 | 74 | 0 | 36 | 104 | 31 | 42 | 64 | 61 |
| Binary | 10111110 | 10000101 | 111100 | 0 | 11110 | 1000100 | 11001 | 100010 | 110100 | 110001 |
Color Harmonies of #BE853C
Complementary color
Monochromatic Colors of #BE853C
Black with #BE853C
Text Example
Text Example
White with #BE853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE853C; }
p { color: rgb(190,133,60); }
H1.HeaderClassName
{
color: #BE853C;
}
.AnyTagClassName
{
color: #BE853C;
}
</style>
background-color css
<style>
a { background-color: #BE853C; }
a { background-color: rgb(190,133,60); }
div.DivClassName
{
background-color: #BE853C;
}
.BgClassName
{
background-color: #BE853C;
}
</style>
border-color css
<style>
span { border-color: #BE853C; }
span { border-color: rgb(190,133,60); }
td.TdClassName
{
border-color: #BE853C;
}
.TagClassName
{
border-color: #BE853C;
}
</style>