Shades of Meteor #BA6C26
Tints of Meteor #BA6C26
RGB
CMYK
RGB Variations
Color information
#BA6C26 (or 0xBA6C26) is known color: Meteor. HEX triplet: BA, 6C and 26. RGB value is (186,108,38). Sum of RGB (Red+Green+Blue) = 186+108+38=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C26 is #4593D9. Grayscale: #7B7B7B. Windows color (decimal): -4559834 or 2518202. OLE color: 2518202.
HSL color Cylindrical-coordinate representation of color #BA6C26: hue angle of 28.38º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6C26 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 38 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.27 |
| HSL | 28.38º | 0.66% | 0.44% | - |
| HSV(B) | 28.38º | 0.8% | 0.73% | - |
| XYZ | 25.96 | 21.3 | 4.58 | - |
| YUV | 123.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 38 | 0 | 0.42 | 0.80 | 0.27 | 28.38 | 0.66 | 0.44 |
| Hex | BA | 6C | 26 | 0 | 2A | 50 | 1B | 1C | 42 | 2C |
| Octal | 272 | 154 | 46 | 0 | 52 | 120 | 33 | 34 | 102 | 54 |
| Binary | 10111010 | 1101100 | 100110 | 0 | 101010 | 1010000 | 11011 | 11100 | 1000010 | 101100 |
Color Harmonies of #BA6C26
Complementary color
Monochromatic Colors of #BA6C26
Black with #BA6C26
Text Example
Text Example
White with #BA6C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C26; }
p { color: rgb(186,108,38); }
H1.HeaderClassName
{
color: #BA6C26;
}
.AnyTagClassName
{
color: #BA6C26;
}
</style>
background-color css
<style>
a { background-color: #BA6C26; }
a { background-color: rgb(186,108,38); }
div.DivClassName
{
background-color: #BA6C26;
}
.BgClassName
{
background-color: #BA6C26;
}
</style>
border-color css
<style>
span { border-color: #BA6C26; }
span { border-color: rgb(186,108,38); }
td.TdClassName
{
border-color: #BA6C26;
}
.TagClassName
{
border-color: #BA6C26;
}
</style>