Shades of Meteor #BA7732
Tints of Meteor #BA7732
RGB
CMYK
RGB Variations
Color information
#BA7732 (or 0xBA7732) is known color: Meteor. HEX triplet: BA, 77 and 32. RGB value is (186,119,50). Sum of RGB (Red+Green+Blue) = 186+119+50=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7732 is #4588CD. Grayscale: #838383. Windows color (decimal): -4557006 or 3307450. OLE color: 3307450.
HSL color Cylindrical-coordinate representation of color #BA7732: hue angle of 30.44º 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 #BA7732 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 50 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.27 |
| HSL | 30.44º | 0.58% | 0.46% | - |
| HSV(B) | 30.44º | 0.73% | 0.73% | - |
| XYZ | 27.42 | 23.86 | 6.18 | - |
| YUV | 131.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 50 | 0 | 0.36 | 0.73 | 0.27 | 30.44 | 0.58 | 0.46 |
| Hex | BA | 77 | 32 | 0 | 24 | 49 | 1B | 1E | 3A | 2E |
| Octal | 272 | 167 | 62 | 0 | 44 | 111 | 33 | 36 | 72 | 56 |
| Binary | 10111010 | 1110111 | 110010 | 0 | 100100 | 1001001 | 11011 | 11110 | 111010 | 101110 |
Color Harmonies of #BA7732
Complementary color
Monochromatic Colors of #BA7732
Black with #BA7732
Text Example
Text Example
White with #BA7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7732; }
p { color: rgb(186,119,50); }
H1.HeaderClassName
{
color: #BA7732;
}
.AnyTagClassName
{
color: #BA7732;
}
</style>
background-color css
<style>
a { background-color: #BA7732; }
a { background-color: rgb(186,119,50); }
div.DivClassName
{
background-color: #BA7732;
}
.BgClassName
{
background-color: #BA7732;
}
</style>
border-color css
<style>
span { border-color: #BA7732; }
span { border-color: rgb(186,119,50); }
td.TdClassName
{
border-color: #BA7732;
}
.TagClassName
{
border-color: #BA7732;
}
</style>