Shades of Meteor #BA702B
Tints of Meteor #BA702B
RGB
CMYK
RGB Variations
Color information
#BA702B (or 0xBA702B) is known color: Meteor. HEX triplet: BA, 70 and 2B. RGB value is (186,112,43). Sum of RGB (Red+Green+Blue) = 186+112+43=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702B is #458FD4. Grayscale: #7E7E7E. Windows color (decimal): -4558805 or 2846906. OLE color: 2846906.
HSL color Cylindrical-coordinate representation of color #BA702B: hue angle of 28.95º degrees, saturation: 0.62, 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 #BA702B is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 43 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.27 |
| HSL | 28.95º | 0.62% | 0.45% | - |
| HSV(B) | 28.95º | 0.77% | 0.73% | - |
| XYZ | 26.48 | 22.2 | 5.18 | - |
| YUV | 126.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 43 | 0 | 0.40 | 0.77 | 0.27 | 28.95 | 0.62 | 0.45 |
| Hex | BA | 70 | 2B | 0 | 28 | 4D | 1B | 1D | 3E | 2D |
| Octal | 272 | 160 | 53 | 0 | 50 | 115 | 33 | 35 | 76 | 55 |
| Binary | 10111010 | 1110000 | 101011 | 0 | 101000 | 1001101 | 11011 | 11101 | 111110 | 101101 |
Color Harmonies of #BA702B
Complementary color
Monochromatic Colors of #BA702B
Black with #BA702B
Text Example
Text Example
White with #BA702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA702B; }
p { color: rgb(186,112,43); }
H1.HeaderClassName
{
color: #BA702B;
}
.AnyTagClassName
{
color: #BA702B;
}
</style>
background-color css
<style>
a { background-color: #BA702B; }
a { background-color: rgb(186,112,43); }
div.DivClassName
{
background-color: #BA702B;
}
.BgClassName
{
background-color: #BA702B;
}
</style>
border-color css
<style>
span { border-color: #BA702B; }
span { border-color: rgb(186,112,43); }
td.TdClassName
{
border-color: #BA702B;
}
.TagClassName
{
border-color: #BA702B;
}
</style>