Shades of Meteor #BA733B
Tints of Meteor #BA733B
RGB
CMYK
RGB Variations
Color information
#BA733B (or 0xBA733B) is known color: Meteor. HEX triplet: BA, 73 and 3B. RGB value is (186,115,59). Sum of RGB (Red+Green+Blue) = 186+115+59=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733B is #458CC4. Grayscale: #828282. Windows color (decimal): -4558021 or 3896250. OLE color: 3896250.
HSL color Cylindrical-coordinate representation of color #BA733B: hue angle of 26.46º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA733B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 59 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.27 |
| HSL | 26.46º | 0.52% | 0.48% | - |
| HSV(B) | 26.46º | 0.68% | 0.73% | - |
| XYZ | 27.17 | 23.02 | 7.15 | - |
| YUV | 129.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 59 | 0 | 0.38 | 0.68 | 0.27 | 26.46 | 0.52 | 0.48 |
| Hex | BA | 73 | 3B | 0 | 26 | 44 | 1B | 1A | 34 | 30 |
| Octal | 272 | 163 | 73 | 0 | 46 | 104 | 33 | 32 | 64 | 60 |
| Binary | 10111010 | 1110011 | 111011 | 0 | 100110 | 1000100 | 11011 | 11010 | 110100 | 110000 |
Color Harmonies of #BA733B
Complementary color
Monochromatic Colors of #BA733B
Black with #BA733B
Text Example
Text Example
White with #BA733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA733B; }
p { color: rgb(186,115,59); }
H1.HeaderClassName
{
color: #BA733B;
}
.AnyTagClassName
{
color: #BA733B;
}
</style>
background-color css
<style>
a { background-color: #BA733B; }
a { background-color: rgb(186,115,59); }
div.DivClassName
{
background-color: #BA733B;
}
.BgClassName
{
background-color: #BA733B;
}
</style>
border-color css
<style>
span { border-color: #BA733B; }
span { border-color: rgb(186,115,59); }
td.TdClassName
{
border-color: #BA733B;
}
.TagClassName
{
border-color: #BA733B;
}
</style>