Shades of Meteor #BA7835
Tints of Meteor #BA7835
RGB
CMYK
RGB Variations
Color information
#BA7835 (or 0xBA7835) is known color: Meteor. HEX triplet: BA, 78 and 35. RGB value is (186,120,53). Sum of RGB (Red+Green+Blue) = 186+120+53=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7835 is #4587CA. Grayscale: #848484. Windows color (decimal): -4556747 or 3504314. OLE color: 3504314.
HSL color Cylindrical-coordinate representation of color #BA7835: hue angle of 30.23º 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 #BA7835 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 53 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.27 |
| HSL | 30.23º | 0.56% | 0.47% | - |
| HSV(B) | 30.23º | 0.72% | 0.73% | - |
| XYZ | 27.61 | 24.13 | 6.57 | - |
| YUV | 132.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 53 | 0 | 0.35 | 0.72 | 0.27 | 30.23 | 0.56 | 0.47 |
| Hex | BA | 78 | 35 | 0 | 23 | 48 | 1B | 1E | 38 | 2F |
| Octal | 272 | 170 | 65 | 0 | 43 | 110 | 33 | 36 | 70 | 57 |
| Binary | 10111010 | 1111000 | 110101 | 0 | 100011 | 1001000 | 11011 | 11110 | 111000 | 101111 |
Color Harmonies of #BA7835
Complementary color
Monochromatic Colors of #BA7835
Black with #BA7835
Text Example
Text Example
White with #BA7835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7835; }
p { color: rgb(186,120,53); }
H1.HeaderClassName
{
color: #BA7835;
}
.AnyTagClassName
{
color: #BA7835;
}
</style>
background-color css
<style>
a { background-color: #BA7835; }
a { background-color: rgb(186,120,53); }
div.DivClassName
{
background-color: #BA7835;
}
.BgClassName
{
background-color: #BA7835;
}
</style>
border-color css
<style>
span { border-color: #BA7835; }
span { border-color: rgb(186,120,53); }
td.TdClassName
{
border-color: #BA7835;
}
.TagClassName
{
border-color: #BA7835;
}
</style>