Shades of Pizza #BE873F
Tints of Pizza #BE873F
RGB
CMYK
RGB Variations
Color information
#BE873F (or 0xBE873F) is known color: Pizza. HEX triplet: BE, 87 and 3F. RGB value is (190,135,63). Sum of RGB (Red+Green+Blue) = 190+135+63=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE873F is #4178C0. Grayscale: #8F8F8F. Windows color (decimal): -4290753 or 4163518. OLE color: 4163518.
HSL color Cylindrical-coordinate representation of color #BE873F: hue angle of 34.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE873F is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 63 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.25 |
| HSL | 34.02º | 0.5% | 0.5% | - |
| HSV(B) | 34.02º | 0.67% | 0.75% | - |
| XYZ | 30.8 | 28.63 | 8.61 | - |
| YUV | 143.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 63 | 0 | 0.29 | 0.67 | 0.25 | 34.02 | 0.5 | 0.5 |
| Hex | BE | 87 | 3F | 0 | 1D | 43 | 19 | 22 | 32 | 32 |
| Octal | 276 | 207 | 77 | 0 | 35 | 103 | 31 | 42 | 62 | 62 |
| Binary | 10111110 | 10000111 | 111111 | 0 | 11101 | 1000011 | 11001 | 100010 | 110010 | 110010 |
Color Harmonies of #BE873F
Complementary color
Monochromatic Colors of #BE873F
Black with #BE873F
Text Example
Text Example
White with #BE873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE873F; }
p { color: rgb(190,135,63); }
H1.HeaderClassName
{
color: #BE873F;
}
.AnyTagClassName
{
color: #BE873F;
}
</style>
background-color css
<style>
a { background-color: #BE873F; }
a { background-color: rgb(190,135,63); }
div.DivClassName
{
background-color: #BE873F;
}
.BgClassName
{
background-color: #BE873F;
}
</style>
border-color css
<style>
span { border-color: #BE873F; }
span { border-color: rgb(190,135,63); }
td.TdClassName
{
border-color: #BE873F;
}
.TagClassName
{
border-color: #BE873F;
}
</style>