Shades of Meteor #BA702A
Tints of Meteor #BA702A
RGB
CMYK
RGB Variations
Color information
#BA702A (or 0xBA702A) is known color: Meteor. HEX triplet: BA, 70 and 2A. RGB value is (186,112,42). Sum of RGB (Red+Green+Blue) = 186+112+42=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702A is #458FD5. Grayscale: #7E7E7E. Windows color (decimal): -4558806 or 2781370. OLE color: 2781370.
HSL color Cylindrical-coordinate representation of color #BA702A: hue angle of 29.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA702A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 42 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.27 |
| HSL | 29.17º | 0.63% | 0.45% | - |
| HSV(B) | 29.17º | 0.77% | 0.73% | - |
| XYZ | 26.46 | 22.19 | 5.08 | - |
| YUV | 126.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 42 | 0 | 0.40 | 0.77 | 0.27 | 29.17 | 0.63 | 0.45 |
| Hex | BA | 70 | 2A | 0 | 28 | 4D | 1B | 1D | 3F | 2D |
| Octal | 272 | 160 | 52 | 0 | 50 | 115 | 33 | 35 | 77 | 55 |
| Binary | 10111010 | 1110000 | 101010 | 0 | 101000 | 1001101 | 11011 | 11101 | 111111 | 101101 |
Color Harmonies of #BA702A
Complementary color
Monochromatic Colors of #BA702A
Black with #BA702A
Text Example
Text Example
White with #BA702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA702A; }
p { color: rgb(186,112,42); }
H1.HeaderClassName
{
color: #BA702A;
}
.AnyTagClassName
{
color: #BA702A;
}
</style>
background-color css
<style>
a { background-color: #BA702A; }
a { background-color: rgb(186,112,42); }
div.DivClassName
{
background-color: #BA702A;
}
.BgClassName
{
background-color: #BA702A;
}
</style>
border-color css
<style>
span { border-color: #BA702A; }
span { border-color: rgb(186,112,42); }
td.TdClassName
{
border-color: #BA702A;
}
.TagClassName
{
border-color: #BA702A;
}
</style>