Shades of Meteor #BA7134
Tints of Meteor #BA7134
RGB
CMYK
RGB Variations
Color information
#BA7134 (or 0xBA7134) is known color: Meteor. HEX triplet: BA, 71 and 34. RGB value is (186,113,52). Sum of RGB (Red+Green+Blue) = 186+113+52=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7134 is #458ECB. Grayscale: #808080. Windows color (decimal): -4558540 or 3436986. OLE color: 3436986.
HSL color Cylindrical-coordinate representation of color #BA7134: hue angle of 27.31º 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 #BA7134 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 52 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.27 |
| HSL | 27.31º | 0.56% | 0.47% | - |
| HSV(B) | 27.31º | 0.72% | 0.73% | - |
| XYZ | 26.77 | 22.5 | 6.18 | - |
| YUV | 127.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 52 | 0 | 0.39 | 0.72 | 0.27 | 27.31 | 0.56 | 0.47 |
| Hex | BA | 71 | 34 | 0 | 27 | 48 | 1B | 1B | 38 | 2F |
| Octal | 272 | 161 | 64 | 0 | 47 | 110 | 33 | 33 | 70 | 57 |
| Binary | 10111010 | 1110001 | 110100 | 0 | 100111 | 1001000 | 11011 | 11011 | 111000 | 101111 |
Color Harmonies of #BA7134
Complementary color
Monochromatic Colors of #BA7134
Black with #BA7134
Text Example
Text Example
White with #BA7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7134; }
p { color: rgb(186,113,52); }
H1.HeaderClassName
{
color: #BA7134;
}
.AnyTagClassName
{
color: #BA7134;
}
</style>
background-color css
<style>
a { background-color: #BA7134; }
a { background-color: rgb(186,113,52); }
div.DivClassName
{
background-color: #BA7134;
}
.BgClassName
{
background-color: #BA7134;
}
</style>
border-color css
<style>
span { border-color: #BA7134; }
span { border-color: rgb(186,113,52); }
td.TdClassName
{
border-color: #BA7134;
}
.TagClassName
{
border-color: #BA7134;
}
</style>