Shades of Meteor #BA6F36
Tints of Meteor #BA6F36
RGB
CMYK
RGB Variations
Color information
#BA6F36 (or 0xBA6F36) is known color: Meteor. HEX triplet: BA, 6F and 36. RGB value is (186,111,54). Sum of RGB (Red+Green+Blue) = 186+111+54=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F36 is #4590C9. Grayscale: #7F7F7F. Windows color (decimal): -4559050 or 3567546. OLE color: 3567546.
HSL color Cylindrical-coordinate representation of color #BA6F36: hue angle of 25.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA6F36 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 54 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.27 |
| HSL | 25.91º | 0.55% | 0.47% | - |
| HSV(B) | 25.91º | 0.71% | 0.73% | - |
| XYZ | 26.6 | 22.07 | 6.35 | - |
| YUV | 126.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 54 | 0 | 0.40 | 0.71 | 0.27 | 25.91 | 0.55 | 0.47 |
| Hex | BA | 6F | 36 | 0 | 28 | 47 | 1B | 1A | 37 | 2F |
| Octal | 272 | 157 | 66 | 0 | 50 | 107 | 33 | 32 | 67 | 57 |
| Binary | 10111010 | 1101111 | 110110 | 0 | 101000 | 1000111 | 11011 | 11010 | 110111 | 101111 |
Color Harmonies of #BA6F36
Complementary color
Monochromatic Colors of #BA6F36
Black with #BA6F36
Text Example
Text Example
White with #BA6F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F36; }
p { color: rgb(186,111,54); }
H1.HeaderClassName
{
color: #BA6F36;
}
.AnyTagClassName
{
color: #BA6F36;
}
</style>
background-color css
<style>
a { background-color: #BA6F36; }
a { background-color: rgb(186,111,54); }
div.DivClassName
{
background-color: #BA6F36;
}
.BgClassName
{
background-color: #BA6F36;
}
</style>
border-color css
<style>
span { border-color: #BA6F36; }
span { border-color: rgb(186,111,54); }
td.TdClassName
{
border-color: #BA6F36;
}
.TagClassName
{
border-color: #BA6F36;
}
</style>