Shades of Meteor #BA7533
Tints of Meteor #BA7533
RGB
CMYK
RGB Variations
Color information
#BA7533 (or 0xBA7533) is known color: Meteor. HEX triplet: BA, 75 and 33. RGB value is (186,117,51). Sum of RGB (Red+Green+Blue) = 186+117+51=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7533 is #458ACC. Grayscale: #828282. Windows color (decimal): -4557517 or 3372474. OLE color: 3372474.
HSL color Cylindrical-coordinate representation of color #BA7533: hue angle of 29.33º 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 #BA7533 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 51 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.27 |
| HSL | 29.33º | 0.57% | 0.46% | - |
| HSV(B) | 29.33º | 0.73% | 0.73% | - |
| XYZ | 27.21 | 23.4 | 6.21 | - |
| YUV | 130.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 51 | 0 | 0.37 | 0.73 | 0.27 | 29.33 | 0.57 | 0.46 |
| Hex | BA | 75 | 33 | 0 | 25 | 49 | 1B | 1D | 39 | 2E |
| Octal | 272 | 165 | 63 | 0 | 45 | 111 | 33 | 35 | 71 | 56 |
| Binary | 10111010 | 1110101 | 110011 | 0 | 100101 | 1001001 | 11011 | 11101 | 111001 | 101110 |
Color Harmonies of #BA7533
Complementary color
Monochromatic Colors of #BA7533
Black with #BA7533
Text Example
Text Example
White with #BA7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7533; }
p { color: rgb(186,117,51); }
H1.HeaderClassName
{
color: #BA7533;
}
.AnyTagClassName
{
color: #BA7533;
}
</style>
background-color css
<style>
a { background-color: #BA7533; }
a { background-color: rgb(186,117,51); }
div.DivClassName
{
background-color: #BA7533;
}
.BgClassName
{
background-color: #BA7533;
}
</style>
border-color css
<style>
span { border-color: #BA7533; }
span { border-color: rgb(186,117,51); }
td.TdClassName
{
border-color: #BA7533;
}
.TagClassName
{
border-color: #BA7533;
}
</style>