Shades of Meteor #BA7234
Tints of Meteor #BA7234
RGB
CMYK
RGB Variations
Color information
#BA7234 (or 0xBA7234) is known color: Meteor. HEX triplet: BA, 72 and 34. RGB value is (186,114,52). Sum of RGB (Red+Green+Blue) = 186+114+52=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7234 is #458DCB. Grayscale: #808080. Windows color (decimal): -4558284 or 3437242. OLE color: 3437242.
HSL color Cylindrical-coordinate representation of color #BA7234: hue angle of 27.76º 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 #BA7234 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 52 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.27 |
| HSL | 27.76º | 0.56% | 0.47% | - |
| HSV(B) | 27.76º | 0.72% | 0.73% | - |
| XYZ | 26.89 | 22.72 | 6.22 | - |
| YUV | 128.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 52 | 0 | 0.39 | 0.72 | 0.27 | 27.76 | 0.56 | 0.47 |
| Hex | BA | 72 | 34 | 0 | 27 | 48 | 1B | 1C | 38 | 2F |
| Octal | 272 | 162 | 64 | 0 | 47 | 110 | 33 | 34 | 70 | 57 |
| Binary | 10111010 | 1110010 | 110100 | 0 | 100111 | 1001000 | 11011 | 11100 | 111000 | 101111 |
Color Harmonies of #BA7234
Complementary color
Monochromatic Colors of #BA7234
Black with #BA7234
Text Example
Text Example
White with #BA7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7234; }
p { color: rgb(186,114,52); }
H1.HeaderClassName
{
color: #BA7234;
}
.AnyTagClassName
{
color: #BA7234;
}
</style>
background-color css
<style>
a { background-color: #BA7234; }
a { background-color: rgb(186,114,52); }
div.DivClassName
{
background-color: #BA7234;
}
.BgClassName
{
background-color: #BA7234;
}
</style>
border-color css
<style>
span { border-color: #BA7234; }
span { border-color: rgb(186,114,52); }
td.TdClassName
{
border-color: #BA7234;
}
.TagClassName
{
border-color: #BA7234;
}
</style>