Shades of Meteor #BC7A36
Tints of Meteor #BC7A36
RGB
CMYK
RGB Variations
Color information
#BC7A36 (or 0xBC7A36) is known color: Meteor. HEX triplet: BC, 7A and 36. RGB value is (188,122,54). Sum of RGB (Red+Green+Blue) = 188+122+54=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A36 is #4385C9. Grayscale: #868686. Windows color (decimal): -4425162 or 3570364. OLE color: 3570364.
HSL color Cylindrical-coordinate representation of color #BC7A36: hue angle of 30.45º 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 #BC7A36 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 54 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.26 |
| HSL | 30.45º | 0.55% | 0.47% | - |
| HSV(B) | 30.45º | 0.71% | 0.74% | - |
| XYZ | 28.36 | 24.88 | 6.8 | - |
| YUV | 133.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 54 | 0 | 0.35 | 0.71 | 0.26 | 30.45 | 0.55 | 0.47 |
| Hex | BC | 7A | 36 | 0 | 23 | 47 | 1A | 1E | 37 | 2F |
| Octal | 274 | 172 | 66 | 0 | 43 | 107 | 32 | 36 | 67 | 57 |
| Binary | 10111100 | 1111010 | 110110 | 0 | 100011 | 1000111 | 11010 | 11110 | 110111 | 101111 |
Color Harmonies of #BC7A36
Complementary color
Monochromatic Colors of #BC7A36
Black with #BC7A36
Text Example
Text Example
White with #BC7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A36; }
p { color: rgb(188,122,54); }
H1.HeaderClassName
{
color: #BC7A36;
}
.AnyTagClassName
{
color: #BC7A36;
}
</style>
background-color css
<style>
a { background-color: #BC7A36; }
a { background-color: rgb(188,122,54); }
div.DivClassName
{
background-color: #BC7A36;
}
.BgClassName
{
background-color: #BC7A36;
}
</style>
border-color css
<style>
span { border-color: #BC7A36; }
span { border-color: rgb(188,122,54); }
td.TdClassName
{
border-color: #BC7A36;
}
.TagClassName
{
border-color: #BC7A36;
}
</style>