Shades of Meteor #BA7633
Tints of Meteor #BA7633
RGB
CMYK
RGB Variations
Color information
#BA7633 (or 0xBA7633) is known color: Meteor. HEX triplet: BA, 76 and 33. RGB value is (186,118,51). Sum of RGB (Red+Green+Blue) = 186+118+51=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7633 is #4589CC. Grayscale: #838383. Windows color (decimal): -4557261 or 3372730. OLE color: 3372730.
HSL color Cylindrical-coordinate representation of color #BA7633: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7633 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 51 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.27 |
| HSL | 29.78º | 0.57% | 0.46% | - |
| HSV(B) | 29.78º | 0.73% | 0.73% | - |
| XYZ | 27.33 | 23.63 | 6.25 | - |
| YUV | 130.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 51 | 0 | 0.37 | 0.73 | 0.27 | 29.78 | 0.57 | 0.46 |
| Hex | BA | 76 | 33 | 0 | 25 | 49 | 1B | 1E | 39 | 2E |
| Octal | 272 | 166 | 63 | 0 | 45 | 111 | 33 | 36 | 71 | 56 |
| Binary | 10111010 | 1110110 | 110011 | 0 | 100101 | 1001001 | 11011 | 11110 | 111001 | 101110 |
Color Harmonies of #BA7633
Complementary color
Monochromatic Colors of #BA7633
Black with #BA7633
Text Example
Text Example
White with #BA7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7633; }
p { color: rgb(186,118,51); }
H1.HeaderClassName
{
color: #BA7633;
}
.AnyTagClassName
{
color: #BA7633;
}
</style>
background-color css
<style>
a { background-color: #BA7633; }
a { background-color: rgb(186,118,51); }
div.DivClassName
{
background-color: #BA7633;
}
.BgClassName
{
background-color: #BA7633;
}
</style>
border-color css
<style>
span { border-color: #BA7633; }
span { border-color: rgb(186,118,51); }
td.TdClassName
{
border-color: #BA7633;
}
.TagClassName
{
border-color: #BA7633;
}
</style>