Shades of Meteor #BA7334
Tints of Meteor #BA7334
RGB
CMYK
RGB Variations
Color information
#BA7334 (or 0xBA7334) is known color: Meteor. HEX triplet: BA, 73 and 34. RGB value is (186,115,52). Sum of RGB (Red+Green+Blue) = 186+115+52=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7334 is #458CCB. Grayscale: #818181. Windows color (decimal): -4558028 or 3437498. OLE color: 3437498.
HSL color Cylindrical-coordinate representation of color #BA7334: hue angle of 28.21º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA7334 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 52 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.27 |
| HSL | 28.21º | 0.56% | 0.47% | - |
| HSV(B) | 28.21º | 0.72% | 0.73% | - |
| XYZ | 27 | 22.95 | 6.26 | - |
| YUV | 129.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 52 | 0 | 0.38 | 0.72 | 0.27 | 28.21 | 0.56 | 0.47 |
| Hex | BA | 73 | 34 | 0 | 26 | 48 | 1B | 1C | 38 | 2F |
| Octal | 272 | 163 | 64 | 0 | 46 | 110 | 33 | 34 | 70 | 57 |
| Binary | 10111010 | 1110011 | 110100 | 0 | 100110 | 1001000 | 11011 | 11100 | 111000 | 101111 |
Color Harmonies of #BA7334
Complementary color
Monochromatic Colors of #BA7334
Black with #BA7334
Text Example
Text Example
White with #BA7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7334; }
p { color: rgb(186,115,52); }
H1.HeaderClassName
{
color: #BA7334;
}
.AnyTagClassName
{
color: #BA7334;
}
</style>
background-color css
<style>
a { background-color: #BA7334; }
a { background-color: rgb(186,115,52); }
div.DivClassName
{
background-color: #BA7334;
}
.BgClassName
{
background-color: #BA7334;
}
</style>
border-color css
<style>
span { border-color: #BA7334; }
span { border-color: rgb(186,115,52); }
td.TdClassName
{
border-color: #BA7334;
}
.TagClassName
{
border-color: #BA7334;
}
</style>