Shades of Pizza #BE883E
Tints of Pizza #BE883E
RGB
CMYK
RGB Variations
Color information
#BE883E (or 0xBE883E) is known color: Pizza. HEX triplet: BE, 88 and 3E. RGB value is (190,136,62). Sum of RGB (Red+Green+Blue) = 190+136+62=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE883E is #4177C1. Grayscale: #909090. Windows color (decimal): -4290498 or 4098238. OLE color: 4098238.
HSL color Cylindrical-coordinate representation of color #BE883E: hue angle of 34.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE883E is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 62 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.25 |
| HSL | 34.69º | 0.51% | 0.49% | - |
| HSV(B) | 34.69º | 0.67% | 0.75% | - |
| XYZ | 30.91 | 28.9 | 8.51 | - |
| YUV | 143.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 62 | 0 | 0.28 | 0.67 | 0.25 | 34.69 | 0.51 | 0.49 |
| Hex | BE | 88 | 3E | 0 | 1C | 43 | 19 | 23 | 33 | 31 |
| Octal | 276 | 210 | 76 | 0 | 34 | 103 | 31 | 43 | 63 | 61 |
| Binary | 10111110 | 10001000 | 111110 | 0 | 11100 | 1000011 | 11001 | 100011 | 110011 | 110001 |
Color Harmonies of #BE883E
Complementary color
Monochromatic Colors of #BE883E
Black with #BE883E
Text Example
Text Example
White with #BE883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE883E; }
p { color: rgb(190,136,62); }
H1.HeaderClassName
{
color: #BE883E;
}
.AnyTagClassName
{
color: #BE883E;
}
</style>
background-color css
<style>
a { background-color: #BE883E; }
a { background-color: rgb(190,136,62); }
div.DivClassName
{
background-color: #BE883E;
}
.BgClassName
{
background-color: #BE883E;
}
</style>
border-color css
<style>
span { border-color: #BE883E; }
span { border-color: rgb(190,136,62); }
td.TdClassName
{
border-color: #BE883E;
}
.TagClassName
{
border-color: #BE883E;
}
</style>