Shades of Meteor #BC7737
Tints of Meteor #BC7737
RGB
CMYK
RGB Variations
Color information
#BC7737 (or 0xBC7737) is known color: Meteor. HEX triplet: BC, 77 and 37. RGB value is (188,119,55). Sum of RGB (Red+Green+Blue) = 188+119+55=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7737 is #4388C8. Grayscale: #848484. Windows color (decimal): -4425929 or 3635132. OLE color: 3635132.
HSL color Cylindrical-coordinate representation of color #BC7737: hue angle of 28.87º 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 #BC7737 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 55 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.26 |
| HSL | 28.87º | 0.55% | 0.48% | - |
| HSV(B) | 28.87º | 0.71% | 0.74% | - |
| XYZ | 28.03 | 24.16 | 6.8 | - |
| YUV | 132.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 55 | 0 | 0.37 | 0.71 | 0.26 | 28.87 | 0.55 | 0.48 |
| Hex | BC | 77 | 37 | 0 | 25 | 47 | 1A | 1D | 37 | 30 |
| Octal | 274 | 167 | 67 | 0 | 45 | 107 | 32 | 35 | 67 | 60 |
| Binary | 10111100 | 1110111 | 110111 | 0 | 100101 | 1000111 | 11010 | 11101 | 110111 | 110000 |
Color Harmonies of #BC7737
Complementary color
Monochromatic Colors of #BC7737
Black with #BC7737
Text Example
Text Example
White with #BC7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7737; }
p { color: rgb(188,119,55); }
H1.HeaderClassName
{
color: #BC7737;
}
.AnyTagClassName
{
color: #BC7737;
}
</style>
background-color css
<style>
a { background-color: #BC7737; }
a { background-color: rgb(188,119,55); }
div.DivClassName
{
background-color: #BC7737;
}
.BgClassName
{
background-color: #BC7737;
}
</style>
border-color css
<style>
span { border-color: #BC7737; }
span { border-color: rgb(188,119,55); }
td.TdClassName
{
border-color: #BC7737;
}
.TagClassName
{
border-color: #BC7737;
}
</style>