Shades of Meteor #BA6F2C
Tints of Meteor #BA6F2C
RGB
CMYK
RGB Variations
Color information
#BA6F2C (or 0xBA6F2C) is known color: Meteor. HEX triplet: BA, 6F and 2C. RGB value is (186,111,44). Sum of RGB (Red+Green+Blue) = 186+111+44=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2C is #4590D3. Grayscale: #7E7E7E. Windows color (decimal): -4559060 or 2912186. OLE color: 2912186.
HSL color Cylindrical-coordinate representation of color #BA6F2C: hue angle of 28.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA6F2C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 44 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.27 |
| HSL | 28.31º | 0.62% | 0.45% | - |
| HSV(B) | 28.31º | 0.76% | 0.73% | - |
| XYZ | 26.39 | 21.99 | 5.24 | - |
| YUV | 125.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 44 | 0 | 0.40 | 0.76 | 0.27 | 28.31 | 0.62 | 0.45 |
| Hex | BA | 6F | 2C | 0 | 28 | 4C | 1B | 1C | 3E | 2D |
| Octal | 272 | 157 | 54 | 0 | 50 | 114 | 33 | 34 | 76 | 55 |
| Binary | 10111010 | 1101111 | 101100 | 0 | 101000 | 1001100 | 11011 | 11100 | 111110 | 101101 |
Color Harmonies of #BA6F2C
Complementary color
Monochromatic Colors of #BA6F2C
Black with #BA6F2C
Text Example
Text Example
White with #BA6F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F2C; }
p { color: rgb(186,111,44); }
H1.HeaderClassName
{
color: #BA6F2C;
}
.AnyTagClassName
{
color: #BA6F2C;
}
</style>
background-color css
<style>
a { background-color: #BA6F2C; }
a { background-color: rgb(186,111,44); }
div.DivClassName
{
background-color: #BA6F2C;
}
.BgClassName
{
background-color: #BA6F2C;
}
</style>
border-color css
<style>
span { border-color: #BA6F2C; }
span { border-color: rgb(186,111,44); }
td.TdClassName
{
border-color: #BA6F2C;
}
.TagClassName
{
border-color: #BA6F2C;
}
</style>