Shades of Meteor #BA7135
Tints of Meteor #BA7135
RGB
CMYK
RGB Variations
Color information
#BA7135 (or 0xBA7135) is known color: Meteor. HEX triplet: BA, 71 and 35. RGB value is (186,113,53). Sum of RGB (Red+Green+Blue) = 186+113+53=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7135 is #458ECA. Grayscale: #808080. Windows color (decimal): -4558539 or 3502522. OLE color: 3502522.
HSL color Cylindrical-coordinate representation of color #BA7135: hue angle of 27.07º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA7135 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 53 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.27 |
| HSL | 27.07º | 0.56% | 0.47% | - |
| HSV(B) | 27.07º | 0.72% | 0.73% | - |
| XYZ | 26.8 | 22.51 | 6.3 | - |
| YUV | 127.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 53 | 0 | 0.39 | 0.72 | 0.27 | 27.07 | 0.56 | 0.47 |
| Hex | BA | 71 | 35 | 0 | 27 | 48 | 1B | 1B | 38 | 2F |
| Octal | 272 | 161 | 65 | 0 | 47 | 110 | 33 | 33 | 70 | 57 |
| Binary | 10111010 | 1110001 | 110101 | 0 | 100111 | 1001000 | 11011 | 11011 | 111000 | 101111 |
Color Harmonies of #BA7135
Complementary color
Monochromatic Colors of #BA7135
Black with #BA7135
Text Example
Text Example
White with #BA7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7135; }
p { color: rgb(186,113,53); }
H1.HeaderClassName
{
color: #BA7135;
}
.AnyTagClassName
{
color: #BA7135;
}
</style>
background-color css
<style>
a { background-color: #BA7135; }
a { background-color: rgb(186,113,53); }
div.DivClassName
{
background-color: #BA7135;
}
.BgClassName
{
background-color: #BA7135;
}
</style>
border-color css
<style>
span { border-color: #BA7135; }
span { border-color: rgb(186,113,53); }
td.TdClassName
{
border-color: #BA7135;
}
.TagClassName
{
border-color: #BA7135;
}
</style>