Shades of Meteor #BC7733
Tints of Meteor #BC7733
RGB
CMYK
RGB Variations
Color information
#BC7733 (or 0xBC7733) is known color: Meteor. HEX triplet: BC, 77 and 33. RGB value is (188,119,51). Sum of RGB (Red+Green+Blue) = 188+119+51=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7733 is #4388CC. Grayscale: #848484. Windows color (decimal): -4425933 or 3372988. OLE color: 3372988.
HSL color Cylindrical-coordinate representation of color #BC7733: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC7733 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 51 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.26 |
| HSL | 29.78º | 0.57% | 0.47% | - |
| HSV(B) | 29.78º | 0.73% | 0.74% | - |
| XYZ | 27.93 | 24.12 | 6.32 | - |
| YUV | 131.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 51 | 0 | 0.37 | 0.73 | 0.26 | 29.78 | 0.57 | 0.47 |
| Hex | BC | 77 | 33 | 0 | 25 | 49 | 1A | 1E | 39 | 2F |
| Octal | 274 | 167 | 63 | 0 | 45 | 111 | 32 | 36 | 71 | 57 |
| Binary | 10111100 | 1110111 | 110011 | 0 | 100101 | 1001001 | 11010 | 11110 | 111001 | 101111 |
Color Harmonies of #BC7733
Complementary color
Monochromatic Colors of #BC7733
Black with #BC7733
Text Example
Text Example
White with #BC7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7733; }
p { color: rgb(188,119,51); }
H1.HeaderClassName
{
color: #BC7733;
}
.AnyTagClassName
{
color: #BC7733;
}
</style>
background-color css
<style>
a { background-color: #BC7733; }
a { background-color: rgb(188,119,51); }
div.DivClassName
{
background-color: #BC7733;
}
.BgClassName
{
background-color: #BC7733;
}
</style>
border-color css
<style>
span { border-color: #BC7733; }
span { border-color: rgb(188,119,51); }
td.TdClassName
{
border-color: #BC7733;
}
.TagClassName
{
border-color: #BC7733;
}
</style>