Shades of Meteor #BC7637
Tints of Meteor #BC7637
RGB
CMYK
RGB Variations
Color information
#BC7637 (or 0xBC7637) is known color: Meteor. HEX triplet: BC, 76 and 37. RGB value is (188,118,55). Sum of RGB (Red+Green+Blue) = 188+118+55=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7637 is #4389C8. Grayscale: #848484. Windows color (decimal): -4426185 or 3634876. OLE color: 3634876.
HSL color Cylindrical-coordinate representation of color #BC7637: hue angle of 28.42º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC7637 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 55 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.26 |
| HSL | 28.42º | 0.55% | 0.48% | - |
| HSV(B) | 28.42º | 0.71% | 0.74% | - |
| XYZ | 27.91 | 23.92 | 6.76 | - |
| YUV | 131.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 55 | 0 | 0.37 | 0.71 | 0.26 | 28.42 | 0.55 | 0.48 |
| Hex | BC | 76 | 37 | 0 | 25 | 47 | 1A | 1C | 37 | 30 |
| Octal | 274 | 166 | 67 | 0 | 45 | 107 | 32 | 34 | 67 | 60 |
| Binary | 10111100 | 1110110 | 110111 | 0 | 100101 | 1000111 | 11010 | 11100 | 110111 | 110000 |
Color Harmonies of #BC7637
Complementary color
Monochromatic Colors of #BC7637
Black with #BC7637
Text Example
Text Example
White with #BC7637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7637; }
p { color: rgb(188,118,55); }
H1.HeaderClassName
{
color: #BC7637;
}
.AnyTagClassName
{
color: #BC7637;
}
</style>
background-color css
<style>
a { background-color: #BC7637; }
a { background-color: rgb(188,118,55); }
div.DivClassName
{
background-color: #BC7637;
}
.BgClassName
{
background-color: #BC7637;
}
</style>
border-color css
<style>
span { border-color: #BC7637; }
span { border-color: rgb(188,118,55); }
td.TdClassName
{
border-color: #BC7637;
}
.TagClassName
{
border-color: #BC7637;
}
</style>