Shades of Meteor #BC7139
Tints of Meteor #BC7139
RGB
CMYK
RGB Variations
Color information
#BC7139 (or 0xBC7139) is known color: Meteor. HEX triplet: BC, 71 and 39. RGB value is (188,113,57). Sum of RGB (Red+Green+Blue) = 188+113+57=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7139 is #438EC6. Grayscale: #818181. Windows color (decimal): -4427463 or 3764668. OLE color: 3764668.
HSL color Cylindrical-coordinate representation of color #BC7139: hue angle of 25.65º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7139 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 57 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.26 |
| HSL | 25.65º | 0.53% | 0.48% | - |
| HSV(B) | 25.65º | 0.7% | 0.74% | - |
| XYZ | 27.38 | 22.8 | 6.83 | - |
| YUV | 129.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 57 | 0 | 0.40 | 0.70 | 0.26 | 25.65 | 0.53 | 0.48 |
| Hex | BC | 71 | 39 | 0 | 28 | 46 | 1A | 1A | 35 | 30 |
| Octal | 274 | 161 | 71 | 0 | 50 | 106 | 32 | 32 | 65 | 60 |
| Binary | 10111100 | 1110001 | 111001 | 0 | 101000 | 1000110 | 11010 | 11010 | 110101 | 110000 |
Color Harmonies of #BC7139
Complementary color
Monochromatic Colors of #BC7139
Black with #BC7139
Text Example
Text Example
White with #BC7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7139; }
p { color: rgb(188,113,57); }
H1.HeaderClassName
{
color: #BC7139;
}
.AnyTagClassName
{
color: #BC7139;
}
</style>
background-color css
<style>
a { background-color: #BC7139; }
a { background-color: rgb(188,113,57); }
div.DivClassName
{
background-color: #BC7139;
}
.BgClassName
{
background-color: #BC7139;
}
</style>
border-color css
<style>
span { border-color: #BC7139; }
span { border-color: rgb(188,113,57); }
td.TdClassName
{
border-color: #BC7139;
}
.TagClassName
{
border-color: #BC7139;
}
</style>