Shades of Meteor #BA732C
Tints of Meteor #BA732C
RGB
CMYK
RGB Variations
Color information
#BA732C (or 0xBA732C) is known color: Meteor. HEX triplet: BA, 73 and 2C. RGB value is (186,115,44). Sum of RGB (Red+Green+Blue) = 186+115+44=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA732C is #458CD3. Grayscale: #808080. Windows color (decimal): -4558036 or 2913210. OLE color: 2913210.
HSL color Cylindrical-coordinate representation of color #BA732C: hue angle of 30º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA732C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 44 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.27 |
| HSL | 30º | 0.62% | 0.45% | - |
| HSV(B) | 30º | 0.76% | 0.73% | - |
| XYZ | 26.84 | 22.88 | 5.39 | - |
| YUV | 128.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 44 | 0 | 0.38 | 0.76 | 0.27 | 30 | 0.62 | 0.45 |
| Hex | BA | 73 | 2C | 0 | 26 | 4C | 1B | 1E | 3E | 2D |
| Octal | 272 | 163 | 54 | 0 | 46 | 114 | 33 | 36 | 76 | 55 |
| Binary | 10111010 | 1110011 | 101100 | 0 | 100110 | 1001100 | 11011 | 11110 | 111110 | 101101 |
Color Harmonies of #BA732C
Complementary color
Monochromatic Colors of #BA732C
Black with #BA732C
Text Example
Text Example
White with #BA732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA732C; }
p { color: rgb(186,115,44); }
H1.HeaderClassName
{
color: #BA732C;
}
.AnyTagClassName
{
color: #BA732C;
}
</style>
background-color css
<style>
a { background-color: #BA732C; }
a { background-color: rgb(186,115,44); }
div.DivClassName
{
background-color: #BA732C;
}
.BgClassName
{
background-color: #BA732C;
}
</style>
border-color css
<style>
span { border-color: #BA732C; }
span { border-color: rgb(186,115,44); }
td.TdClassName
{
border-color: #BA732C;
}
.TagClassName
{
border-color: #BA732C;
}
</style>