Shades of Meteor #BA7831
Tints of Meteor #BA7831
RGB
CMYK
RGB Variations
Color information
#BA7831 (or 0xBA7831) is known color: Meteor. HEX triplet: BA, 78 and 31. RGB value is (186,120,49). Sum of RGB (Red+Green+Blue) = 186+120+49=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7831 is #4587CE. Grayscale: #838383. Windows color (decimal): -4556751 or 3242170. OLE color: 3242170.
HSL color Cylindrical-coordinate representation of color #BA7831: hue angle of 31.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7831 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 49 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.27 |
| HSL | 31.09º | 0.58% | 0.46% | - |
| HSV(B) | 31.09º | 0.74% | 0.73% | - |
| XYZ | 27.52 | 24.09 | 6.11 | - |
| YUV | 131.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 49 | 0 | 0.35 | 0.74 | 0.27 | 31.09 | 0.58 | 0.46 |
| Hex | BA | 78 | 31 | 0 | 23 | 4A | 1B | 1F | 3A | 2E |
| Octal | 272 | 170 | 61 | 0 | 43 | 112 | 33 | 37 | 72 | 56 |
| Binary | 10111010 | 1111000 | 110001 | 0 | 100011 | 1001010 | 11011 | 11111 | 111010 | 101110 |
Color Harmonies of #BA7831
Complementary color
Monochromatic Colors of #BA7831
Black with #BA7831
Text Example
Text Example
White with #BA7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7831; }
p { color: rgb(186,120,49); }
H1.HeaderClassName
{
color: #BA7831;
}
.AnyTagClassName
{
color: #BA7831;
}
</style>
background-color css
<style>
a { background-color: #BA7831; }
a { background-color: rgb(186,120,49); }
div.DivClassName
{
background-color: #BA7831;
}
.BgClassName
{
background-color: #BA7831;
}
</style>
border-color css
<style>
span { border-color: #BA7831; }
span { border-color: rgb(186,120,49); }
td.TdClassName
{
border-color: #BA7831;
}
.TagClassName
{
border-color: #BA7831;
}
</style>