Shades of Pizza #BA913F
Tints of Pizza #BA913F
RGB
CMYK
RGB Variations
Color information
#BA913F (or 0xBA913F) is known color: Pizza. HEX triplet: BA, 91 and 3F. RGB value is (186,145,63). Sum of RGB (Red+Green+Blue) = 186+145+63=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA913F is #456EC0. Grayscale: #949494. Windows color (decimal): -4550337 or 4166074. OLE color: 4166074.
HSL color Cylindrical-coordinate representation of color #BA913F: hue angle of 40º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA913F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 63 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.27 |
| HSL | 40º | 0.49% | 0.49% | - |
| HSV(B) | 40º | 0.66% | 0.73% | - |
| XYZ | 31.27 | 31.05 | 9.05 | - |
| YUV | 147.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 63 | 0 | 0.22 | 0.66 | 0.27 | 40 | 0.49 | 0.49 |
| Hex | BA | 91 | 3F | 0 | 16 | 42 | 1B | 28 | 31 | 31 |
| Octal | 272 | 221 | 77 | 0 | 26 | 102 | 33 | 50 | 61 | 61 |
| Binary | 10111010 | 10010001 | 111111 | 0 | 10110 | 1000010 | 11011 | 101000 | 110001 | 110001 |
Color Harmonies of #BA913F
Complementary color
Monochromatic Colors of #BA913F
Black with #BA913F
Text Example
Text Example
White with #BA913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA913F; }
p { color: rgb(186,145,63); }
H1.HeaderClassName
{
color: #BA913F;
}
.AnyTagClassName
{
color: #BA913F;
}
</style>
background-color css
<style>
a { background-color: #BA913F; }
a { background-color: rgb(186,145,63); }
div.DivClassName
{
background-color: #BA913F;
}
.BgClassName
{
background-color: #BA913F;
}
</style>
border-color css
<style>
span { border-color: #BA913F; }
span { border-color: rgb(186,145,63); }
td.TdClassName
{
border-color: #BA913F;
}
.TagClassName
{
border-color: #BA913F;
}
</style>