Shades of Meteor #BA7738
Tints of Meteor #BA7738
RGB
CMYK
RGB Variations
Color information
#BA7738 (or 0xBA7738) is known color: Meteor. HEX triplet: BA, 77 and 38. RGB value is (186,119,56). Sum of RGB (Red+Green+Blue) = 186+119+56=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7738 is #4588C7. Grayscale: #848484. Windows color (decimal): -4557000 or 3700666. OLE color: 3700666.
HSL color Cylindrical-coordinate representation of color #BA7738: hue angle of 29.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA7738 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 56 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.27 |
| HSL | 29.08º | 0.54% | 0.47% | - |
| HSV(B) | 29.08º | 0.7% | 0.73% | - |
| XYZ | 27.56 | 23.92 | 6.91 | - |
| YUV | 131.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 56 | 0 | 0.36 | 0.70 | 0.27 | 29.08 | 0.54 | 0.47 |
| Hex | BA | 77 | 38 | 0 | 24 | 46 | 1B | 1D | 36 | 2F |
| Octal | 272 | 167 | 70 | 0 | 44 | 106 | 33 | 35 | 66 | 57 |
| Binary | 10111010 | 1110111 | 111000 | 0 | 100100 | 1000110 | 11011 | 11101 | 110110 | 101111 |
Color Harmonies of #BA7738
Complementary color
Monochromatic Colors of #BA7738
Black with #BA7738
Text Example
Text Example
White with #BA7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7738; }
p { color: rgb(186,119,56); }
H1.HeaderClassName
{
color: #BA7738;
}
.AnyTagClassName
{
color: #BA7738;
}
</style>
background-color css
<style>
a { background-color: #BA7738; }
a { background-color: rgb(186,119,56); }
div.DivClassName
{
background-color: #BA7738;
}
.BgClassName
{
background-color: #BA7738;
}
</style>
border-color css
<style>
span { border-color: #BA7738; }
span { border-color: rgb(186,119,56); }
td.TdClassName
{
border-color: #BA7738;
}
.TagClassName
{
border-color: #BA7738;
}
</style>