Shades of Meteor #BA7636
Tints of Meteor #BA7636
RGB
CMYK
RGB Variations
Color information
#BA7636 (or 0xBA7636) is known color: Meteor. HEX triplet: BA, 76 and 36. RGB value is (186,118,54). Sum of RGB (Red+Green+Blue) = 186+118+54=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7636 is #4589C9. Grayscale: #838383. Windows color (decimal): -4557258 or 3569338. OLE color: 3569338.
HSL color Cylindrical-coordinate representation of color #BA7636: hue angle of 29.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA7636 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 54 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.27 |
| HSL | 29.09º | 0.55% | 0.47% | - |
| HSV(B) | 29.09º | 0.71% | 0.73% | - |
| XYZ | 27.39 | 23.66 | 6.61 | - |
| YUV | 131.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 54 | 0 | 0.37 | 0.71 | 0.27 | 29.09 | 0.55 | 0.47 |
| Hex | BA | 76 | 36 | 0 | 25 | 47 | 1B | 1D | 37 | 2F |
| Octal | 272 | 166 | 66 | 0 | 45 | 107 | 33 | 35 | 67 | 57 |
| Binary | 10111010 | 1110110 | 110110 | 0 | 100101 | 1000111 | 11011 | 11101 | 110111 | 101111 |
Color Harmonies of #BA7636
Complementary color
Monochromatic Colors of #BA7636
Black with #BA7636
Text Example
Text Example
White with #BA7636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7636; }
p { color: rgb(186,118,54); }
H1.HeaderClassName
{
color: #BA7636;
}
.AnyTagClassName
{
color: #BA7636;
}
</style>
background-color css
<style>
a { background-color: #BA7636; }
a { background-color: rgb(186,118,54); }
div.DivClassName
{
background-color: #BA7636;
}
.BgClassName
{
background-color: #BA7636;
}
</style>
border-color css
<style>
span { border-color: #BA7636; }
span { border-color: rgb(186,118,54); }
td.TdClassName
{
border-color: #BA7636;
}
.TagClassName
{
border-color: #BA7636;
}
</style>