Shades of Meteor #BC7731
Tints of Meteor #BC7731
RGB
CMYK
RGB Variations
Color information
#BC7731 (or 0xBC7731) is known color: Meteor. HEX triplet: BC, 77 and 31. RGB value is (188,119,49). Sum of RGB (Red+Green+Blue) = 188+119+49=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7731 is #4388CE. Grayscale: #838383. Windows color (decimal): -4425935 or 3241916. OLE color: 3241916.
HSL color Cylindrical-coordinate representation of color #BC7731: hue angle of 30.22º 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 #BC7731 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 49 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.26 |
| HSL | 30.22º | 0.59% | 0.46% | - |
| HSV(B) | 30.22º | 0.74% | 0.74% | - |
| XYZ | 27.89 | 24.11 | 6.09 | - |
| YUV | 131.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 49 | 0 | 0.37 | 0.74 | 0.26 | 30.22 | 0.59 | 0.46 |
| Hex | BC | 77 | 31 | 0 | 25 | 4A | 1A | 1E | 3B | 2E |
| Octal | 274 | 167 | 61 | 0 | 45 | 112 | 32 | 36 | 73 | 56 |
| Binary | 10111100 | 1110111 | 110001 | 0 | 100101 | 1001010 | 11010 | 11110 | 111011 | 101110 |
Color Harmonies of #BC7731
Complementary color
Monochromatic Colors of #BC7731
Black with #BC7731
Text Example
Text Example
White with #BC7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7731; }
p { color: rgb(188,119,49); }
H1.HeaderClassName
{
color: #BC7731;
}
.AnyTagClassName
{
color: #BC7731;
}
</style>
background-color css
<style>
a { background-color: #BC7731; }
a { background-color: rgb(188,119,49); }
div.DivClassName
{
background-color: #BC7731;
}
.BgClassName
{
background-color: #BC7731;
}
</style>
border-color css
<style>
span { border-color: #BC7731; }
span { border-color: rgb(188,119,49); }
td.TdClassName
{
border-color: #BC7731;
}
.TagClassName
{
border-color: #BC7731;
}
</style>