Shades of Meteor #BA7830
Tints of Meteor #BA7830
RGB
CMYK
RGB Variations
Color information
#BA7830 (or 0xBA7830) is known color: Meteor. HEX triplet: BA, 78 and 30. RGB value is (186,120,48). Sum of RGB (Red+Green+Blue) = 186+120+48=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7830 is #4587CF. Grayscale: #838383. Windows color (decimal): -4556752 or 3176634. OLE color: 3176634.
HSL color Cylindrical-coordinate representation of color #BA7830: hue angle of 31.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7830 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 48 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.27 |
| HSL | 31.3º | 0.59% | 0.46% | - |
| HSV(B) | 31.3º | 0.74% | 0.73% | - |
| XYZ | 27.5 | 24.09 | 6 | - |
| YUV | 131.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 48 | 0 | 0.35 | 0.74 | 0.27 | 31.3 | 0.59 | 0.46 |
| Hex | BA | 78 | 30 | 0 | 23 | 4A | 1B | 1F | 3B | 2E |
| Octal | 272 | 170 | 60 | 0 | 43 | 112 | 33 | 37 | 73 | 56 |
| Binary | 10111010 | 1111000 | 110000 | 0 | 100011 | 1001010 | 11011 | 11111 | 111011 | 101110 |
Color Harmonies of #BA7830
Complementary color
Monochromatic Colors of #BA7830
Black with #BA7830
Text Example
Text Example
White with #BA7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7830; }
p { color: rgb(186,120,48); }
H1.HeaderClassName
{
color: #BA7830;
}
.AnyTagClassName
{
color: #BA7830;
}
</style>
background-color css
<style>
a { background-color: #BA7830; }
a { background-color: rgb(186,120,48); }
div.DivClassName
{
background-color: #BA7830;
}
.BgClassName
{
background-color: #BA7830;
}
</style>
border-color css
<style>
span { border-color: #BA7830; }
span { border-color: rgb(186,120,48); }
td.TdClassName
{
border-color: #BA7830;
}
.TagClassName
{
border-color: #BA7830;
}
</style>