Shades of Meteor #BC6D2D
Tints of Meteor #BC6D2D
RGB
CMYK
RGB Variations
Color information
#BC6D2D (or 0xBC6D2D) is known color: Meteor. HEX triplet: BC, 6D and 2D. RGB value is (188,109,45). Sum of RGB (Red+Green+Blue) = 188+109+45=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D2D is #4392D2. Grayscale: #7D7D7D. Windows color (decimal): -4428499 or 2977212. OLE color: 2977212.
HSL color Cylindrical-coordinate representation of color #BC6D2D: hue angle of 26.85º 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 #BC6D2D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 45 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.26 |
| HSL | 26.85º | 0.61% | 0.46% | - |
| HSV(B) | 26.85º | 0.76% | 0.74% | - |
| XYZ | 26.68 | 21.82 | 5.29 | - |
| YUV | 125.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 45 | 0 | 0.42 | 0.76 | 0.26 | 26.85 | 0.61 | 0.46 |
| Hex | BC | 6D | 2D | 0 | 2A | 4C | 1A | 1B | 3D | 2E |
| Octal | 274 | 155 | 55 | 0 | 52 | 114 | 32 | 33 | 75 | 56 |
| Binary | 10111100 | 1101101 | 101101 | 0 | 101010 | 1001100 | 11010 | 11011 | 111101 | 101110 |
Color Harmonies of #BC6D2D
Complementary color
Monochromatic Colors of #BC6D2D
Black with #BC6D2D
Text Example
Text Example
White with #BC6D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D2D; }
p { color: rgb(188,109,45); }
H1.HeaderClassName
{
color: #BC6D2D;
}
.AnyTagClassName
{
color: #BC6D2D;
}
</style>
background-color css
<style>
a { background-color: #BC6D2D; }
a { background-color: rgb(188,109,45); }
div.DivClassName
{
background-color: #BC6D2D;
}
.BgClassName
{
background-color: #BC6D2D;
}
</style>
border-color css
<style>
span { border-color: #BC6D2D; }
span { border-color: rgb(188,109,45); }
td.TdClassName
{
border-color: #BC6D2D;
}
.TagClassName
{
border-color: #BC6D2D;
}
</style>