Shades of Meteor #BC7C36
Tints of Meteor #BC7C36
RGB
CMYK
RGB Variations
Color information
#BC7C36 (or 0xBC7C36) is known color: Meteor. HEX triplet: BC, 7C and 36. RGB value is (188,124,54). Sum of RGB (Red+Green+Blue) = 188+124+54=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C36 is #4383C9. Grayscale: #878787. Windows color (decimal): -4424650 or 3570876. OLE color: 3570876.
HSL color Cylindrical-coordinate representation of color #BC7C36: hue angle of 31.34º 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 #BC7C36 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 54 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.26 |
| HSL | 31.34º | 0.55% | 0.47% | - |
| HSV(B) | 31.34º | 0.71% | 0.74% | - |
| XYZ | 28.61 | 25.37 | 6.88 | - |
| YUV | 135.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 54 | 0 | 0.34 | 0.71 | 0.26 | 31.34 | 0.55 | 0.47 |
| Hex | BC | 7C | 36 | 0 | 22 | 47 | 1A | 1F | 37 | 2F |
| Octal | 274 | 174 | 66 | 0 | 42 | 107 | 32 | 37 | 67 | 57 |
| Binary | 10111100 | 1111100 | 110110 | 0 | 100010 | 1000111 | 11010 | 11111 | 110111 | 101111 |
Color Harmonies of #BC7C36
Complementary color
Monochromatic Colors of #BC7C36
Black with #BC7C36
Text Example
Text Example
White with #BC7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C36; }
p { color: rgb(188,124,54); }
H1.HeaderClassName
{
color: #BC7C36;
}
.AnyTagClassName
{
color: #BC7C36;
}
</style>
background-color css
<style>
a { background-color: #BC7C36; }
a { background-color: rgb(188,124,54); }
div.DivClassName
{
background-color: #BC7C36;
}
.BgClassName
{
background-color: #BC7C36;
}
</style>
border-color css
<style>
span { border-color: #BC7C36; }
span { border-color: rgb(188,124,54); }
td.TdClassName
{
border-color: #BC7C36;
}
.TagClassName
{
border-color: #BC7C36;
}
</style>