Shades of Meteor #BA7235
Tints of Meteor #BA7235
RGB
CMYK
RGB Variations
Color information
#BA7235 (or 0xBA7235) is known color: Meteor. HEX triplet: BA, 72 and 35. RGB value is (186,114,53). Sum of RGB (Red+Green+Blue) = 186+114+53=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7235 is #458DCA. Grayscale: #808080. Windows color (decimal): -4558283 or 3502778. OLE color: 3502778.
HSL color Cylindrical-coordinate representation of color #BA7235: hue angle of 27.52º 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 #BA7235 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 53 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.27 |
| HSL | 27.52º | 0.56% | 0.47% | - |
| HSV(B) | 27.52º | 0.72% | 0.73% | - |
| XYZ | 26.91 | 22.73 | 6.34 | - |
| YUV | 128.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 53 | 0 | 0.39 | 0.72 | 0.27 | 27.52 | 0.56 | 0.47 |
| Hex | BA | 72 | 35 | 0 | 27 | 48 | 1B | 1C | 38 | 2F |
| Octal | 272 | 162 | 65 | 0 | 47 | 110 | 33 | 34 | 70 | 57 |
| Binary | 10111010 | 1110010 | 110101 | 0 | 100111 | 1001000 | 11011 | 11100 | 111000 | 101111 |
Color Harmonies of #BA7235
Complementary color
Monochromatic Colors of #BA7235
Black with #BA7235
Text Example
Text Example
White with #BA7235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7235; }
p { color: rgb(186,114,53); }
H1.HeaderClassName
{
color: #BA7235;
}
.AnyTagClassName
{
color: #BA7235;
}
</style>
background-color css
<style>
a { background-color: #BA7235; }
a { background-color: rgb(186,114,53); }
div.DivClassName
{
background-color: #BA7235;
}
.BgClassName
{
background-color: #BA7235;
}
</style>
border-color css
<style>
span { border-color: #BA7235; }
span { border-color: rgb(186,114,53); }
td.TdClassName
{
border-color: #BA7235;
}
.TagClassName
{
border-color: #BA7235;
}
</style>