Shades of Meteor #BC7034
Tints of Meteor #BC7034
RGB
CMYK
RGB Variations
Color information
#BC7034 (or 0xBC7034) is known color: Meteor. HEX triplet: BC, 70 and 34. RGB value is (188,112,52). Sum of RGB (Red+Green+Blue) = 188+112+52=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7034 is #438FCB. Grayscale: #808080. Windows color (decimal): -4427724 or 3436732. OLE color: 3436732.
HSL color Cylindrical-coordinate representation of color #BC7034: hue angle of 26.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC7034 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 52 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.26 |
| HSL | 26.47º | 0.57% | 0.47% | - |
| HSV(B) | 26.47º | 0.72% | 0.74% | - |
| XYZ | 27.15 | 22.53 | 6.17 | - |
| YUV | 127.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 52 | 0 | 0.40 | 0.72 | 0.26 | 26.47 | 0.57 | 0.47 |
| Hex | BC | 70 | 34 | 0 | 28 | 48 | 1A | 1A | 39 | 2F |
| Octal | 274 | 160 | 64 | 0 | 50 | 110 | 32 | 32 | 71 | 57 |
| Binary | 10111100 | 1110000 | 110100 | 0 | 101000 | 1001000 | 11010 | 11010 | 111001 | 101111 |
Color Harmonies of #BC7034
Complementary color
Monochromatic Colors of #BC7034
Black with #BC7034
Text Example
Text Example
White with #BC7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7034; }
p { color: rgb(188,112,52); }
H1.HeaderClassName
{
color: #BC7034;
}
.AnyTagClassName
{
color: #BC7034;
}
</style>
background-color css
<style>
a { background-color: #BC7034; }
a { background-color: rgb(188,112,52); }
div.DivClassName
{
background-color: #BC7034;
}
.BgClassName
{
background-color: #BC7034;
}
</style>
border-color css
<style>
span { border-color: #BC7034; }
span { border-color: rgb(188,112,52); }
td.TdClassName
{
border-color: #BC7034;
}
.TagClassName
{
border-color: #BC7034;
}
</style>