Shades of Meteor #BC6F2B
Tints of Meteor #BC6F2B
RGB
CMYK
RGB Variations
Color information
#BC6F2B (or 0xBC6F2B) is known color: Meteor. HEX triplet: BC, 6F and 2B. RGB value is (188,111,43). Sum of RGB (Red+Green+Blue) = 188+111+43=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F2B is #4390D4. Grayscale: #7E7E7E. Windows color (decimal): -4427989 or 2846652. OLE color: 2846652.
HSL color Cylindrical-coordinate representation of color #BC6F2B: hue angle of 28.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC6F2B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 43 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.26 |
| HSL | 28.14º | 0.63% | 0.45% | - |
| HSV(B) | 28.14º | 0.77% | 0.74% | - |
| XYZ | 26.86 | 22.23 | 5.16 | - |
| YUV | 126.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 43 | 0 | 0.41 | 0.77 | 0.26 | 28.14 | 0.63 | 0.45 |
| Hex | BC | 6F | 2B | 0 | 29 | 4D | 1A | 1C | 3F | 2D |
| Octal | 274 | 157 | 53 | 0 | 51 | 115 | 32 | 34 | 77 | 55 |
| Binary | 10111100 | 1101111 | 101011 | 0 | 101001 | 1001101 | 11010 | 11100 | 111111 | 101101 |
Color Harmonies of #BC6F2B
Complementary color
Monochromatic Colors of #BC6F2B
Black with #BC6F2B
Text Example
Text Example
White with #BC6F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F2B; }
p { color: rgb(188,111,43); }
H1.HeaderClassName
{
color: #BC6F2B;
}
.AnyTagClassName
{
color: #BC6F2B;
}
</style>
background-color css
<style>
a { background-color: #BC6F2B; }
a { background-color: rgb(188,111,43); }
div.DivClassName
{
background-color: #BC6F2B;
}
.BgClassName
{
background-color: #BC6F2B;
}
</style>
border-color css
<style>
span { border-color: #BC6F2B; }
span { border-color: rgb(188,111,43); }
td.TdClassName
{
border-color: #BC6F2B;
}
.TagClassName
{
border-color: #BC6F2B;
}
</style>