Shades of Meteor #BC6F34
Tints of Meteor #BC6F34
RGB
CMYK
RGB Variations
Color information
#BC6F34 (or 0xBC6F34) is known color: Meteor. HEX triplet: BC, 6F and 34. RGB value is (188,111,52). Sum of RGB (Red+Green+Blue) = 188+111+52=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F34 is #4390CB. Grayscale: #7F7F7F. Windows color (decimal): -4427980 or 3436476. OLE color: 3436476.
HSL color Cylindrical-coordinate representation of color #BC6F34: hue angle of 26.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC6F34 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 52 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.26 |
| HSL | 26.03º | 0.57% | 0.47% | - |
| HSV(B) | 26.03º | 0.72% | 0.74% | - |
| XYZ | 27.04 | 22.31 | 6.13 | - |
| YUV | 127.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 52 | 0 | 0.41 | 0.72 | 0.26 | 26.03 | 0.57 | 0.47 |
| Hex | BC | 6F | 34 | 0 | 29 | 48 | 1A | 1A | 39 | 2F |
| Octal | 274 | 157 | 64 | 0 | 51 | 110 | 32 | 32 | 71 | 57 |
| Binary | 10111100 | 1101111 | 110100 | 0 | 101001 | 1001000 | 11010 | 11010 | 111001 | 101111 |
Color Harmonies of #BC6F34
Complementary color
Monochromatic Colors of #BC6F34
Black with #BC6F34
Text Example
Text Example
White with #BC6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F34; }
p { color: rgb(188,111,52); }
H1.HeaderClassName
{
color: #BC6F34;
}
.AnyTagClassName
{
color: #BC6F34;
}
</style>
background-color css
<style>
a { background-color: #BC6F34; }
a { background-color: rgb(188,111,52); }
div.DivClassName
{
background-color: #BC6F34;
}
.BgClassName
{
background-color: #BC6F34;
}
</style>
border-color css
<style>
span { border-color: #BC6F34; }
span { border-color: rgb(188,111,52); }
td.TdClassName
{
border-color: #BC6F34;
}
.TagClassName
{
border-color: #BC6F34;
}
</style>