Shades of Meteor #B6722C
Tints of Meteor #B6722C
RGB
CMYK
RGB Variations
Color information
#B6722C (or 0xB6722C) is known color: Meteor. HEX triplet: B6, 72 and 2C. RGB value is (182,114,44). Sum of RGB (Red+Green+Blue) = 182+114+44=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6722C is #498DD3. Grayscale: #7E7E7E. Windows color (decimal): -4820436 or 2912950. OLE color: 2912950.
HSL color Cylindrical-coordinate representation of color #B6722C: hue angle of 30.43º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6722C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 44 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.29 |
| HSL | 30.43º | 0.61% | 0.44% | - |
| HSV(B) | 30.43º | 0.76% | 0.71% | - |
| XYZ | 25.76 | 22.16 | 5.3 | - |
| YUV | 126.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 44 | 0 | 0.37 | 0.76 | 0.29 | 30.43 | 0.61 | 0.44 |
| Hex | B6 | 72 | 2C | 0 | 25 | 4C | 1D | 1E | 3D | 2C |
| Octal | 266 | 162 | 54 | 0 | 45 | 114 | 35 | 36 | 75 | 54 |
| Binary | 10110110 | 1110010 | 101100 | 0 | 100101 | 1001100 | 11101 | 11110 | 111101 | 101100 |
Color Harmonies of #B6722C
Complementary color
Monochromatic Colors of #B6722C
Black with #B6722C
Text Example
Text Example
White with #B6722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6722C; }
p { color: rgb(182,114,44); }
H1.HeaderClassName
{
color: #B6722C;
}
.AnyTagClassName
{
color: #B6722C;
}
</style>
background-color css
<style>
a { background-color: #B6722C; }
a { background-color: rgb(182,114,44); }
div.DivClassName
{
background-color: #B6722C;
}
.BgClassName
{
background-color: #B6722C;
}
</style>
border-color css
<style>
span { border-color: #B6722C; }
span { border-color: rgb(182,114,44); }
td.TdClassName
{
border-color: #B6722C;
}
.TagClassName
{
border-color: #B6722C;
}
</style>