Shades of Meteor #BA742F
Tints of Meteor #BA742F
RGB
CMYK
RGB Variations
Color information
#BA742F (or 0xBA742F) is known color: Meteor. HEX triplet: BA, 74 and 2F. RGB value is (186,116,47). Sum of RGB (Red+Green+Blue) = 186+116+47=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA742F is #458BD0. Grayscale: #818181. Windows color (decimal): -4557777 or 3110074. OLE color: 3110074.
HSL color Cylindrical-coordinate representation of color #BA742F: hue angle of 29.78º 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 #BA742F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 47 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.27 |
| HSL | 29.78º | 0.6% | 0.46% | - |
| HSV(B) | 29.78º | 0.75% | 0.73% | - |
| XYZ | 27.01 | 23.14 | 5.73 | - |
| YUV | 129.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 47 | 0 | 0.38 | 0.75 | 0.27 | 29.78 | 0.6 | 0.46 |
| Hex | BA | 74 | 2F | 0 | 26 | 4B | 1B | 1E | 3C | 2E |
| Octal | 272 | 164 | 57 | 0 | 46 | 113 | 33 | 36 | 74 | 56 |
| Binary | 10111010 | 1110100 | 101111 | 0 | 100110 | 1001011 | 11011 | 11110 | 111100 | 101110 |
Color Harmonies of #BA742F
Complementary color
Monochromatic Colors of #BA742F
Black with #BA742F
Text Example
Text Example
White with #BA742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA742F; }
p { color: rgb(186,116,47); }
H1.HeaderClassName
{
color: #BA742F;
}
.AnyTagClassName
{
color: #BA742F;
}
</style>
background-color css
<style>
a { background-color: #BA742F; }
a { background-color: rgb(186,116,47); }
div.DivClassName
{
background-color: #BA742F;
}
.BgClassName
{
background-color: #BA742F;
}
</style>
border-color css
<style>
span { border-color: #BA742F; }
span { border-color: rgb(186,116,47); }
td.TdClassName
{
border-color: #BA742F;
}
.TagClassName
{
border-color: #BA742F;
}
</style>