Shades of Meteor #BC7338
Tints of Meteor #BC7338
RGB
CMYK
RGB Variations
Color information
#BC7338 (or 0xBC7338) is known color: Meteor. HEX triplet: BC, 73 and 38. RGB value is (188,115,56). Sum of RGB (Red+Green+Blue) = 188+115+56=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7338 is #438CC7. Grayscale: #828282. Windows color (decimal): -4426952 or 3699644. OLE color: 3699644.
HSL color Cylindrical-coordinate representation of color #BC7338: hue angle of 26.82º 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 #BC7338 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 56 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.26 |
| HSL | 26.82º | 0.54% | 0.48% | - |
| HSV(B) | 26.82º | 0.7% | 0.74% | - |
| XYZ | 27.58 | 23.24 | 6.77 | - |
| YUV | 130.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 56 | 0 | 0.39 | 0.70 | 0.26 | 26.82 | 0.54 | 0.48 |
| Hex | BC | 73 | 38 | 0 | 27 | 46 | 1A | 1B | 36 | 30 |
| Octal | 274 | 163 | 70 | 0 | 47 | 106 | 32 | 33 | 66 | 60 |
| Binary | 10111100 | 1110011 | 111000 | 0 | 100111 | 1000110 | 11010 | 11011 | 110110 | 110000 |
Color Harmonies of #BC7338
Complementary color
Monochromatic Colors of #BC7338
Black with #BC7338
Text Example
Text Example
White with #BC7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7338; }
p { color: rgb(188,115,56); }
H1.HeaderClassName
{
color: #BC7338;
}
.AnyTagClassName
{
color: #BC7338;
}
</style>
background-color css
<style>
a { background-color: #BC7338; }
a { background-color: rgb(188,115,56); }
div.DivClassName
{
background-color: #BC7338;
}
.BgClassName
{
background-color: #BC7338;
}
</style>
border-color css
<style>
span { border-color: #BC7338; }
span { border-color: rgb(188,115,56); }
td.TdClassName
{
border-color: #BC7338;
}
.TagClassName
{
border-color: #BC7338;
}
</style>