Shades of Pizza #BE943B
Tints of Pizza #BE943B
RGB
CMYK
RGB Variations
Color information
#BE943B (or 0xBE943B) is known color: Pizza. HEX triplet: BE, 94 and 3B. RGB value is (190,148,59). Sum of RGB (Red+Green+Blue) = 190+148+59=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE943B is #416BC4. Grayscale: #969696. Windows color (decimal): -4287429 or 3904702. OLE color: 3904702.
HSL color Cylindrical-coordinate representation of color #BE943B: hue angle of 40.76º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE943B is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 59 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.25 |
| HSL | 40.76º | 0.53% | 0.49% | - |
| HSV(B) | 40.76º | 0.69% | 0.75% | - |
| XYZ | 32.61 | 32.44 | 8.68 | - |
| YUV | 150.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 59 | 0 | 0.22 | 0.69 | 0.25 | 40.76 | 0.53 | 0.49 |
| Hex | BE | 94 | 3B | 0 | 16 | 45 | 19 | 29 | 35 | 31 |
| Octal | 276 | 224 | 73 | 0 | 26 | 105 | 31 | 51 | 65 | 61 |
| Binary | 10111110 | 10010100 | 111011 | 0 | 10110 | 1000101 | 11001 | 101001 | 110101 | 110001 |
Color Harmonies of #BE943B
Complementary color
Monochromatic Colors of #BE943B
Black with #BE943B
Text Example
Text Example
White with #BE943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE943B; }
p { color: rgb(190,148,59); }
H1.HeaderClassName
{
color: #BE943B;
}
.AnyTagClassName
{
color: #BE943B;
}
</style>
background-color css
<style>
a { background-color: #BE943B; }
a { background-color: rgb(190,148,59); }
div.DivClassName
{
background-color: #BE943B;
}
.BgClassName
{
background-color: #BE943B;
}
</style>
border-color css
<style>
span { border-color: #BE943B; }
span { border-color: rgb(190,148,59); }
td.TdClassName
{
border-color: #BE943B;
}
.TagClassName
{
border-color: #BE943B;
}
</style>