Shades of Meteor #BC7130
Tints of Meteor #BC7130
RGB
CMYK
RGB Variations
Color information
#BC7130 (or 0xBC7130) is known color: Meteor. HEX triplet: BC, 71 and 30. RGB value is (188,113,48). Sum of RGB (Red+Green+Blue) = 188+113+48=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7130 is #438ECF. Grayscale: #808080. Windows color (decimal): -4427472 or 3174844. OLE color: 3174844.
HSL color Cylindrical-coordinate representation of color #BC7130: hue angle of 27.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7130 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 48 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.26 |
| HSL | 27.86º | 0.59% | 0.46% | - |
| HSV(B) | 27.86º | 0.74% | 0.74% | - |
| XYZ | 27.18 | 22.72 | 5.75 | - |
| YUV | 128.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 48 | 0 | 0.40 | 0.74 | 0.26 | 27.86 | 0.59 | 0.46 |
| Hex | BC | 71 | 30 | 0 | 28 | 4A | 1A | 1C | 3B | 2E |
| Octal | 274 | 161 | 60 | 0 | 50 | 112 | 32 | 34 | 73 | 56 |
| Binary | 10111100 | 1110001 | 110000 | 0 | 101000 | 1001010 | 11010 | 11100 | 111011 | 101110 |
Color Harmonies of #BC7130
Complementary color
Monochromatic Colors of #BC7130
Black with #BC7130
Text Example
Text Example
White with #BC7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7130; }
p { color: rgb(188,113,48); }
H1.HeaderClassName
{
color: #BC7130;
}
.AnyTagClassName
{
color: #BC7130;
}
</style>
background-color css
<style>
a { background-color: #BC7130; }
a { background-color: rgb(188,113,48); }
div.DivClassName
{
background-color: #BC7130;
}
.BgClassName
{
background-color: #BC7130;
}
</style>
border-color css
<style>
span { border-color: #BC7130; }
span { border-color: rgb(188,113,48); }
td.TdClassName
{
border-color: #BC7130;
}
.TagClassName
{
border-color: #BC7130;
}
</style>