Shades of Meteor #BC762E
Tints of Meteor #BC762E
RGB
CMYK
RGB Variations
Color information
#BC762E (or 0xBC762E) is known color: Meteor. HEX triplet: BC, 76 and 2E. RGB value is (188,118,46). Sum of RGB (Red+Green+Blue) = 188+118+46=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC762E is #4389D1. Grayscale: #838383. Windows color (decimal): -4426194 or 3045052. OLE color: 3045052.
HSL color Cylindrical-coordinate representation of color #BC762E: hue angle of 30.42º 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 #BC762E is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 46 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.26 |
| HSL | 30.42º | 0.61% | 0.46% | - |
| HSV(B) | 30.42º | 0.76% | 0.74% | - |
| XYZ | 27.71 | 23.85 | 5.73 | - |
| YUV | 130.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 46 | 0 | 0.37 | 0.76 | 0.26 | 30.42 | 0.61 | 0.46 |
| Hex | BC | 76 | 2E | 0 | 25 | 4C | 1A | 1E | 3D | 2E |
| Octal | 274 | 166 | 56 | 0 | 45 | 114 | 32 | 36 | 75 | 56 |
| Binary | 10111100 | 1110110 | 101110 | 0 | 100101 | 1001100 | 11010 | 11110 | 111101 | 101110 |
Color Harmonies of #BC762E
Complementary color
Monochromatic Colors of #BC762E
Black with #BC762E
Text Example
Text Example
White with #BC762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC762E; }
p { color: rgb(188,118,46); }
H1.HeaderClassName
{
color: #BC762E;
}
.AnyTagClassName
{
color: #BC762E;
}
</style>
background-color css
<style>
a { background-color: #BC762E; }
a { background-color: rgb(188,118,46); }
div.DivClassName
{
background-color: #BC762E;
}
.BgClassName
{
background-color: #BC762E;
}
</style>
border-color css
<style>
span { border-color: #BC762E; }
span { border-color: rgb(188,118,46); }
td.TdClassName
{
border-color: #BC762E;
}
.TagClassName
{
border-color: #BC762E;
}
</style>