Shades of Pizza #BE853D
Tints of Pizza #BE853D
RGB
CMYK
RGB Variations
Color information
#BE853D (or 0xBE853D) is known color: Pizza. HEX triplet: BE, 85 and 3D. RGB value is (190,133,61). Sum of RGB (Red+Green+Blue) = 190+133+61=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE853D is #417AC2. Grayscale: #8E8E8E. Windows color (decimal): -4291267 or 4031934. OLE color: 4031934.
HSL color Cylindrical-coordinate representation of color #BE853D: hue angle of 33.49º degrees, saturation: 0.51, 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 #BE853D is Cyan = 0, Magento = 0.3, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 61 | - |
| CMYK | 0 | 0.3 | 0.68 | 0.25 |
| HSL | 33.49º | 0.51% | 0.49% | - |
| HSV(B) | 33.49º | 0.68% | 0.75% | - |
| XYZ | 30.47 | 28.06 | 8.23 | - |
| YUV | 141.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 61 | 0 | 0.3 | 0.68 | 0.25 | 33.49 | 0.51 | 0.49 |
| Hex | BE | 85 | 3D | 0 | 1E | 44 | 19 | 21 | 33 | 31 |
| Octal | 276 | 205 | 75 | 0 | 36 | 104 | 31 | 41 | 63 | 61 |
| Binary | 10111110 | 10000101 | 111101 | 0 | 11110 | 1000100 | 11001 | 100001 | 110011 | 110001 |
Color Harmonies of #BE853D
Complementary color
Monochromatic Colors of #BE853D
Black with #BE853D
Text Example
Text Example
White with #BE853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE853D; }
p { color: rgb(190,133,61); }
H1.HeaderClassName
{
color: #BE853D;
}
.AnyTagClassName
{
color: #BE853D;
}
</style>
background-color css
<style>
a { background-color: #BE853D; }
a { background-color: rgb(190,133,61); }
div.DivClassName
{
background-color: #BE853D;
}
.BgClassName
{
background-color: #BE853D;
}
</style>
border-color css
<style>
span { border-color: #BE853D; }
span { border-color: rgb(190,133,61); }
td.TdClassName
{
border-color: #BE853D;
}
.TagClassName
{
border-color: #BE853D;
}
</style>