Shades of Meteor #BA7130
Tints of Meteor #BA7130
RGB
CMYK
RGB Variations
Color information
#BA7130 (or 0xBA7130) is known color: Meteor. HEX triplet: BA, 71 and 30. RGB value is (186,113,48). Sum of RGB (Red+Green+Blue) = 186+113+48=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7130 is #458ECF. Grayscale: #7F7F7F. Windows color (decimal): -4558544 or 3174842. OLE color: 3174842.
HSL color Cylindrical-coordinate representation of color #BA7130: hue angle of 28.26º 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 #BA7130 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 48 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.27 |
| HSL | 28.26º | 0.59% | 0.46% | - |
| HSV(B) | 28.26º | 0.74% | 0.73% | - |
| XYZ | 26.69 | 22.46 | 5.73 | - |
| YUV | 127.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 48 | 0 | 0.39 | 0.74 | 0.27 | 28.26 | 0.59 | 0.46 |
| Hex | BA | 71 | 30 | 0 | 27 | 4A | 1B | 1C | 3B | 2E |
| Octal | 272 | 161 | 60 | 0 | 47 | 112 | 33 | 34 | 73 | 56 |
| Binary | 10111010 | 1110001 | 110000 | 0 | 100111 | 1001010 | 11011 | 11100 | 111011 | 101110 |
Color Harmonies of #BA7130
Complementary color
Monochromatic Colors of #BA7130
Black with #BA7130
Text Example
Text Example
White with #BA7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7130; }
p { color: rgb(186,113,48); }
H1.HeaderClassName
{
color: #BA7130;
}
.AnyTagClassName
{
color: #BA7130;
}
</style>
background-color css
<style>
a { background-color: #BA7130; }
a { background-color: rgb(186,113,48); }
div.DivClassName
{
background-color: #BA7130;
}
.BgClassName
{
background-color: #BA7130;
}
</style>
border-color css
<style>
span { border-color: #BA7130; }
span { border-color: rgb(186,113,48); }
td.TdClassName
{
border-color: #BA7130;
}
.TagClassName
{
border-color: #BA7130;
}
</style>