Shades of Pizza #BE8B3E
Tints of Pizza #BE8B3E
RGB
CMYK
RGB Variations
Color information
#BE8B3E (or 0xBE8B3E) is known color: Pizza. HEX triplet: BE, 8B and 3E. RGB value is (190,139,62). Sum of RGB (Red+Green+Blue) = 190+139+62=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B3E is #4174C1. Grayscale: #919191. Windows color (decimal): -4289730 or 4099006. OLE color: 4099006.
HSL color Cylindrical-coordinate representation of color #BE8B3E: hue angle of 36.09º 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 #BE8B3E is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 62 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.25 |
| HSL | 36.09º | 0.51% | 0.49% | - |
| HSV(B) | 36.09º | 0.67% | 0.75% | - |
| XYZ | 31.34 | 29.76 | 8.65 | - |
| YUV | 145.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 62 | 0 | 0.27 | 0.67 | 0.25 | 36.09 | 0.51 | 0.49 |
| Hex | BE | 8B | 3E | 0 | 1B | 43 | 19 | 24 | 33 | 31 |
| Octal | 276 | 213 | 76 | 0 | 33 | 103 | 31 | 44 | 63 | 61 |
| Binary | 10111110 | 10001011 | 111110 | 0 | 11011 | 1000011 | 11001 | 100100 | 110011 | 110001 |
Color Harmonies of #BE8B3E
Complementary color
Monochromatic Colors of #BE8B3E
Black with #BE8B3E
Text Example
Text Example
White with #BE8B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8B3E; }
p { color: rgb(190,139,62); }
H1.HeaderClassName
{
color: #BE8B3E;
}
.AnyTagClassName
{
color: #BE8B3E;
}
</style>
background-color css
<style>
a { background-color: #BE8B3E; }
a { background-color: rgb(190,139,62); }
div.DivClassName
{
background-color: #BE8B3E;
}
.BgClassName
{
background-color: #BE8B3E;
}
</style>
border-color css
<style>
span { border-color: #BE8B3E; }
span { border-color: rgb(190,139,62); }
td.TdClassName
{
border-color: #BE8B3E;
}
.TagClassName
{
border-color: #BE8B3E;
}
</style>