Shades of Meteor #BA7939
Tints of Meteor #BA7939
RGB
CMYK
RGB Variations
Color information
#BA7939 (or 0xBA7939) is known color: Meteor. HEX triplet: BA, 79 and 39. RGB value is (186,121,57). Sum of RGB (Red+Green+Blue) = 186+121+57=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7939 is #4586C6. Grayscale: #858585. Windows color (decimal): -4556487 or 3766714. OLE color: 3766714.
HSL color Cylindrical-coordinate representation of color #BA7939: hue angle of 29.77º 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 #BA7939 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 57 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.27 |
| HSL | 29.77º | 0.53% | 0.48% | - |
| HSV(B) | 29.77º | 0.69% | 0.73% | - |
| XYZ | 27.83 | 24.41 | 7.12 | - |
| YUV | 133.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 57 | 0 | 0.35 | 0.69 | 0.27 | 29.77 | 0.53 | 0.48 |
| Hex | BA | 79 | 39 | 0 | 23 | 45 | 1B | 1E | 35 | 30 |
| Octal | 272 | 171 | 71 | 0 | 43 | 105 | 33 | 36 | 65 | 60 |
| Binary | 10111010 | 1111001 | 111001 | 0 | 100011 | 1000101 | 11011 | 11110 | 110101 | 110000 |
Color Harmonies of #BA7939
Complementary color
Monochromatic Colors of #BA7939
Black with #BA7939
Text Example
Text Example
White with #BA7939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7939; }
p { color: rgb(186,121,57); }
H1.HeaderClassName
{
color: #BA7939;
}
.AnyTagClassName
{
color: #BA7939;
}
</style>
background-color css
<style>
a { background-color: #BA7939; }
a { background-color: rgb(186,121,57); }
div.DivClassName
{
background-color: #BA7939;
}
.BgClassName
{
background-color: #BA7939;
}
</style>
border-color css
<style>
span { border-color: #BA7939; }
span { border-color: rgb(186,121,57); }
td.TdClassName
{
border-color: #BA7939;
}
.TagClassName
{
border-color: #BA7939;
}
</style>