Shades of Meteor #B6722D
Tints of Meteor #B6722D
RGB
CMYK
RGB Variations
Color information
#B6722D (or 0xB6722D) is known color: Meteor. HEX triplet: B6, 72 and 2D. RGB value is (182,114,45). Sum of RGB (Red+Green+Blue) = 182+114+45=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6722D is #498DD2. Grayscale: #7E7E7E. Windows color (decimal): -4820435 or 2978486. OLE color: 2978486.
HSL color Cylindrical-coordinate representation of color #B6722D: hue angle of 30.22º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6722D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 45 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.29 |
| HSL | 30.22º | 0.6% | 0.45% | - |
| HSV(B) | 30.22º | 0.75% | 0.71% | - |
| XYZ | 25.78 | 22.17 | 5.4 | - |
| YUV | 126.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 45 | 0 | 0.37 | 0.75 | 0.29 | 30.22 | 0.6 | 0.45 |
| Hex | B6 | 72 | 2D | 0 | 25 | 4B | 1D | 1E | 3C | 2D |
| Octal | 266 | 162 | 55 | 0 | 45 | 113 | 35 | 36 | 74 | 55 |
| Binary | 10110110 | 1110010 | 101101 | 0 | 100101 | 1001011 | 11101 | 11110 | 111100 | 101101 |
Color Harmonies of #B6722D
Complementary color
Monochromatic Colors of #B6722D
Black with #B6722D
Text Example
Text Example
White with #B6722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6722D; }
p { color: rgb(182,114,45); }
H1.HeaderClassName
{
color: #B6722D;
}
.AnyTagClassName
{
color: #B6722D;
}
</style>
background-color css
<style>
a { background-color: #B6722D; }
a { background-color: rgb(182,114,45); }
div.DivClassName
{
background-color: #B6722D;
}
.BgClassName
{
background-color: #B6722D;
}
</style>
border-color css
<style>
span { border-color: #B6722D; }
span { border-color: rgb(182,114,45); }
td.TdClassName
{
border-color: #B6722D;
}
.TagClassName
{
border-color: #B6722D;
}
</style>