Shades of Meteor #BA7630
Tints of Meteor #BA7630
RGB
CMYK
RGB Variations
Color information
#BA7630 (or 0xBA7630) is known color: Meteor. HEX triplet: BA, 76 and 30. RGB value is (186,118,48). Sum of RGB (Red+Green+Blue) = 186+118+48=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7630 is #4589CF. Grayscale: #828282. Windows color (decimal): -4557264 or 3176122. OLE color: 3176122.
HSL color Cylindrical-coordinate representation of color #BA7630: hue angle of 30.43º 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 #BA7630 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 48 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.27 |
| HSL | 30.43º | 0.59% | 0.46% | - |
| HSV(B) | 30.43º | 0.74% | 0.73% | - |
| XYZ | 27.26 | 23.61 | 5.92 | - |
| YUV | 130.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 48 | 0 | 0.37 | 0.74 | 0.27 | 30.43 | 0.59 | 0.46 |
| Hex | BA | 76 | 30 | 0 | 25 | 4A | 1B | 1E | 3B | 2E |
| Octal | 272 | 166 | 60 | 0 | 45 | 112 | 33 | 36 | 73 | 56 |
| Binary | 10111010 | 1110110 | 110000 | 0 | 100101 | 1001010 | 11011 | 11110 | 111011 | 101110 |
Color Harmonies of #BA7630
Complementary color
Monochromatic Colors of #BA7630
Black with #BA7630
Text Example
Text Example
White with #BA7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7630; }
p { color: rgb(186,118,48); }
H1.HeaderClassName
{
color: #BA7630;
}
.AnyTagClassName
{
color: #BA7630;
}
</style>
background-color css
<style>
a { background-color: #BA7630; }
a { background-color: rgb(186,118,48); }
div.DivClassName
{
background-color: #BA7630;
}
.BgClassName
{
background-color: #BA7630;
}
</style>
border-color css
<style>
span { border-color: #BA7630; }
span { border-color: rgb(186,118,48); }
td.TdClassName
{
border-color: #BA7630;
}
.TagClassName
{
border-color: #BA7630;
}
</style>