Shades of Pizza #BE913D
Tints of Pizza #BE913D
RGB
CMYK
RGB Variations
Color information
#BE913D (or 0xBE913D) is known color: Pizza. HEX triplet: BE, 91 and 3D. RGB value is (190,145,61). Sum of RGB (Red+Green+Blue) = 190+145+61=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE913D is #416EC2. Grayscale: #959595. Windows color (decimal): -4288195 or 4035006. OLE color: 4035006.
HSL color Cylindrical-coordinate representation of color #BE913D: hue angle of 39.07º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE913D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 61 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.25 |
| HSL | 39.07º | 0.51% | 0.49% | - |
| HSV(B) | 39.07º | 0.68% | 0.75% | - |
| XYZ | 32.2 | 31.53 | 8.8 | - |
| YUV | 148.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 61 | 0 | 0.24 | 0.68 | 0.25 | 39.07 | 0.51 | 0.49 |
| Hex | BE | 91 | 3D | 0 | 18 | 44 | 19 | 27 | 33 | 31 |
| Octal | 276 | 221 | 75 | 0 | 30 | 104 | 31 | 47 | 63 | 61 |
| Binary | 10111110 | 10010001 | 111101 | 0 | 11000 | 1000100 | 11001 | 100111 | 110011 | 110001 |
Color Harmonies of #BE913D
Complementary color
Monochromatic Colors of #BE913D
Black with #BE913D
Text Example
Text Example
White with #BE913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE913D; }
p { color: rgb(190,145,61); }
H1.HeaderClassName
{
color: #BE913D;
}
.AnyTagClassName
{
color: #BE913D;
}
</style>
background-color css
<style>
a { background-color: #BE913D; }
a { background-color: rgb(190,145,61); }
div.DivClassName
{
background-color: #BE913D;
}
.BgClassName
{
background-color: #BE913D;
}
</style>
border-color css
<style>
span { border-color: #BE913D; }
span { border-color: rgb(190,145,61); }
td.TdClassName
{
border-color: #BE913D;
}
.TagClassName
{
border-color: #BE913D;
}
</style>