Shades of Meteor #BA7735
Tints of Meteor #BA7735
RGB
CMYK
RGB Variations
Color information
#BA7735 (or 0xBA7735) is known color: Meteor. HEX triplet: BA, 77 and 35. RGB value is (186,119,53). Sum of RGB (Red+Green+Blue) = 186+119+53=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7735 is #4588CA. Grayscale: #838383. Windows color (decimal): -4557003 or 3504058. OLE color: 3504058.
HSL color Cylindrical-coordinate representation of color #BA7735: hue angle of 29.77º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA7735 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 53 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.27 |
| HSL | 29.77º | 0.56% | 0.47% | - |
| HSV(B) | 29.77º | 0.72% | 0.73% | - |
| XYZ | 27.49 | 23.89 | 6.53 | - |
| YUV | 131.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 53 | 0 | 0.36 | 0.72 | 0.27 | 29.77 | 0.56 | 0.47 |
| Hex | BA | 77 | 35 | 0 | 24 | 48 | 1B | 1E | 38 | 2F |
| Octal | 272 | 167 | 65 | 0 | 44 | 110 | 33 | 36 | 70 | 57 |
| Binary | 10111010 | 1110111 | 110101 | 0 | 100100 | 1001000 | 11011 | 11110 | 111000 | 101111 |
Color Harmonies of #BA7735
Complementary color
Monochromatic Colors of #BA7735
Black with #BA7735
Text Example
Text Example
White with #BA7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7735; }
p { color: rgb(186,119,53); }
H1.HeaderClassName
{
color: #BA7735;
}
.AnyTagClassName
{
color: #BA7735;
}
</style>
background-color css
<style>
a { background-color: #BA7735; }
a { background-color: rgb(186,119,53); }
div.DivClassName
{
background-color: #BA7735;
}
.BgClassName
{
background-color: #BA7735;
}
</style>
border-color css
<style>
span { border-color: #BA7735; }
span { border-color: rgb(186,119,53); }
td.TdClassName
{
border-color: #BA7735;
}
.TagClassName
{
border-color: #BA7735;
}
</style>