Shades of Meteor #BA702F
Tints of Meteor #BA702F
RGB
CMYK
RGB Variations
Color information
#BA702F (or 0xBA702F) is known color: Meteor. HEX triplet: BA, 70 and 2F. RGB value is (186,112,47). Sum of RGB (Red+Green+Blue) = 186+112+47=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702F is #458FD0. Grayscale: #7F7F7F. Windows color (decimal): -4558801 or 3109050. OLE color: 3109050.
HSL color Cylindrical-coordinate representation of color #BA702F: hue angle of 28.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA702F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 47 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.27 |
| HSL | 28.06º | 0.6% | 0.46% | - |
| HSV(B) | 28.06º | 0.75% | 0.73% | - |
| XYZ | 26.56 | 22.23 | 5.58 | - |
| YUV | 126.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 47 | 0 | 0.40 | 0.75 | 0.27 | 28.06 | 0.6 | 0.46 |
| Hex | BA | 70 | 2F | 0 | 28 | 4B | 1B | 1C | 3C | 2E |
| Octal | 272 | 160 | 57 | 0 | 50 | 113 | 33 | 34 | 74 | 56 |
| Binary | 10111010 | 1110000 | 101111 | 0 | 101000 | 1001011 | 11011 | 11100 | 111100 | 101110 |
Color Harmonies of #BA702F
Complementary color
Monochromatic Colors of #BA702F
Black with #BA702F
Text Example
Text Example
White with #BA702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA702F; }
p { color: rgb(186,112,47); }
H1.HeaderClassName
{
color: #BA702F;
}
.AnyTagClassName
{
color: #BA702F;
}
</style>
background-color css
<style>
a { background-color: #BA702F; }
a { background-color: rgb(186,112,47); }
div.DivClassName
{
background-color: #BA702F;
}
.BgClassName
{
background-color: #BA702F;
}
</style>
border-color css
<style>
span { border-color: #BA702F; }
span { border-color: rgb(186,112,47); }
td.TdClassName
{
border-color: #BA702F;
}
.TagClassName
{
border-color: #BA702F;
}
</style>