Shades of Meteor #BA702D
Tints of Meteor #BA702D
RGB
CMYK
RGB Variations
Color information
#BA702D (or 0xBA702D) is known color: Meteor. HEX triplet: BA, 70 and 2D. RGB value is (186,112,45). Sum of RGB (Red+Green+Blue) = 186+112+45=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA702D is #458FD2. Grayscale: #7E7E7E. Windows color (decimal): -4558803 or 2977978. OLE color: 2977978.
HSL color Cylindrical-coordinate representation of color #BA702D: hue angle of 28.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA702D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 45 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.27 |
| HSL | 28.51º | 0.61% | 0.45% | - |
| HSV(B) | 28.51º | 0.76% | 0.73% | - |
| XYZ | 26.52 | 22.22 | 5.37 | - |
| YUV | 126.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 45 | 0 | 0.40 | 0.76 | 0.27 | 28.51 | 0.61 | 0.45 |
| Hex | BA | 70 | 2D | 0 | 28 | 4C | 1B | 1D | 3D | 2D |
| Octal | 272 | 160 | 55 | 0 | 50 | 114 | 33 | 35 | 75 | 55 |
| Binary | 10111010 | 1110000 | 101101 | 0 | 101000 | 1001100 | 11011 | 11101 | 111101 | 101101 |
Color Harmonies of #BA702D
Complementary color
Monochromatic Colors of #BA702D
Black with #BA702D
Text Example
Text Example
White with #BA702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA702D; }
p { color: rgb(186,112,45); }
H1.HeaderClassName
{
color: #BA702D;
}
.AnyTagClassName
{
color: #BA702D;
}
</style>
background-color css
<style>
a { background-color: #BA702D; }
a { background-color: rgb(186,112,45); }
div.DivClassName
{
background-color: #BA702D;
}
.BgClassName
{
background-color: #BA702D;
}
</style>
border-color css
<style>
span { border-color: #BA702D; }
span { border-color: rgb(186,112,45); }
td.TdClassName
{
border-color: #BA702D;
}
.TagClassName
{
border-color: #BA702D;
}
</style>