Shades of Meteor #BA7438
Tints of Meteor #BA7438
RGB
CMYK
RGB Variations
Color information
#BA7438 (or 0xBA7438) is known color: Meteor. HEX triplet: BA, 74 and 38. RGB value is (186,116,56). Sum of RGB (Red+Green+Blue) = 186+116+56=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7438 is #458BC7. Grayscale: #828282. Windows color (decimal): -4557768 or 3699898. OLE color: 3699898.
HSL color Cylindrical-coordinate representation of color #BA7438: hue angle of 27.69º 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 #BA7438 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 56 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.27 |
| HSL | 27.69º | 0.54% | 0.47% | - |
| HSV(B) | 27.69º | 0.7% | 0.73% | - |
| XYZ | 27.21 | 23.22 | 6.79 | - |
| YUV | 130.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 56 | 0 | 0.38 | 0.70 | 0.27 | 27.69 | 0.54 | 0.47 |
| Hex | BA | 74 | 38 | 0 | 26 | 46 | 1B | 1C | 36 | 2F |
| Octal | 272 | 164 | 70 | 0 | 46 | 106 | 33 | 34 | 66 | 57 |
| Binary | 10111010 | 1110100 | 111000 | 0 | 100110 | 1000110 | 11011 | 11100 | 110110 | 101111 |
Color Harmonies of #BA7438
Complementary color
Monochromatic Colors of #BA7438
Black with #BA7438
Text Example
Text Example
White with #BA7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7438; }
p { color: rgb(186,116,56); }
H1.HeaderClassName
{
color: #BA7438;
}
.AnyTagClassName
{
color: #BA7438;
}
</style>
background-color css
<style>
a { background-color: #BA7438; }
a { background-color: rgb(186,116,56); }
div.DivClassName
{
background-color: #BA7438;
}
.BgClassName
{
background-color: #BA7438;
}
</style>
border-color css
<style>
span { border-color: #BA7438; }
span { border-color: rgb(186,116,56); }
td.TdClassName
{
border-color: #BA7438;
}
.TagClassName
{
border-color: #BA7438;
}
</style>