Shades of Pizza #BE873D
Tints of Pizza #BE873D
RGB
CMYK
RGB Variations
Color information
#BE873D (or 0xBE873D) is known color: Pizza. HEX triplet: BE, 87 and 3D. RGB value is (190,135,61). Sum of RGB (Red+Green+Blue) = 190+135+61=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE873D is #4178C2. Grayscale: #8F8F8F. Windows color (decimal): -4290755 or 4032446. OLE color: 4032446.
HSL color Cylindrical-coordinate representation of color #BE873D: hue angle of 34.42º 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 #BE873D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 61 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.25 |
| HSL | 34.42º | 0.51% | 0.49% | - |
| HSV(B) | 34.42º | 0.68% | 0.75% | - |
| XYZ | 30.74 | 28.61 | 8.32 | - |
| YUV | 143.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 61 | 0 | 0.29 | 0.68 | 0.25 | 34.42 | 0.51 | 0.49 |
| Hex | BE | 87 | 3D | 0 | 1D | 44 | 19 | 22 | 33 | 31 |
| Octal | 276 | 207 | 75 | 0 | 35 | 104 | 31 | 42 | 63 | 61 |
| Binary | 10111110 | 10000111 | 111101 | 0 | 11101 | 1000100 | 11001 | 100010 | 110011 | 110001 |
Color Harmonies of #BE873D
Complementary color
Monochromatic Colors of #BE873D
Black with #BE873D
Text Example
Text Example
White with #BE873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE873D; }
p { color: rgb(190,135,61); }
H1.HeaderClassName
{
color: #BE873D;
}
.AnyTagClassName
{
color: #BE873D;
}
</style>
background-color css
<style>
a { background-color: #BE873D; }
a { background-color: rgb(190,135,61); }
div.DivClassName
{
background-color: #BE873D;
}
.BgClassName
{
background-color: #BE873D;
}
</style>
border-color css
<style>
span { border-color: #BE873D; }
span { border-color: rgb(190,135,61); }
td.TdClassName
{
border-color: #BE873D;
}
.TagClassName
{
border-color: #BE873D;
}
</style>