Shades of Meteor #BA772F
Tints of Meteor #BA772F
RGB
CMYK
RGB Variations
Color information
#BA772F (or 0xBA772F) is known color: Meteor. HEX triplet: BA, 77 and 2F. RGB value is (186,119,47). Sum of RGB (Red+Green+Blue) = 186+119+47=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772F is #4588D0. Grayscale: #838383. Windows color (decimal): -4557009 or 3110842. OLE color: 3110842.
HSL color Cylindrical-coordinate representation of color #BA772F: hue angle of 31.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA772F is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 47 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.27 |
| HSL | 31.08º | 0.6% | 0.46% | - |
| HSV(B) | 31.08º | 0.75% | 0.73% | - |
| XYZ | 27.36 | 23.84 | 5.85 | - |
| YUV | 130.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 47 | 0 | 0.36 | 0.75 | 0.27 | 31.08 | 0.6 | 0.46 |
| Hex | BA | 77 | 2F | 0 | 24 | 4B | 1B | 1F | 3C | 2E |
| Octal | 272 | 167 | 57 | 0 | 44 | 113 | 33 | 37 | 74 | 56 |
| Binary | 10111010 | 1110111 | 101111 | 0 | 100100 | 1001011 | 11011 | 11111 | 111100 | 101110 |
Color Harmonies of #BA772F
Complementary color
Monochromatic Colors of #BA772F
Black with #BA772F
Text Example
Text Example
White with #BA772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA772F; }
p { color: rgb(186,119,47); }
H1.HeaderClassName
{
color: #BA772F;
}
.AnyTagClassName
{
color: #BA772F;
}
</style>
background-color css
<style>
a { background-color: #BA772F; }
a { background-color: rgb(186,119,47); }
div.DivClassName
{
background-color: #BA772F;
}
.BgClassName
{
background-color: #BA772F;
}
</style>
border-color css
<style>
span { border-color: #BA772F; }
span { border-color: rgb(186,119,47); }
td.TdClassName
{
border-color: #BA772F;
}
.TagClassName
{
border-color: #BA772F;
}
</style>