Shades of Meteor #BA6C27
Tints of Meteor #BA6C27
RGB
CMYK
RGB Variations
Color information
#BA6C27 (or 0xBA6C27) is known color: Meteor. HEX triplet: BA, 6C and 27. RGB value is (186,108,39). Sum of RGB (Red+Green+Blue) = 186+108+39=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C27 is #4593D8. Grayscale: #7B7B7B. Windows color (decimal): -4559833 or 2583738. OLE color: 2583738.
HSL color Cylindrical-coordinate representation of color #BA6C27: hue angle of 28.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA6C27 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 39 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.27 |
| HSL | 28.16º | 0.65% | 0.44% | - |
| HSV(B) | 28.16º | 0.79% | 0.73% | - |
| XYZ | 25.98 | 21.31 | 4.66 | - |
| YUV | 123.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 39 | 0 | 0.42 | 0.79 | 0.27 | 28.16 | 0.65 | 0.44 |
| Hex | BA | 6C | 27 | 0 | 2A | 4F | 1B | 1C | 41 | 2C |
| Octal | 272 | 154 | 47 | 0 | 52 | 117 | 33 | 34 | 101 | 54 |
| Binary | 10111010 | 1101100 | 100111 | 0 | 101010 | 1001111 | 11011 | 11100 | 1000001 | 101100 |
Color Harmonies of #BA6C27
Complementary color
Monochromatic Colors of #BA6C27
Black with #BA6C27
Text Example
Text Example
White with #BA6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C27; }
p { color: rgb(186,108,39); }
H1.HeaderClassName
{
color: #BA6C27;
}
.AnyTagClassName
{
color: #BA6C27;
}
</style>
background-color css
<style>
a { background-color: #BA6C27; }
a { background-color: rgb(186,108,39); }
div.DivClassName
{
background-color: #BA6C27;
}
.BgClassName
{
background-color: #BA6C27;
}
</style>
border-color css
<style>
span { border-color: #BA6C27; }
span { border-color: rgb(186,108,39); }
td.TdClassName
{
border-color: #BA6C27;
}
.TagClassName
{
border-color: #BA6C27;
}
</style>