Shades of Meteor #BC702D
Tints of Meteor #BC702D
RGB
CMYK
RGB Variations
Color information
#BC702D (or 0xBC702D) is known color: Meteor. HEX triplet: BC, 70 and 2D. RGB value is (188,112,45). Sum of RGB (Red+Green+Blue) = 188+112+45=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC702D is #438FD2. Grayscale: #7F7F7F. Windows color (decimal): -4427731 or 2977980. OLE color: 2977980.
HSL color Cylindrical-coordinate representation of color #BC702D: hue angle of 28.11º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC702D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 45 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.26 |
| HSL | 28.11º | 0.61% | 0.46% | - |
| HSV(B) | 28.11º | 0.76% | 0.74% | - |
| XYZ | 27.01 | 22.47 | 5.4 | - |
| YUV | 127.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 45 | 0 | 0.40 | 0.76 | 0.26 | 28.11 | 0.61 | 0.46 |
| Hex | BC | 70 | 2D | 0 | 28 | 4C | 1A | 1C | 3D | 2E |
| Octal | 274 | 160 | 55 | 0 | 50 | 114 | 32 | 34 | 75 | 56 |
| Binary | 10111100 | 1110000 | 101101 | 0 | 101000 | 1001100 | 11010 | 11100 | 111101 | 101110 |
Color Harmonies of #BC702D
Complementary color
Monochromatic Colors of #BC702D
Black with #BC702D
Text Example
Text Example
White with #BC702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC702D; }
p { color: rgb(188,112,45); }
H1.HeaderClassName
{
color: #BC702D;
}
.AnyTagClassName
{
color: #BC702D;
}
</style>
background-color css
<style>
a { background-color: #BC702D; }
a { background-color: rgb(188,112,45); }
div.DivClassName
{
background-color: #BC702D;
}
.BgClassName
{
background-color: #BC702D;
}
</style>
border-color css
<style>
span { border-color: #BC702D; }
span { border-color: rgb(188,112,45); }
td.TdClassName
{
border-color: #BC702D;
}
.TagClassName
{
border-color: #BC702D;
}
</style>