Shades of Meteor #BC6D31
Tints of Meteor #BC6D31
RGB
CMYK
RGB Variations
Color information
#BC6D31 (or 0xBC6D31) is known color: Meteor. HEX triplet: BC, 6D and 31. RGB value is (188,109,49). Sum of RGB (Red+Green+Blue) = 188+109+49=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D31 is #4392CE. Grayscale: #7E7E7E. Windows color (decimal): -4428495 or 3239356. OLE color: 3239356.
HSL color Cylindrical-coordinate representation of color #BC6D31: hue angle of 25.9º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC6D31 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 49 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.26 |
| HSL | 25.9º | 0.59% | 0.46% | - |
| HSV(B) | 25.9º | 0.74% | 0.74% | - |
| XYZ | 26.76 | 21.85 | 5.71 | - |
| YUV | 125.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 49 | 0 | 0.42 | 0.74 | 0.26 | 25.9 | 0.59 | 0.46 |
| Hex | BC | 6D | 31 | 0 | 2A | 4A | 1A | 1A | 3B | 2E |
| Octal | 274 | 155 | 61 | 0 | 52 | 112 | 32 | 32 | 73 | 56 |
| Binary | 10111100 | 1101101 | 110001 | 0 | 101010 | 1001010 | 11010 | 11010 | 111011 | 101110 |
Color Harmonies of #BC6D31
Complementary color
Monochromatic Colors of #BC6D31
Black with #BC6D31
Text Example
Text Example
White with #BC6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D31; }
p { color: rgb(188,109,49); }
H1.HeaderClassName
{
color: #BC6D31;
}
.AnyTagClassName
{
color: #BC6D31;
}
</style>
background-color css
<style>
a { background-color: #BC6D31; }
a { background-color: rgb(188,109,49); }
div.DivClassName
{
background-color: #BC6D31;
}
.BgClassName
{
background-color: #BC6D31;
}
</style>
border-color css
<style>
span { border-color: #BC6D31; }
span { border-color: rgb(188,109,49); }
td.TdClassName
{
border-color: #BC6D31;
}
.TagClassName
{
border-color: #BC6D31;
}
</style>