Shades of Meteor #BC7530
Tints of Meteor #BC7530
RGB
CMYK
RGB Variations
Color information
#BC7530 (or 0xBC7530) is known color: Meteor. HEX triplet: BC, 75 and 30. RGB value is (188,117,48). Sum of RGB (Red+Green+Blue) = 188+117+48=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7530 is #438ACF. Grayscale: #828282. Windows color (decimal): -4426448 or 3175868. OLE color: 3175868.
HSL color Cylindrical-coordinate representation of color #BC7530: hue angle of 29.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7530 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 48 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.26 |
| HSL | 29.57º | 0.59% | 0.46% | - |
| HSV(B) | 29.57º | 0.74% | 0.74% | - |
| XYZ | 27.63 | 23.63 | 5.9 | - |
| YUV | 130.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 48 | 0 | 0.38 | 0.74 | 0.26 | 29.57 | 0.59 | 0.46 |
| Hex | BC | 75 | 30 | 0 | 26 | 4A | 1A | 1E | 3B | 2E |
| Octal | 274 | 165 | 60 | 0 | 46 | 112 | 32 | 36 | 73 | 56 |
| Binary | 10111100 | 1110101 | 110000 | 0 | 100110 | 1001010 | 11010 | 11110 | 111011 | 101110 |
Color Harmonies of #BC7530
Complementary color
Monochromatic Colors of #BC7530
Black with #BC7530
Text Example
Text Example
White with #BC7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7530; }
p { color: rgb(188,117,48); }
H1.HeaderClassName
{
color: #BC7530;
}
.AnyTagClassName
{
color: #BC7530;
}
</style>
background-color css
<style>
a { background-color: #BC7530; }
a { background-color: rgb(188,117,48); }
div.DivClassName
{
background-color: #BC7530;
}
.BgClassName
{
background-color: #BC7530;
}
</style>
border-color css
<style>
span { border-color: #BC7530; }
span { border-color: rgb(188,117,48); }
td.TdClassName
{
border-color: #BC7530;
}
.TagClassName
{
border-color: #BC7530;
}
</style>