Shades of Meteor #BA7030
Tints of Meteor #BA7030
RGB
CMYK
RGB Variations
Color information
#BA7030 (or 0xBA7030) is known color: Meteor. HEX triplet: BA, 70 and 30. RGB value is (186,112,48). Sum of RGB (Red+Green+Blue) = 186+112+48=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7030 is #458FCF. Grayscale: #7F7F7F. Windows color (decimal): -4558800 or 3174586. OLE color: 3174586.
HSL color Cylindrical-coordinate representation of color #BA7030: hue angle of 27.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7030 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 48 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.27 |
| HSL | 27.83º | 0.59% | 0.46% | - |
| HSV(B) | 27.83º | 0.74% | 0.73% | - |
| XYZ | 26.58 | 22.24 | 5.69 | - |
| YUV | 126.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 48 | 0 | 0.40 | 0.74 | 0.27 | 27.83 | 0.59 | 0.46 |
| Hex | BA | 70 | 30 | 0 | 28 | 4A | 1B | 1C | 3B | 2E |
| Octal | 272 | 160 | 60 | 0 | 50 | 112 | 33 | 34 | 73 | 56 |
| Binary | 10111010 | 1110000 | 110000 | 0 | 101000 | 1001010 | 11011 | 11100 | 111011 | 101110 |
Color Harmonies of #BA7030
Complementary color
Monochromatic Colors of #BA7030
Black with #BA7030
Text Example
Text Example
White with #BA7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7030; }
p { color: rgb(186,112,48); }
H1.HeaderClassName
{
color: #BA7030;
}
.AnyTagClassName
{
color: #BA7030;
}
</style>
background-color css
<style>
a { background-color: #BA7030; }
a { background-color: rgb(186,112,48); }
div.DivClassName
{
background-color: #BA7030;
}
.BgClassName
{
background-color: #BA7030;
}
</style>
border-color css
<style>
span { border-color: #BA7030; }
span { border-color: rgb(186,112,48); }
td.TdClassName
{
border-color: #BA7030;
}
.TagClassName
{
border-color: #BA7030;
}
</style>