Shades of Meteor #BC7336
Tints of Meteor #BC7336
RGB
CMYK
RGB Variations
Color information
#BC7336 (or 0xBC7336) is known color: Meteor. HEX triplet: BC, 73 and 36. RGB value is (188,115,54). Sum of RGB (Red+Green+Blue) = 188+115+54=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7336 is #438CC9. Grayscale: #828282. Windows color (decimal): -4426954 or 3568572. OLE color: 3568572.
HSL color Cylindrical-coordinate representation of color #BC7336: hue angle of 27.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC7336 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 54 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.26 |
| HSL | 27.31º | 0.55% | 0.47% | - |
| HSV(B) | 27.31º | 0.71% | 0.74% | - |
| XYZ | 27.54 | 23.22 | 6.52 | - |
| YUV | 129.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 54 | 0 | 0.39 | 0.71 | 0.26 | 27.31 | 0.55 | 0.47 |
| Hex | BC | 73 | 36 | 0 | 27 | 47 | 1A | 1B | 37 | 2F |
| Octal | 274 | 163 | 66 | 0 | 47 | 107 | 32 | 33 | 67 | 57 |
| Binary | 10111100 | 1110011 | 110110 | 0 | 100111 | 1000111 | 11010 | 11011 | 110111 | 101111 |
Color Harmonies of #BC7336
Complementary color
Monochromatic Colors of #BC7336
Black with #BC7336
Text Example
Text Example
White with #BC7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7336; }
p { color: rgb(188,115,54); }
H1.HeaderClassName
{
color: #BC7336;
}
.AnyTagClassName
{
color: #BC7336;
}
</style>
background-color css
<style>
a { background-color: #BC7336; }
a { background-color: rgb(188,115,54); }
div.DivClassName
{
background-color: #BC7336;
}
.BgClassName
{
background-color: #BC7336;
}
</style>
border-color css
<style>
span { border-color: #BC7336; }
span { border-color: rgb(188,115,54); }
td.TdClassName
{
border-color: #BC7336;
}
.TagClassName
{
border-color: #BC7336;
}
</style>