Shades of Meteor #BA7139
Tints of Meteor #BA7139
RGB
CMYK
RGB Variations
Color information
#BA7139 (or 0xBA7139) is known color: Meteor. HEX triplet: BA, 71 and 39. RGB value is (186,113,57). Sum of RGB (Red+Green+Blue) = 186+113+57=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7139 is #458EC6. Grayscale: #808080. Windows color (decimal): -4558535 or 3764666. OLE color: 3764666.
HSL color Cylindrical-coordinate representation of color #BA7139: hue angle of 26.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7139 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 57 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.27 |
| HSL | 26.05º | 0.53% | 0.48% | - |
| HSV(B) | 26.05º | 0.69% | 0.73% | - |
| XYZ | 26.89 | 22.54 | 6.81 | - |
| YUV | 128.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 57 | 0 | 0.39 | 0.69 | 0.27 | 26.05 | 0.53 | 0.48 |
| Hex | BA | 71 | 39 | 0 | 27 | 45 | 1B | 1A | 35 | 30 |
| Octal | 272 | 161 | 71 | 0 | 47 | 105 | 33 | 32 | 65 | 60 |
| Binary | 10111010 | 1110001 | 111001 | 0 | 100111 | 1000101 | 11011 | 11010 | 110101 | 110000 |
Color Harmonies of #BA7139
Complementary color
Monochromatic Colors of #BA7139
Black with #BA7139
Text Example
Text Example
White with #BA7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7139; }
p { color: rgb(186,113,57); }
H1.HeaderClassName
{
color: #BA7139;
}
.AnyTagClassName
{
color: #BA7139;
}
</style>
background-color css
<style>
a { background-color: #BA7139; }
a { background-color: rgb(186,113,57); }
div.DivClassName
{
background-color: #BA7139;
}
.BgClassName
{
background-color: #BA7139;
}
</style>
border-color css
<style>
span { border-color: #BA7139; }
span { border-color: rgb(186,113,57); }
td.TdClassName
{
border-color: #BA7139;
}
.TagClassName
{
border-color: #BA7139;
}
</style>