Shades of Meteor #BA742E
Tints of Meteor #BA742E
RGB
CMYK
RGB Variations
Color information
#BA742E (or 0xBA742E) is known color: Meteor. HEX triplet: BA, 74 and 2E. RGB value is (186,116,46). Sum of RGB (Red+Green+Blue) = 186+116+46=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA742E is #458BD1. Grayscale: #818181. Windows color (decimal): -4557778 or 3044538. OLE color: 3044538.
HSL color Cylindrical-coordinate representation of color #BA742E: hue angle of 30º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA742E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 46 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.27 |
| HSL | 30º | 0.6% | 0.45% | - |
| HSV(B) | 30º | 0.75% | 0.73% | - |
| XYZ | 26.99 | 23.13 | 5.63 | - |
| YUV | 128.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 46 | 0 | 0.38 | 0.75 | 0.27 | 30 | 0.6 | 0.45 |
| Hex | BA | 74 | 2E | 0 | 26 | 4B | 1B | 1E | 3C | 2D |
| Octal | 272 | 164 | 56 | 0 | 46 | 113 | 33 | 36 | 74 | 55 |
| Binary | 10111010 | 1110100 | 101110 | 0 | 100110 | 1001011 | 11011 | 11110 | 111100 | 101101 |
Color Harmonies of #BA742E
Complementary color
Monochromatic Colors of #BA742E
Black with #BA742E
Text Example
Text Example
White with #BA742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA742E; }
p { color: rgb(186,116,46); }
H1.HeaderClassName
{
color: #BA742E;
}
.AnyTagClassName
{
color: #BA742E;
}
</style>
background-color css
<style>
a { background-color: #BA742E; }
a { background-color: rgb(186,116,46); }
div.DivClassName
{
background-color: #BA742E;
}
.BgClassName
{
background-color: #BA742E;
}
</style>
border-color css
<style>
span { border-color: #BA742E; }
span { border-color: rgb(186,116,46); }
td.TdClassName
{
border-color: #BA742E;
}
.TagClassName
{
border-color: #BA742E;
}
</style>