Shades of Meteor #BA7238
Tints of Meteor #BA7238
RGB
CMYK
RGB Variations
Color information
#BA7238 (or 0xBA7238) is known color: Meteor. HEX triplet: BA, 72 and 38. RGB value is (186,114,56). Sum of RGB (Red+Green+Blue) = 186+114+56=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7238 is #458DC7. Grayscale: #818181. Windows color (decimal): -4558280 or 3699386. OLE color: 3699386.
HSL color Cylindrical-coordinate representation of color #BA7238: hue angle of 26.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA7238 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 56 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.27 |
| HSL | 26.77º | 0.54% | 0.47% | - |
| HSV(B) | 26.77º | 0.7% | 0.73% | - |
| XYZ | 26.98 | 22.76 | 6.71 | - |
| YUV | 128.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 56 | 0 | 0.39 | 0.70 | 0.27 | 26.77 | 0.54 | 0.47 |
| Hex | BA | 72 | 38 | 0 | 27 | 46 | 1B | 1B | 36 | 2F |
| Octal | 272 | 162 | 70 | 0 | 47 | 106 | 33 | 33 | 66 | 57 |
| Binary | 10111010 | 1110010 | 111000 | 0 | 100111 | 1000110 | 11011 | 11011 | 110110 | 101111 |
Color Harmonies of #BA7238
Complementary color
Monochromatic Colors of #BA7238
Black with #BA7238
Text Example
Text Example
White with #BA7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7238; }
p { color: rgb(186,114,56); }
H1.HeaderClassName
{
color: #BA7238;
}
.AnyTagClassName
{
color: #BA7238;
}
</style>
background-color css
<style>
a { background-color: #BA7238; }
a { background-color: rgb(186,114,56); }
div.DivClassName
{
background-color: #BA7238;
}
.BgClassName
{
background-color: #BA7238;
}
</style>
border-color css
<style>
span { border-color: #BA7238; }
span { border-color: rgb(186,114,56); }
td.TdClassName
{
border-color: #BA7238;
}
.TagClassName
{
border-color: #BA7238;
}
</style>