Shades of Meteor #BA762F
Tints of Meteor #BA762F
RGB
CMYK
RGB Variations
Color information
#BA762F (or 0xBA762F) is known color: Meteor. HEX triplet: BA, 76 and 2F. RGB value is (186,118,47). Sum of RGB (Red+Green+Blue) = 186+118+47=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA762F is #4589D0. Grayscale: #828282. Windows color (decimal): -4557265 or 3110586. OLE color: 3110586.
HSL color Cylindrical-coordinate representation of color #BA762F: hue angle of 30.65º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA762F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 47 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.27 |
| HSL | 30.65º | 0.6% | 0.46% | - |
| HSV(B) | 30.65º | 0.75% | 0.73% | - |
| XYZ | 27.24 | 23.6 | 5.81 | - |
| YUV | 130.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 47 | 0 | 0.37 | 0.75 | 0.27 | 30.65 | 0.6 | 0.46 |
| Hex | BA | 76 | 2F | 0 | 25 | 4B | 1B | 1F | 3C | 2E |
| Octal | 272 | 166 | 57 | 0 | 45 | 113 | 33 | 37 | 74 | 56 |
| Binary | 10111010 | 1110110 | 101111 | 0 | 100101 | 1001011 | 11011 | 11111 | 111100 | 101110 |
Color Harmonies of #BA762F
Complementary color
Monochromatic Colors of #BA762F
Black with #BA762F
Text Example
Text Example
White with #BA762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA762F; }
p { color: rgb(186,118,47); }
H1.HeaderClassName
{
color: #BA762F;
}
.AnyTagClassName
{
color: #BA762F;
}
</style>
background-color css
<style>
a { background-color: #BA762F; }
a { background-color: rgb(186,118,47); }
div.DivClassName
{
background-color: #BA762F;
}
.BgClassName
{
background-color: #BA762F;
}
</style>
border-color css
<style>
span { border-color: #BA762F; }
span { border-color: rgb(186,118,47); }
td.TdClassName
{
border-color: #BA762F;
}
.TagClassName
{
border-color: #BA762F;
}
</style>