Shades of Meteor #BC7B32
Tints of Meteor #BC7B32
RGB
CMYK
RGB Variations
Color information
#BC7B32 (or 0xBC7B32) is known color: Meteor. HEX triplet: BC, 7B and 32. RGB value is (188,123,50). Sum of RGB (Red+Green+Blue) = 188+123+50=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B32 is #4384CD. Grayscale: #868686. Windows color (decimal): -4424910 or 3308476. OLE color: 3308476.
HSL color Cylindrical-coordinate representation of color #BC7B32: hue angle of 31.74º degrees, saturation: 0.58, 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 #BC7B32 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 50 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.26 |
| HSL | 31.74º | 0.58% | 0.47% | - |
| HSV(B) | 31.74º | 0.73% | 0.74% | - |
| XYZ | 28.4 | 25.09 | 6.36 | - |
| YUV | 134.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 50 | 0 | 0.35 | 0.73 | 0.26 | 31.74 | 0.58 | 0.47 |
| Hex | BC | 7B | 32 | 0 | 23 | 49 | 1A | 20 | 3A | 2F |
| Octal | 274 | 173 | 62 | 0 | 43 | 111 | 32 | 40 | 72 | 57 |
| Binary | 10111100 | 1111011 | 110010 | 0 | 100011 | 1001001 | 11010 | 100000 | 111010 | 101111 |
Color Harmonies of #BC7B32
Complementary color
Monochromatic Colors of #BC7B32
Black with #BC7B32
Text Example
Text Example
White with #BC7B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B32; }
p { color: rgb(188,123,50); }
H1.HeaderClassName
{
color: #BC7B32;
}
.AnyTagClassName
{
color: #BC7B32;
}
</style>
background-color css
<style>
a { background-color: #BC7B32; }
a { background-color: rgb(188,123,50); }
div.DivClassName
{
background-color: #BC7B32;
}
.BgClassName
{
background-color: #BC7B32;
}
</style>
border-color css
<style>
span { border-color: #BC7B32; }
span { border-color: rgb(188,123,50); }
td.TdClassName
{
border-color: #BC7B32;
}
.TagClassName
{
border-color: #BC7B32;
}
</style>