Shades of Meteor #BC7036
Tints of Meteor #BC7036
RGB
CMYK
RGB Variations
Color information
#BC7036 (or 0xBC7036) is known color: Meteor. HEX triplet: BC, 70 and 36. RGB value is (188,112,54). Sum of RGB (Red+Green+Blue) = 188+112+54=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7036 is #438FC9. Grayscale: #808080. Windows color (decimal): -4427722 or 3567804. OLE color: 3567804.
HSL color Cylindrical-coordinate representation of color #BC7036: hue angle of 25.97º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC7036 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 54 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.26 |
| HSL | 25.97º | 0.55% | 0.47% | - |
| HSV(B) | 25.97º | 0.71% | 0.74% | - |
| XYZ | 27.2 | 22.55 | 6.41 | - |
| YUV | 128.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 54 | 0 | 0.40 | 0.71 | 0.26 | 25.97 | 0.55 | 0.47 |
| Hex | BC | 70 | 36 | 0 | 28 | 47 | 1A | 1A | 37 | 2F |
| Octal | 274 | 160 | 66 | 0 | 50 | 107 | 32 | 32 | 67 | 57 |
| Binary | 10111100 | 1110000 | 110110 | 0 | 101000 | 1000111 | 11010 | 11010 | 110111 | 101111 |
Color Harmonies of #BC7036
Complementary color
Monochromatic Colors of #BC7036
Black with #BC7036
Text Example
Text Example
White with #BC7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7036; }
p { color: rgb(188,112,54); }
H1.HeaderClassName
{
color: #BC7036;
}
.AnyTagClassName
{
color: #BC7036;
}
</style>
background-color css
<style>
a { background-color: #BC7036; }
a { background-color: rgb(188,112,54); }
div.DivClassName
{
background-color: #BC7036;
}
.BgClassName
{
background-color: #BC7036;
}
</style>
border-color css
<style>
span { border-color: #BC7036; }
span { border-color: rgb(188,112,54); }
td.TdClassName
{
border-color: #BC7036;
}
.TagClassName
{
border-color: #BC7036;
}
</style>