Shades of Meteor #BC6D33
Tints of Meteor #BC6D33
RGB
CMYK
RGB Variations
Color information
#BC6D33 (or 0xBC6D33) is known color: Meteor. HEX triplet: BC, 6D and 33. RGB value is (188,109,51). Sum of RGB (Red+Green+Blue) = 188+109+51=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D33 is #4392CC. Grayscale: #7E7E7E. Windows color (decimal): -4428493 or 3370428. OLE color: 3370428.
HSL color Cylindrical-coordinate representation of color #BC6D33: hue angle of 25.4º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC6D33 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 51 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.26 |
| HSL | 25.4º | 0.57% | 0.47% | - |
| HSV(B) | 25.4º | 0.73% | 0.74% | - |
| XYZ | 26.81 | 21.87 | 5.94 | - |
| YUV | 126.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 51 | 0 | 0.42 | 0.73 | 0.26 | 25.4 | 0.57 | 0.47 |
| Hex | BC | 6D | 33 | 0 | 2A | 49 | 1A | 19 | 39 | 2F |
| Octal | 274 | 155 | 63 | 0 | 52 | 111 | 32 | 31 | 71 | 57 |
| Binary | 10111100 | 1101101 | 110011 | 0 | 101010 | 1001001 | 11010 | 11001 | 111001 | 101111 |
Color Harmonies of #BC6D33
Complementary color
Monochromatic Colors of #BC6D33
Black with #BC6D33
Text Example
Text Example
White with #BC6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D33; }
p { color: rgb(188,109,51); }
H1.HeaderClassName
{
color: #BC6D33;
}
.AnyTagClassName
{
color: #BC6D33;
}
</style>
background-color css
<style>
a { background-color: #BC6D33; }
a { background-color: rgb(188,109,51); }
div.DivClassName
{
background-color: #BC6D33;
}
.BgClassName
{
background-color: #BC6D33;
}
</style>
border-color css
<style>
span { border-color: #BC6D33; }
span { border-color: rgb(188,109,51); }
td.TdClassName
{
border-color: #BC6D33;
}
.TagClassName
{
border-color: #BC6D33;
}
</style>