Shades of Pizza #BE8843
Tints of Pizza #BE8843
RGB
CMYK
RGB Variations
Color information
#BE8843 (or 0xBE8843) is known color: Pizza. HEX triplet: BE, 88 and 43. RGB value is (190,136,67). Sum of RGB (Red+Green+Blue) = 190+136+67=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8843 is #4177BC. Grayscale: #909090. Windows color (decimal): -4290493 or 4425918. OLE color: 4425918.
HSL color Cylindrical-coordinate representation of color #BE8843: hue angle of 33.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE8843 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 67 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.25 |
| HSL | 33.66º | 0.49% | 0.5% | - |
| HSV(B) | 33.66º | 0.65% | 0.75% | - |
| XYZ | 31.05 | 28.96 | 9.26 | - |
| YUV | 144.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 67 | 0 | 0.28 | 0.65 | 0.25 | 33.66 | 0.49 | 0.5 |
| Hex | BE | 88 | 43 | 0 | 1C | 41 | 19 | 22 | 31 | 32 |
| Octal | 276 | 210 | 103 | 0 | 34 | 101 | 31 | 42 | 61 | 62 |
| Binary | 10111110 | 10001000 | 1000011 | 0 | 11100 | 1000001 | 11001 | 100010 | 110001 | 110010 |
Color Harmonies of #BE8843
Complementary color
Monochromatic Colors of #BE8843
Black with #BE8843
Text Example
Text Example
White with #BE8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8843; }
p { color: rgb(190,136,67); }
H1.HeaderClassName
{
color: #BE8843;
}
.AnyTagClassName
{
color: #BE8843;
}
</style>
background-color css
<style>
a { background-color: #BE8843; }
a { background-color: rgb(190,136,67); }
div.DivClassName
{
background-color: #BE8843;
}
.BgClassName
{
background-color: #BE8843;
}
</style>
border-color css
<style>
span { border-color: #BE8843; }
span { border-color: rgb(190,136,67); }
td.TdClassName
{
border-color: #BE8843;
}
.TagClassName
{
border-color: #BE8843;
}
</style>