Shades of Meteor #BA7330
Tints of Meteor #BA7330
RGB
CMYK
RGB Variations
Color information
#BA7330 (or 0xBA7330) is known color: Meteor. HEX triplet: BA, 73 and 30. RGB value is (186,115,48). Sum of RGB (Red+Green+Blue) = 186+115+48=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7330 is #458CCF. Grayscale: #808080. Windows color (decimal): -4558032 or 3175354. OLE color: 3175354.
HSL color Cylindrical-coordinate representation of color #BA7330: hue angle of 29.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7330 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 48 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.27 |
| HSL | 29.13º | 0.59% | 0.46% | - |
| HSV(B) | 29.13º | 0.74% | 0.73% | - |
| XYZ | 26.91 | 22.91 | 5.8 | - |
| YUV | 128.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 48 | 0 | 0.38 | 0.74 | 0.27 | 29.13 | 0.59 | 0.46 |
| Hex | BA | 73 | 30 | 0 | 26 | 4A | 1B | 1D | 3B | 2E |
| Octal | 272 | 163 | 60 | 0 | 46 | 112 | 33 | 35 | 73 | 56 |
| Binary | 10111010 | 1110011 | 110000 | 0 | 100110 | 1001010 | 11011 | 11101 | 111011 | 101110 |
Color Harmonies of #BA7330
Complementary color
Monochromatic Colors of #BA7330
Black with #BA7330
Text Example
Text Example
White with #BA7330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7330; }
p { color: rgb(186,115,48); }
H1.HeaderClassName
{
color: #BA7330;
}
.AnyTagClassName
{
color: #BA7330;
}
</style>
background-color css
<style>
a { background-color: #BA7330; }
a { background-color: rgb(186,115,48); }
div.DivClassName
{
background-color: #BA7330;
}
.BgClassName
{
background-color: #BA7330;
}
</style>
border-color css
<style>
span { border-color: #BA7330; }
span { border-color: rgb(186,115,48); }
td.TdClassName
{
border-color: #BA7330;
}
.TagClassName
{
border-color: #BA7330;
}
</style>