Shades of Meteor #BA7435
Tints of Meteor #BA7435
RGB
CMYK
RGB Variations
Color information
#BA7435 (or 0xBA7435) is known color: Meteor. HEX triplet: BA, 74 and 35. RGB value is (186,116,53). Sum of RGB (Red+Green+Blue) = 186+116+53=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7435 is #458BCA. Grayscale: #828282. Windows color (decimal): -4557771 or 3503290. OLE color: 3503290.
HSL color Cylindrical-coordinate representation of color #BA7435: hue angle of 28.42º 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 #BA7435 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 53 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.27 |
| HSL | 28.42º | 0.56% | 0.47% | - |
| HSV(B) | 28.42º | 0.72% | 0.73% | - |
| XYZ | 27.14 | 23.19 | 6.41 | - |
| YUV | 129.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 53 | 0 | 0.38 | 0.72 | 0.27 | 28.42 | 0.56 | 0.47 |
| Hex | BA | 74 | 35 | 0 | 26 | 48 | 1B | 1C | 38 | 2F |
| Octal | 272 | 164 | 65 | 0 | 46 | 110 | 33 | 34 | 70 | 57 |
| Binary | 10111010 | 1110100 | 110101 | 0 | 100110 | 1001000 | 11011 | 11100 | 111000 | 101111 |
Color Harmonies of #BA7435
Complementary color
Monochromatic Colors of #BA7435
Black with #BA7435
Text Example
Text Example
White with #BA7435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7435; }
p { color: rgb(186,116,53); }
H1.HeaderClassName
{
color: #BA7435;
}
.AnyTagClassName
{
color: #BA7435;
}
</style>
background-color css
<style>
a { background-color: #BA7435; }
a { background-color: rgb(186,116,53); }
div.DivClassName
{
background-color: #BA7435;
}
.BgClassName
{
background-color: #BA7435;
}
</style>
border-color css
<style>
span { border-color: #BA7435; }
span { border-color: rgb(186,116,53); }
td.TdClassName
{
border-color: #BA7435;
}
.TagClassName
{
border-color: #BA7435;
}
</style>