Shades of Meteor #BC7739
Tints of Meteor #BC7739
RGB
CMYK
RGB Variations
Color information
#BC7739 (or 0xBC7739) is known color: Meteor. HEX triplet: BC, 77 and 39. RGB value is (188,119,57). Sum of RGB (Red+Green+Blue) = 188+119+57=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7739 is #4388C6. Grayscale: #848484. Windows color (decimal): -4425927 or 3766204. OLE color: 3766204.
HSL color Cylindrical-coordinate representation of color #BC7739: hue angle of 28.4º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7739 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 57 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.26 |
| HSL | 28.4º | 0.53% | 0.48% | - |
| HSV(B) | 28.4º | 0.7% | 0.74% | - |
| XYZ | 28.07 | 24.18 | 7.06 | - |
| YUV | 132.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 57 | 0 | 0.37 | 0.70 | 0.26 | 28.4 | 0.53 | 0.48 |
| Hex | BC | 77 | 39 | 0 | 25 | 46 | 1A | 1C | 35 | 30 |
| Octal | 274 | 167 | 71 | 0 | 45 | 106 | 32 | 34 | 65 | 60 |
| Binary | 10111100 | 1110111 | 111001 | 0 | 100101 | 1000110 | 11010 | 11100 | 110101 | 110000 |
Color Harmonies of #BC7739
Complementary color
Monochromatic Colors of #BC7739
Black with #BC7739
Text Example
Text Example
White with #BC7739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7739; }
p { color: rgb(188,119,57); }
H1.HeaderClassName
{
color: #BC7739;
}
.AnyTagClassName
{
color: #BC7739;
}
</style>
background-color css
<style>
a { background-color: #BC7739; }
a { background-color: rgb(188,119,57); }
div.DivClassName
{
background-color: #BC7739;
}
.BgClassName
{
background-color: #BC7739;
}
</style>
border-color css
<style>
span { border-color: #BC7739; }
span { border-color: rgb(188,119,57); }
td.TdClassName
{
border-color: #BC7739;
}
.TagClassName
{
border-color: #BC7739;
}
</style>