Shades of Meteor #BA7632
Tints of Meteor #BA7632
RGB
CMYK
RGB Variations
Color information
#BA7632 (or 0xBA7632) is known color: Meteor. HEX triplet: BA, 76 and 32. RGB value is (186,118,50). Sum of RGB (Red+Green+Blue) = 186+118+50=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7632 is #4589CD. Grayscale: #828282. Windows color (decimal): -4557262 or 3307194. OLE color: 3307194.
HSL color Cylindrical-coordinate representation of color #BA7632: hue angle of 30º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7632 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 50 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.27 |
| HSL | 30º | 0.58% | 0.46% | - |
| HSV(B) | 30º | 0.73% | 0.73% | - |
| XYZ | 27.3 | 23.63 | 6.14 | - |
| YUV | 130.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 50 | 0 | 0.37 | 0.73 | 0.27 | 30 | 0.58 | 0.46 |
| Hex | BA | 76 | 32 | 0 | 25 | 49 | 1B | 1E | 3A | 2E |
| Octal | 272 | 166 | 62 | 0 | 45 | 111 | 33 | 36 | 72 | 56 |
| Binary | 10111010 | 1110110 | 110010 | 0 | 100101 | 1001001 | 11011 | 11110 | 111010 | 101110 |
Color Harmonies of #BA7632
Complementary color
Monochromatic Colors of #BA7632
Black with #BA7632
Text Example
Text Example
White with #BA7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7632; }
p { color: rgb(186,118,50); }
H1.HeaderClassName
{
color: #BA7632;
}
.AnyTagClassName
{
color: #BA7632;
}
</style>
background-color css
<style>
a { background-color: #BA7632; }
a { background-color: rgb(186,118,50); }
div.DivClassName
{
background-color: #BA7632;
}
.BgClassName
{
background-color: #BA7632;
}
</style>
border-color css
<style>
span { border-color: #BA7632; }
span { border-color: rgb(186,118,50); }
td.TdClassName
{
border-color: #BA7632;
}
.TagClassName
{
border-color: #BA7632;
}
</style>