Shades of Meteor #BA7635
Tints of Meteor #BA7635
RGB
CMYK
RGB Variations
Color information
#BA7635 (or 0xBA7635) is known color: Meteor. HEX triplet: BA, 76 and 35. RGB value is (186,118,53). Sum of RGB (Red+Green+Blue) = 186+118+53=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7635 is #4589CA. Grayscale: #838383. Windows color (decimal): -4557259 or 3503802. OLE color: 3503802.
HSL color Cylindrical-coordinate representation of color #BA7635: hue angle of 29.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA7635 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 53 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.27 |
| HSL | 29.32º | 0.56% | 0.47% | - |
| HSV(B) | 29.32º | 0.72% | 0.73% | - |
| XYZ | 27.37 | 23.65 | 6.49 | - |
| YUV | 130.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 53 | 0 | 0.37 | 0.72 | 0.27 | 29.32 | 0.56 | 0.47 |
| Hex | BA | 76 | 35 | 0 | 25 | 48 | 1B | 1D | 38 | 2F |
| Octal | 272 | 166 | 65 | 0 | 45 | 110 | 33 | 35 | 70 | 57 |
| Binary | 10111010 | 1110110 | 110101 | 0 | 100101 | 1001000 | 11011 | 11101 | 111000 | 101111 |
Color Harmonies of #BA7635
Complementary color
Monochromatic Colors of #BA7635
Black with #BA7635
Text Example
Text Example
White with #BA7635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7635; }
p { color: rgb(186,118,53); }
H1.HeaderClassName
{
color: #BA7635;
}
.AnyTagClassName
{
color: #BA7635;
}
</style>
background-color css
<style>
a { background-color: #BA7635; }
a { background-color: rgb(186,118,53); }
div.DivClassName
{
background-color: #BA7635;
}
.BgClassName
{
background-color: #BA7635;
}
</style>
border-color css
<style>
span { border-color: #BA7635; }
span { border-color: rgb(186,118,53); }
td.TdClassName
{
border-color: #BA7635;
}
.TagClassName
{
border-color: #BA7635;
}
</style>