Shades of Meteor #BC722B
Tints of Meteor #BC722B
RGB
CMYK
RGB Variations
Color information
#BC722B (or 0xBC722B) is known color: Meteor. HEX triplet: BC, 72 and 2B. RGB value is (188,114,43). Sum of RGB (Red+Green+Blue) = 188+114+43=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC722B is #438DD4. Grayscale: #808080. Windows color (decimal): -4427221 or 2847420. OLE color: 2847420.
HSL color Cylindrical-coordinate representation of color #BC722B: hue angle of 29.38º degrees, saturation: 0.63, 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 #BC722B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 43 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.26 |
| HSL | 29.38º | 0.63% | 0.45% | - |
| HSV(B) | 29.38º | 0.77% | 0.74% | - |
| XYZ | 27.19 | 22.9 | 5.27 | - |
| YUV | 128.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 43 | 0 | 0.39 | 0.77 | 0.26 | 29.38 | 0.63 | 0.45 |
| Hex | BC | 72 | 2B | 0 | 27 | 4D | 1A | 1D | 3F | 2D |
| Octal | 274 | 162 | 53 | 0 | 47 | 115 | 32 | 35 | 77 | 55 |
| Binary | 10111100 | 1110010 | 101011 | 0 | 100111 | 1001101 | 11010 | 11101 | 111111 | 101101 |
Color Harmonies of #BC722B
Complementary color
Monochromatic Colors of #BC722B
Black with #BC722B
Text Example
Text Example
White with #BC722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC722B; }
p { color: rgb(188,114,43); }
H1.HeaderClassName
{
color: #BC722B;
}
.AnyTagClassName
{
color: #BC722B;
}
</style>
background-color css
<style>
a { background-color: #BC722B; }
a { background-color: rgb(188,114,43); }
div.DivClassName
{
background-color: #BC722B;
}
.BgClassName
{
background-color: #BC722B;
}
</style>
border-color css
<style>
span { border-color: #BC722B; }
span { border-color: rgb(188,114,43); }
td.TdClassName
{
border-color: #BC722B;
}
.TagClassName
{
border-color: #BC722B;
}
</style>