Shades of Meteor #BC7030
Tints of Meteor #BC7030
RGB
CMYK
RGB Variations
Color information
#BC7030 (or 0xBC7030) is known color: Meteor. HEX triplet: BC, 70 and 30. RGB value is (188,112,48). Sum of RGB (Red+Green+Blue) = 188+112+48=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7030 is #438FCF. Grayscale: #7F7F7F. Windows color (decimal): -4427728 or 3174588. OLE color: 3174588.
HSL color Cylindrical-coordinate representation of color #BC7030: hue angle of 27.43º 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 #BC7030 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 48 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.26 |
| HSL | 27.43º | 0.59% | 0.46% | - |
| HSV(B) | 27.43º | 0.74% | 0.74% | - |
| XYZ | 27.07 | 22.49 | 5.71 | - |
| YUV | 127.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 48 | 0 | 0.40 | 0.74 | 0.26 | 27.43 | 0.59 | 0.46 |
| Hex | BC | 70 | 30 | 0 | 28 | 4A | 1A | 1B | 3B | 2E |
| Octal | 274 | 160 | 60 | 0 | 50 | 112 | 32 | 33 | 73 | 56 |
| Binary | 10111100 | 1110000 | 110000 | 0 | 101000 | 1001010 | 11010 | 11011 | 111011 | 101110 |
Color Harmonies of #BC7030
Complementary color
Monochromatic Colors of #BC7030
Black with #BC7030
Text Example
Text Example
White with #BC7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7030; }
p { color: rgb(188,112,48); }
H1.HeaderClassName
{
color: #BC7030;
}
.AnyTagClassName
{
color: #BC7030;
}
</style>
background-color css
<style>
a { background-color: #BC7030; }
a { background-color: rgb(188,112,48); }
div.DivClassName
{
background-color: #BC7030;
}
.BgClassName
{
background-color: #BC7030;
}
</style>
border-color css
<style>
span { border-color: #BC7030; }
span { border-color: rgb(188,112,48); }
td.TdClassName
{
border-color: #BC7030;
}
.TagClassName
{
border-color: #BC7030;
}
</style>