Shades of Meteor #BA752F
Tints of Meteor #BA752F
RGB
CMYK
RGB Variations
Color information
#BA752F (or 0xBA752F) is known color: Meteor. HEX triplet: BA, 75 and 2F. RGB value is (186,117,47). Sum of RGB (Red+Green+Blue) = 186+117+47=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA752F is #458AD0. Grayscale: #828282. Windows color (decimal): -4557521 or 3110330. OLE color: 3110330.
HSL color Cylindrical-coordinate representation of color #BA752F: hue angle of 30.22º 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 #BA752F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 47 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.27 |
| HSL | 30.22º | 0.6% | 0.46% | - |
| HSV(B) | 30.22º | 0.75% | 0.73% | - |
| XYZ | 27.12 | 23.37 | 5.77 | - |
| YUV | 129.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 47 | 0 | 0.37 | 0.75 | 0.27 | 30.22 | 0.6 | 0.46 |
| Hex | BA | 75 | 2F | 0 | 25 | 4B | 1B | 1E | 3C | 2E |
| Octal | 272 | 165 | 57 | 0 | 45 | 113 | 33 | 36 | 74 | 56 |
| Binary | 10111010 | 1110101 | 101111 | 0 | 100101 | 1001011 | 11011 | 11110 | 111100 | 101110 |
Color Harmonies of #BA752F
Complementary color
Monochromatic Colors of #BA752F
Black with #BA752F
Text Example
Text Example
White with #BA752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA752F; }
p { color: rgb(186,117,47); }
H1.HeaderClassName
{
color: #BA752F;
}
.AnyTagClassName
{
color: #BA752F;
}
</style>
background-color css
<style>
a { background-color: #BA752F; }
a { background-color: rgb(186,117,47); }
div.DivClassName
{
background-color: #BA752F;
}
.BgClassName
{
background-color: #BA752F;
}
</style>
border-color css
<style>
span { border-color: #BA752F; }
span { border-color: rgb(186,117,47); }
td.TdClassName
{
border-color: #BA752F;
}
.TagClassName
{
border-color: #BA752F;
}
</style>