Shades of Meteor #BC6F30
Tints of Meteor #BC6F30
RGB
CMYK
RGB Variations
Color information
#BC6F30 (or 0xBC6F30) is known color: Meteor. HEX triplet: BC, 6F and 30. RGB value is (188,111,48). Sum of RGB (Red+Green+Blue) = 188+111+48=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F30 is #4390CF. Grayscale: #7F7F7F. Windows color (decimal): -4427984 or 3174332. OLE color: 3174332.
HSL color Cylindrical-coordinate representation of color #BC6F30: hue angle of 27º 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 #BC6F30 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 48 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.26 |
| HSL | 27º | 0.59% | 0.46% | - |
| HSV(B) | 27º | 0.74% | 0.74% | - |
| XYZ | 26.96 | 22.27 | 5.67 | - |
| YUV | 126.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 48 | 0 | 0.41 | 0.74 | 0.26 | 27 | 0.59 | 0.46 |
| Hex | BC | 6F | 30 | 0 | 29 | 4A | 1A | 1B | 3B | 2E |
| Octal | 274 | 157 | 60 | 0 | 51 | 112 | 32 | 33 | 73 | 56 |
| Binary | 10111100 | 1101111 | 110000 | 0 | 101001 | 1001010 | 11010 | 11011 | 111011 | 101110 |
Color Harmonies of #BC6F30
Complementary color
Monochromatic Colors of #BC6F30
Black with #BC6F30
Text Example
Text Example
White with #BC6F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F30; }
p { color: rgb(188,111,48); }
H1.HeaderClassName
{
color: #BC6F30;
}
.AnyTagClassName
{
color: #BC6F30;
}
</style>
background-color css
<style>
a { background-color: #BC6F30; }
a { background-color: rgb(188,111,48); }
div.DivClassName
{
background-color: #BC6F30;
}
.BgClassName
{
background-color: #BC6F30;
}
</style>
border-color css
<style>
span { border-color: #BC6F30; }
span { border-color: rgb(188,111,48); }
td.TdClassName
{
border-color: #BC6F30;
}
.TagClassName
{
border-color: #BC6F30;
}
</style>