Shades of Meteor #BC7230
Tints of Meteor #BC7230
RGB
CMYK
RGB Variations
Color information
#BC7230 (or 0xBC7230) is known color: Meteor. HEX triplet: BC, 72 and 30. RGB value is (188,114,48). Sum of RGB (Red+Green+Blue) = 188+114+48=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7230 is #438DCF. Grayscale: #808080. Windows color (decimal): -4427216 or 3175100. OLE color: 3175100.
HSL color Cylindrical-coordinate representation of color #BC7230: hue angle of 28.29º 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 #BC7230 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 48 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.26 |
| HSL | 28.29º | 0.59% | 0.46% | - |
| HSV(B) | 28.29º | 0.74% | 0.74% | - |
| XYZ | 27.29 | 22.94 | 5.79 | - |
| YUV | 128.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 48 | 0 | 0.39 | 0.74 | 0.26 | 28.29 | 0.59 | 0.46 |
| Hex | BC | 72 | 30 | 0 | 27 | 4A | 1A | 1C | 3B | 2E |
| Octal | 274 | 162 | 60 | 0 | 47 | 112 | 32 | 34 | 73 | 56 |
| Binary | 10111100 | 1110010 | 110000 | 0 | 100111 | 1001010 | 11010 | 11100 | 111011 | 101110 |
Color Harmonies of #BC7230
Complementary color
Monochromatic Colors of #BC7230
Black with #BC7230
Text Example
Text Example
White with #BC7230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7230; }
p { color: rgb(188,114,48); }
H1.HeaderClassName
{
color: #BC7230;
}
.AnyTagClassName
{
color: #BC7230;
}
</style>
background-color css
<style>
a { background-color: #BC7230; }
a { background-color: rgb(188,114,48); }
div.DivClassName
{
background-color: #BC7230;
}
.BgClassName
{
background-color: #BC7230;
}
</style>
border-color css
<style>
span { border-color: #BC7230; }
span { border-color: rgb(188,114,48); }
td.TdClassName
{
border-color: #BC7230;
}
.TagClassName
{
border-color: #BC7230;
}
</style>