Shades of Pizza #BE8F40
Tints of Pizza #BE8F40
RGB
CMYK
RGB Variations
Color information
#BE8F40 (or 0xBE8F40) is known color: Pizza. HEX triplet: BE, 8F and 40. RGB value is (190,143,64). Sum of RGB (Red+Green+Blue) = 190+143+64=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F40 is #4170BF. Grayscale: #949494. Windows color (decimal): -4288704 or 4231102. OLE color: 4231102.
HSL color Cylindrical-coordinate representation of color #BE8F40: hue angle of 37.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE8F40 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 64 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.25 |
| HSL | 37.62º | 0.5% | 0.5% | - |
| HSV(B) | 37.62º | 0.66% | 0.75% | - |
| XYZ | 31.98 | 30.96 | 9.14 | - |
| YUV | 148.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 64 | 0 | 0.25 | 0.66 | 0.25 | 37.62 | 0.5 | 0.5 |
| Hex | BE | 8F | 40 | 0 | 19 | 42 | 19 | 26 | 32 | 32 |
| Octal | 276 | 217 | 100 | 0 | 31 | 102 | 31 | 46 | 62 | 62 |
| Binary | 10111110 | 10001111 | 1000000 | 0 | 11001 | 1000010 | 11001 | 100110 | 110010 | 110010 |
Color Harmonies of #BE8F40
Complementary color
Monochromatic Colors of #BE8F40
Black with #BE8F40
Text Example
Text Example
White with #BE8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F40; }
p { color: rgb(190,143,64); }
H1.HeaderClassName
{
color: #BE8F40;
}
.AnyTagClassName
{
color: #BE8F40;
}
</style>
background-color css
<style>
a { background-color: #BE8F40; }
a { background-color: rgb(190,143,64); }
div.DivClassName
{
background-color: #BE8F40;
}
.BgClassName
{
background-color: #BE8F40;
}
</style>
border-color css
<style>
span { border-color: #BE8F40; }
span { border-color: rgb(190,143,64); }
td.TdClassName
{
border-color: #BE8F40;
}
.TagClassName
{
border-color: #BE8F40;
}
</style>