Shades of Meteor #BA7639
Tints of Meteor #BA7639
RGB
CMYK
RGB Variations
Color information
#BA7639 (or 0xBA7639) is known color: Meteor. HEX triplet: BA, 76 and 39. RGB value is (186,118,57). Sum of RGB (Red+Green+Blue) = 186+118+57=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7639 is #4589C6. Grayscale: #838383. Windows color (decimal): -4557255 or 3765946. OLE color: 3765946.
HSL color Cylindrical-coordinate representation of color #BA7639: hue angle of 28.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7639 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 57 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.27 |
| HSL | 28.37º | 0.53% | 0.48% | - |
| HSV(B) | 28.37º | 0.69% | 0.73% | - |
| XYZ | 27.47 | 23.69 | 7 | - |
| YUV | 131.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 57 | 0 | 0.37 | 0.69 | 0.27 | 28.37 | 0.53 | 0.48 |
| Hex | BA | 76 | 39 | 0 | 25 | 45 | 1B | 1C | 35 | 30 |
| Octal | 272 | 166 | 71 | 0 | 45 | 105 | 33 | 34 | 65 | 60 |
| Binary | 10111010 | 1110110 | 111001 | 0 | 100101 | 1000101 | 11011 | 11100 | 110101 | 110000 |
Color Harmonies of #BA7639
Complementary color
Monochromatic Colors of #BA7639
Black with #BA7639
Text Example
Text Example
White with #BA7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7639; }
p { color: rgb(186,118,57); }
H1.HeaderClassName
{
color: #BA7639;
}
.AnyTagClassName
{
color: #BA7639;
}
</style>
background-color css
<style>
a { background-color: #BA7639; }
a { background-color: rgb(186,118,57); }
div.DivClassName
{
background-color: #BA7639;
}
.BgClassName
{
background-color: #BA7639;
}
</style>
border-color css
<style>
span { border-color: #BA7639; }
span { border-color: rgb(186,118,57); }
td.TdClassName
{
border-color: #BA7639;
}
.TagClassName
{
border-color: #BA7639;
}
</style>