Shades of Meteor #BC722D
Tints of Meteor #BC722D
RGB
CMYK
RGB Variations
Color information
#BC722D (or 0xBC722D) is known color: Meteor. HEX triplet: BC, 72 and 2D. RGB value is (188,114,45). Sum of RGB (Red+Green+Blue) = 188+114+45=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC722D is #438DD2. Grayscale: #808080. Windows color (decimal): -4427219 or 2978492. OLE color: 2978492.
HSL color Cylindrical-coordinate representation of color #BC722D: hue angle of 28.95º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC722D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 45 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.26 |
| HSL | 28.95º | 0.61% | 0.46% | - |
| HSV(B) | 28.95º | 0.76% | 0.74% | - |
| XYZ | 27.23 | 22.92 | 5.47 | - |
| YUV | 128.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 45 | 0 | 0.39 | 0.76 | 0.26 | 28.95 | 0.61 | 0.46 |
| Hex | BC | 72 | 2D | 0 | 27 | 4C | 1A | 1D | 3D | 2E |
| Octal | 274 | 162 | 55 | 0 | 47 | 114 | 32 | 35 | 75 | 56 |
| Binary | 10111100 | 1110010 | 101101 | 0 | 100111 | 1001100 | 11010 | 11101 | 111101 | 101110 |
Color Harmonies of #BC722D
Complementary color
Monochromatic Colors of #BC722D
Black with #BC722D
Text Example
Text Example
White with #BC722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC722D; }
p { color: rgb(188,114,45); }
H1.HeaderClassName
{
color: #BC722D;
}
.AnyTagClassName
{
color: #BC722D;
}
</style>
background-color css
<style>
a { background-color: #BC722D; }
a { background-color: rgb(188,114,45); }
div.DivClassName
{
background-color: #BC722D;
}
.BgClassName
{
background-color: #BC722D;
}
</style>
border-color css
<style>
span { border-color: #BC722D; }
span { border-color: rgb(188,114,45); }
td.TdClassName
{
border-color: #BC722D;
}
.TagClassName
{
border-color: #BC722D;
}
</style>