Shades of Meteor #BC722F
Tints of Meteor #BC722F
RGB
CMYK
RGB Variations
Color information
#BC722F (or 0xBC722F) is known color: Meteor. HEX triplet: BC, 72 and 2F. RGB value is (188,114,47). Sum of RGB (Red+Green+Blue) = 188+114+47=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC722F is #438DD0. Grayscale: #808080. Windows color (decimal): -4427217 or 3109564. OLE color: 3109564.
HSL color Cylindrical-coordinate representation of color #BC722F: hue angle of 28.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC722F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 47 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.26 |
| HSL | 28.51º | 0.6% | 0.46% | - |
| HSV(B) | 28.51º | 0.75% | 0.74% | - |
| XYZ | 27.27 | 22.93 | 5.68 | - |
| YUV | 128.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 47 | 0 | 0.39 | 0.75 | 0.26 | 28.51 | 0.6 | 0.46 |
| Hex | BC | 72 | 2F | 0 | 27 | 4B | 1A | 1D | 3C | 2E |
| Octal | 274 | 162 | 57 | 0 | 47 | 113 | 32 | 35 | 74 | 56 |
| Binary | 10111100 | 1110010 | 101111 | 0 | 100111 | 1001011 | 11010 | 11101 | 111100 | 101110 |
Color Harmonies of #BC722F
Complementary color
Monochromatic Colors of #BC722F
Black with #BC722F
Text Example
Text Example
White with #BC722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC722F; }
p { color: rgb(188,114,47); }
H1.HeaderClassName
{
color: #BC722F;
}
.AnyTagClassName
{
color: #BC722F;
}
</style>
background-color css
<style>
a { background-color: #BC722F; }
a { background-color: rgb(188,114,47); }
div.DivClassName
{
background-color: #BC722F;
}
.BgClassName
{
background-color: #BC722F;
}
</style>
border-color css
<style>
span { border-color: #BC722F; }
span { border-color: rgb(188,114,47); }
td.TdClassName
{
border-color: #BC722F;
}
.TagClassName
{
border-color: #BC722F;
}
</style>