Shades of Meteor #BA722D
Tints of Meteor #BA722D
RGB
CMYK
RGB Variations
Color information
#BA722D (or 0xBA722D) is known color: Meteor. HEX triplet: BA, 72 and 2D. RGB value is (186,114,45). Sum of RGB (Red+Green+Blue) = 186+114+45=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA722D is #458DD2. Grayscale: #808080. Windows color (decimal): -4558291 or 2978490. OLE color: 2978490.
HSL color Cylindrical-coordinate representation of color #BA722D: hue angle of 29.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA722D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 45 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.27 |
| HSL | 29.36º | 0.61% | 0.45% | - |
| HSV(B) | 29.36º | 0.76% | 0.73% | - |
| XYZ | 26.74 | 22.66 | 5.45 | - |
| YUV | 127.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 45 | 0 | 0.39 | 0.76 | 0.27 | 29.36 | 0.61 | 0.45 |
| Hex | BA | 72 | 2D | 0 | 27 | 4C | 1B | 1D | 3D | 2D |
| Octal | 272 | 162 | 55 | 0 | 47 | 114 | 33 | 35 | 75 | 55 |
| Binary | 10111010 | 1110010 | 101101 | 0 | 100111 | 1001100 | 11011 | 11101 | 111101 | 101101 |
Color Harmonies of #BA722D
Complementary color
Monochromatic Colors of #BA722D
Black with #BA722D
Text Example
Text Example
White with #BA722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA722D; }
p { color: rgb(186,114,45); }
H1.HeaderClassName
{
color: #BA722D;
}
.AnyTagClassName
{
color: #BA722D;
}
</style>
background-color css
<style>
a { background-color: #BA722D; }
a { background-color: rgb(186,114,45); }
div.DivClassName
{
background-color: #BA722D;
}
.BgClassName
{
background-color: #BA722D;
}
</style>
border-color css
<style>
span { border-color: #BA722D; }
span { border-color: rgb(186,114,45); }
td.TdClassName
{
border-color: #BA722D;
}
.TagClassName
{
border-color: #BA722D;
}
</style>