Shades of Pizza #BE893D
Tints of Pizza #BE893D
RGB
CMYK
RGB Variations
Color information
#BE893D (or 0xBE893D) is known color: Pizza. HEX triplet: BE, 89 and 3D. RGB value is (190,137,61). Sum of RGB (Red+Green+Blue) = 190+137+61=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE893D is #4176C2. Grayscale: #909090. Windows color (decimal): -4290243 or 4032958. OLE color: 4032958.
HSL color Cylindrical-coordinate representation of color #BE893D: hue angle of 35.35º 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 #BE893D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 61 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.25 |
| HSL | 35.35º | 0.51% | 0.49% | - |
| HSV(B) | 35.35º | 0.68% | 0.75% | - |
| XYZ | 31.02 | 29.18 | 8.41 | - |
| YUV | 144.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 61 | 0 | 0.28 | 0.68 | 0.25 | 35.35 | 0.51 | 0.49 |
| Hex | BE | 89 | 3D | 0 | 1C | 44 | 19 | 23 | 33 | 31 |
| Octal | 276 | 211 | 75 | 0 | 34 | 104 | 31 | 43 | 63 | 61 |
| Binary | 10111110 | 10001001 | 111101 | 0 | 11100 | 1000100 | 11001 | 100011 | 110011 | 110001 |
Color Harmonies of #BE893D
Complementary color
Monochromatic Colors of #BE893D
Black with #BE893D
Text Example
Text Example
White with #BE893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE893D; }
p { color: rgb(190,137,61); }
H1.HeaderClassName
{
color: #BE893D;
}
.AnyTagClassName
{
color: #BE893D;
}
</style>
background-color css
<style>
a { background-color: #BE893D; }
a { background-color: rgb(190,137,61); }
div.DivClassName
{
background-color: #BE893D;
}
.BgClassName
{
background-color: #BE893D;
}
</style>
border-color css
<style>
span { border-color: #BE893D; }
span { border-color: rgb(190,137,61); }
td.TdClassName
{
border-color: #BE893D;
}
.TagClassName
{
border-color: #BE893D;
}
</style>