Shades of Meteor #BC6E2D
Tints of Meteor #BC6E2D
RGB
CMYK
RGB Variations
Color information
#BC6E2D (or 0xBC6E2D) is known color: Meteor. HEX triplet: BC, 6E and 2D. RGB value is (188,110,45). Sum of RGB (Red+Green+Blue) = 188+110+45=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E2D is #4391D2. Grayscale: #7E7E7E. Windows color (decimal): -4428243 or 2977468. OLE color: 2977468.
HSL color Cylindrical-coordinate representation of color #BC6E2D: hue angle of 27.27º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC6E2D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 45 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.26 |
| HSL | 27.27º | 0.61% | 0.46% | - |
| HSV(B) | 27.27º | 0.76% | 0.74% | - |
| XYZ | 26.79 | 22.03 | 5.32 | - |
| YUV | 125.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 45 | 0 | 0.41 | 0.76 | 0.26 | 27.27 | 0.61 | 0.46 |
| Hex | BC | 6E | 2D | 0 | 29 | 4C | 1A | 1B | 3D | 2E |
| Octal | 274 | 156 | 55 | 0 | 51 | 114 | 32 | 33 | 75 | 56 |
| Binary | 10111100 | 1101110 | 101101 | 0 | 101001 | 1001100 | 11010 | 11011 | 111101 | 101110 |
Color Harmonies of #BC6E2D
Complementary color
Monochromatic Colors of #BC6E2D
Black with #BC6E2D
Text Example
Text Example
White with #BC6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E2D; }
p { color: rgb(188,110,45); }
H1.HeaderClassName
{
color: #BC6E2D;
}
.AnyTagClassName
{
color: #BC6E2D;
}
</style>
background-color css
<style>
a { background-color: #BC6E2D; }
a { background-color: rgb(188,110,45); }
div.DivClassName
{
background-color: #BC6E2D;
}
.BgClassName
{
background-color: #BC6E2D;
}
</style>
border-color css
<style>
span { border-color: #BC6E2D; }
span { border-color: rgb(188,110,45); }
td.TdClassName
{
border-color: #BC6E2D;
}
.TagClassName
{
border-color: #BC6E2D;
}
</style>