Shades of Meteor #BC722C
Tints of Meteor #BC722C
RGB
CMYK
RGB Variations
Color information
#BC722C (or 0xBC722C) is known color: Meteor. HEX triplet: BC, 72 and 2C. RGB value is (188,114,44). Sum of RGB (Red+Green+Blue) = 188+114+44=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC722C is #438DD3. Grayscale: #808080. Windows color (decimal): -4427220 or 2912956. OLE color: 2912956.
HSL color Cylindrical-coordinate representation of color #BC722C: hue angle of 29.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC722C is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 44 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.26 |
| HSL | 29.17º | 0.62% | 0.45% | - |
| HSV(B) | 29.17º | 0.77% | 0.74% | - |
| XYZ | 27.21 | 22.91 | 5.37 | - |
| YUV | 128.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 44 | 0 | 0.39 | 0.77 | 0.26 | 29.17 | 0.62 | 0.45 |
| Hex | BC | 72 | 2C | 0 | 27 | 4D | 1A | 1D | 3E | 2D |
| Octal | 274 | 162 | 54 | 0 | 47 | 115 | 32 | 35 | 76 | 55 |
| Binary | 10111100 | 1110010 | 101100 | 0 | 100111 | 1001101 | 11010 | 11101 | 111110 | 101101 |
Color Harmonies of #BC722C
Complementary color
Monochromatic Colors of #BC722C
Black with #BC722C
Text Example
Text Example
White with #BC722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC722C; }
p { color: rgb(188,114,44); }
H1.HeaderClassName
{
color: #BC722C;
}
.AnyTagClassName
{
color: #BC722C;
}
</style>
background-color css
<style>
a { background-color: #BC722C; }
a { background-color: rgb(188,114,44); }
div.DivClassName
{
background-color: #BC722C;
}
.BgClassName
{
background-color: #BC722C;
}
</style>
border-color css
<style>
span { border-color: #BC722C; }
span { border-color: rgb(188,114,44); }
td.TdClassName
{
border-color: #BC722C;
}
.TagClassName
{
border-color: #BC722C;
}
</style>