Shades of Pizza #BE8F3F
Tints of Pizza #BE8F3F
RGB
CMYK
RGB Variations
Color information
#BE8F3F (or 0xBE8F3F) is known color: Pizza. HEX triplet: BE, 8F and 3F. RGB value is (190,143,63). Sum of RGB (Red+Green+Blue) = 190+143+63=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F3F is #4170C0. Grayscale: #949494. Windows color (decimal): -4288705 or 4165566. OLE color: 4165566.
HSL color Cylindrical-coordinate representation of color #BE8F3F: hue angle of 37.8º 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 #BE8F3F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 63 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.25 |
| HSL | 37.8º | 0.5% | 0.5% | - |
| HSV(B) | 37.8º | 0.67% | 0.75% | - |
| XYZ | 31.95 | 30.95 | 8.99 | - |
| YUV | 147.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 63 | 0 | 0.25 | 0.67 | 0.25 | 37.8 | 0.5 | 0.5 |
| Hex | BE | 8F | 3F | 0 | 19 | 43 | 19 | 26 | 32 | 32 |
| Octal | 276 | 217 | 77 | 0 | 31 | 103 | 31 | 46 | 62 | 62 |
| Binary | 10111110 | 10001111 | 111111 | 0 | 11001 | 1000011 | 11001 | 100110 | 110010 | 110010 |
Color Harmonies of #BE8F3F
Complementary color
Monochromatic Colors of #BE8F3F
Black with #BE8F3F
Text Example
Text Example
White with #BE8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F3F; }
p { color: rgb(190,143,63); }
H1.HeaderClassName
{
color: #BE8F3F;
}
.AnyTagClassName
{
color: #BE8F3F;
}
</style>
background-color css
<style>
a { background-color: #BE8F3F; }
a { background-color: rgb(190,143,63); }
div.DivClassName
{
background-color: #BE8F3F;
}
.BgClassName
{
background-color: #BE8F3F;
}
</style>
border-color css
<style>
span { border-color: #BE8F3F; }
span { border-color: rgb(190,143,63); }
td.TdClassName
{
border-color: #BE8F3F;
}
.TagClassName
{
border-color: #BE8F3F;
}
</style>