Shades of Meteor #BA722F
Tints of Meteor #BA722F
RGB
CMYK
RGB Variations
Color information
#BA722F (or 0xBA722F) is known color: Meteor. HEX triplet: BA, 72 and 2F. RGB value is (186,114,47). Sum of RGB (Red+Green+Blue) = 186+114+47=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA722F is #458DD0. Grayscale: #808080. Windows color (decimal): -4558289 or 3109562. OLE color: 3109562.
HSL color Cylindrical-coordinate representation of color #BA722F: hue angle of 28.92º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA722F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 47 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.27 |
| HSL | 28.92º | 0.6% | 0.46% | - |
| HSV(B) | 28.92º | 0.75% | 0.73% | - |
| XYZ | 26.78 | 22.68 | 5.66 | - |
| YUV | 127.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 47 | 0 | 0.39 | 0.75 | 0.27 | 28.92 | 0.6 | 0.46 |
| Hex | BA | 72 | 2F | 0 | 27 | 4B | 1B | 1D | 3C | 2E |
| Octal | 272 | 162 | 57 | 0 | 47 | 113 | 33 | 35 | 74 | 56 |
| Binary | 10111010 | 1110010 | 101111 | 0 | 100111 | 1001011 | 11011 | 11101 | 111100 | 101110 |
Color Harmonies of #BA722F
Complementary color
Monochromatic Colors of #BA722F
Black with #BA722F
Text Example
Text Example
White with #BA722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA722F; }
p { color: rgb(186,114,47); }
H1.HeaderClassName
{
color: #BA722F;
}
.AnyTagClassName
{
color: #BA722F;
}
</style>
background-color css
<style>
a { background-color: #BA722F; }
a { background-color: rgb(186,114,47); }
div.DivClassName
{
background-color: #BA722F;
}
.BgClassName
{
background-color: #BA722F;
}
</style>
border-color css
<style>
span { border-color: #BA722F; }
span { border-color: rgb(186,114,47); }
td.TdClassName
{
border-color: #BA722F;
}
.TagClassName
{
border-color: #BA722F;
}
</style>