Shades of Meteor #BC7038
Tints of Meteor #BC7038
RGB
CMYK
RGB Variations
Color information
#BC7038 (or 0xBC7038) is known color: Meteor. HEX triplet: BC, 70 and 38. RGB value is (188,112,56). Sum of RGB (Red+Green+Blue) = 188+112+56=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7038 is #438FC7. Grayscale: #808080. Windows color (decimal): -4427720 or 3698876. OLE color: 3698876.
HSL color Cylindrical-coordinate representation of color #BC7038: hue angle of 25.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7038 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 56 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.26 |
| HSL | 25.45º | 0.54% | 0.48% | - |
| HSV(B) | 25.45º | 0.7% | 0.74% | - |
| XYZ | 27.25 | 22.57 | 6.66 | - |
| YUV | 128.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 56 | 0 | 0.40 | 0.70 | 0.26 | 25.45 | 0.54 | 0.48 |
| Hex | BC | 70 | 38 | 0 | 28 | 46 | 1A | 19 | 36 | 30 |
| Octal | 274 | 160 | 70 | 0 | 50 | 106 | 32 | 31 | 66 | 60 |
| Binary | 10111100 | 1110000 | 111000 | 0 | 101000 | 1000110 | 11010 | 11001 | 110110 | 110000 |
Color Harmonies of #BC7038
Complementary color
Monochromatic Colors of #BC7038
Black with #BC7038
Text Example
Text Example
White with #BC7038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7038; }
p { color: rgb(188,112,56); }
H1.HeaderClassName
{
color: #BC7038;
}
.AnyTagClassName
{
color: #BC7038;
}
</style>
background-color css
<style>
a { background-color: #BC7038; }
a { background-color: rgb(188,112,56); }
div.DivClassName
{
background-color: #BC7038;
}
.BgClassName
{
background-color: #BC7038;
}
</style>
border-color css
<style>
span { border-color: #BC7038; }
span { border-color: rgb(188,112,56); }
td.TdClassName
{
border-color: #BC7038;
}
.TagClassName
{
border-color: #BC7038;
}
</style>