Shades of Meteor #BC6F37
Tints of Meteor #BC6F37
RGB
CMYK
RGB Variations
Color information
#BC6F37 (or 0xBC6F37) is known color: Meteor. HEX triplet: BC, 6F and 37. RGB value is (188,111,55). Sum of RGB (Red+Green+Blue) = 188+111+55=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F37 is #4390C8. Grayscale: #7F7F7F. Windows color (decimal): -4427977 or 3633084. OLE color: 3633084.
HSL color Cylindrical-coordinate representation of color #BC6F37: hue angle of 25.26º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC6F37 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 55 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.26 |
| HSL | 25.26º | 0.55% | 0.48% | - |
| HSV(B) | 25.26º | 0.71% | 0.74% | - |
| XYZ | 27.11 | 22.34 | 6.5 | - |
| YUV | 127.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 55 | 0 | 0.41 | 0.71 | 0.26 | 25.26 | 0.55 | 0.48 |
| Hex | BC | 6F | 37 | 0 | 29 | 47 | 1A | 19 | 37 | 30 |
| Octal | 274 | 157 | 67 | 0 | 51 | 107 | 32 | 31 | 67 | 60 |
| Binary | 10111100 | 1101111 | 110111 | 0 | 101001 | 1000111 | 11010 | 11001 | 110111 | 110000 |
Color Harmonies of #BC6F37
Complementary color
Monochromatic Colors of #BC6F37
Black with #BC6F37
Text Example
Text Example
White with #BC6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F37; }
p { color: rgb(188,111,55); }
H1.HeaderClassName
{
color: #BC6F37;
}
.AnyTagClassName
{
color: #BC6F37;
}
</style>
background-color css
<style>
a { background-color: #BC6F37; }
a { background-color: rgb(188,111,55); }
div.DivClassName
{
background-color: #BC6F37;
}
.BgClassName
{
background-color: #BC6F37;
}
</style>
border-color css
<style>
span { border-color: #BC6F37; }
span { border-color: rgb(188,111,55); }
td.TdClassName
{
border-color: #BC6F37;
}
.TagClassName
{
border-color: #BC6F37;
}
</style>