Shades of Meteor #BC6F31
Tints of Meteor #BC6F31
RGB
CMYK
RGB Variations
Color information
#BC6F31 (or 0xBC6F31) is known color: Meteor. HEX triplet: BC, 6F and 31. RGB value is (188,111,49). Sum of RGB (Red+Green+Blue) = 188+111+49=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F31 is #4390CE. Grayscale: #7F7F7F. Windows color (decimal): -4427983 or 3239868. OLE color: 3239868.
HSL color Cylindrical-coordinate representation of color #BC6F31: hue angle of 26.76º 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 #BC6F31 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 49 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.26 |
| HSL | 26.76º | 0.59% | 0.46% | - |
| HSV(B) | 26.76º | 0.74% | 0.74% | - |
| XYZ | 26.98 | 22.28 | 5.78 | - |
| YUV | 126.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 49 | 0 | 0.41 | 0.74 | 0.26 | 26.76 | 0.59 | 0.46 |
| Hex | BC | 6F | 31 | 0 | 29 | 4A | 1A | 1B | 3B | 2E |
| Octal | 274 | 157 | 61 | 0 | 51 | 112 | 32 | 33 | 73 | 56 |
| Binary | 10111100 | 1101111 | 110001 | 0 | 101001 | 1001010 | 11010 | 11011 | 111011 | 101110 |
Color Harmonies of #BC6F31
Complementary color
Monochromatic Colors of #BC6F31
Black with #BC6F31
Text Example
Text Example
White with #BC6F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F31; }
p { color: rgb(188,111,49); }
H1.HeaderClassName
{
color: #BC6F31;
}
.AnyTagClassName
{
color: #BC6F31;
}
</style>
background-color css
<style>
a { background-color: #BC6F31; }
a { background-color: rgb(188,111,49); }
div.DivClassName
{
background-color: #BC6F31;
}
.BgClassName
{
background-color: #BC6F31;
}
</style>
border-color css
<style>
span { border-color: #BC6F31; }
span { border-color: rgb(188,111,49); }
td.TdClassName
{
border-color: #BC6F31;
}
.TagClassName
{
border-color: #BC6F31;
}
</style>