Shades of Meteor #BC7136
Tints of Meteor #BC7136
RGB
CMYK
RGB Variations
Color information
#BC7136 (or 0xBC7136) is known color: Meteor. HEX triplet: BC, 71 and 36. RGB value is (188,113,54). Sum of RGB (Red+Green+Blue) = 188+113+54=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7136 is #438EC9. Grayscale: #818181. Windows color (decimal): -4427466 or 3568060. OLE color: 3568060.
HSL color Cylindrical-coordinate representation of color #BC7136: hue angle of 26.42º 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 #BC7136 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 54 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.26 |
| HSL | 26.42º | 0.55% | 0.47% | - |
| HSV(B) | 26.42º | 0.71% | 0.74% | - |
| XYZ | 27.31 | 22.77 | 6.45 | - |
| YUV | 128.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 54 | 0 | 0.40 | 0.71 | 0.26 | 26.42 | 0.55 | 0.47 |
| Hex | BC | 71 | 36 | 0 | 28 | 47 | 1A | 1A | 37 | 2F |
| Octal | 274 | 161 | 66 | 0 | 50 | 107 | 32 | 32 | 67 | 57 |
| Binary | 10111100 | 1110001 | 110110 | 0 | 101000 | 1000111 | 11010 | 11010 | 110111 | 101111 |
Color Harmonies of #BC7136
Complementary color
Monochromatic Colors of #BC7136
Black with #BC7136
Text Example
Text Example
White with #BC7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7136; }
p { color: rgb(188,113,54); }
H1.HeaderClassName
{
color: #BC7136;
}
.AnyTagClassName
{
color: #BC7136;
}
</style>
background-color css
<style>
a { background-color: #BC7136; }
a { background-color: rgb(188,113,54); }
div.DivClassName
{
background-color: #BC7136;
}
.BgClassName
{
background-color: #BC7136;
}
</style>
border-color css
<style>
span { border-color: #BC7136; }
span { border-color: rgb(188,113,54); }
td.TdClassName
{
border-color: #BC7136;
}
.TagClassName
{
border-color: #BC7136;
}
</style>