Shades of Meteor #BA7A35
Tints of Meteor #BA7A35
RGB
CMYK
RGB Variations
Color information
#BA7A35 (or 0xBA7A35) is known color: Meteor. HEX triplet: BA, 7A and 35. RGB value is (186,122,53). Sum of RGB (Red+Green+Blue) = 186+122+53=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A35 is #4585CA. Grayscale: #858585. Windows color (decimal): -4556235 or 3504826. OLE color: 3504826.
HSL color Cylindrical-coordinate representation of color #BA7A35: hue angle of 31.13º 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 #BA7A35 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 53 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.27 |
| HSL | 31.13º | 0.56% | 0.47% | - |
| HSV(B) | 31.13º | 0.72% | 0.73% | - |
| XYZ | 27.85 | 24.62 | 6.65 | - |
| YUV | 133.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 53 | 0 | 0.34 | 0.72 | 0.27 | 31.13 | 0.56 | 0.47 |
| Hex | BA | 7A | 35 | 0 | 22 | 48 | 1B | 1F | 38 | 2F |
| Octal | 272 | 172 | 65 | 0 | 42 | 110 | 33 | 37 | 70 | 57 |
| Binary | 10111010 | 1111010 | 110101 | 0 | 100010 | 1001000 | 11011 | 11111 | 111000 | 101111 |
Color Harmonies of #BA7A35
Complementary color
Monochromatic Colors of #BA7A35
Black with #BA7A35
Text Example
Text Example
White with #BA7A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A35; }
p { color: rgb(186,122,53); }
H1.HeaderClassName
{
color: #BA7A35;
}
.AnyTagClassName
{
color: #BA7A35;
}
</style>
background-color css
<style>
a { background-color: #BA7A35; }
a { background-color: rgb(186,122,53); }
div.DivClassName
{
background-color: #BA7A35;
}
.BgClassName
{
background-color: #BA7A35;
}
</style>
border-color css
<style>
span { border-color: #BA7A35; }
span { border-color: rgb(186,122,53); }
td.TdClassName
{
border-color: #BA7A35;
}
.TagClassName
{
border-color: #BA7A35;
}
</style>