Shades of Meteor #B67232
Tints of Meteor #B67232
RGB
CMYK
RGB Variations
Color information
#B67232 (or 0xB67232) is known color: Meteor. HEX triplet: B6, 72 and 32. RGB value is (182,114,50). Sum of RGB (Red+Green+Blue) = 182+114+50=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B67232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67232 is #498DCD. Grayscale: #7F7F7F. Windows color (decimal): -4820430 or 3306166. OLE color: 3306166.
HSL color Cylindrical-coordinate representation of color #B67232: hue angle of 29.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B67232 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 50 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.29 |
| HSL | 29.09º | 0.57% | 0.45% | - |
| HSV(B) | 29.09º | 0.73% | 0.71% | - |
| XYZ | 25.88 | 22.21 | 5.94 | - |
| YUV | 127.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 50 | 0 | 0.37 | 0.73 | 0.29 | 29.09 | 0.57 | 0.45 |
| Hex | B6 | 72 | 32 | 0 | 25 | 49 | 1D | 1D | 39 | 2D |
| Octal | 266 | 162 | 62 | 0 | 45 | 111 | 35 | 35 | 71 | 55 |
| Binary | 10110110 | 1110010 | 110010 | 0 | 100101 | 1001001 | 11101 | 11101 | 111001 | 101101 |
Color Harmonies of #B67232
Complementary color
Monochromatic Colors of #B67232
Black with #B67232
Text Example
Text Example
White with #B67232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67232; }
p { color: rgb(182,114,50); }
H1.HeaderClassName
{
color: #B67232;
}
.AnyTagClassName
{
color: #B67232;
}
</style>
background-color css
<style>
a { background-color: #B67232; }
a { background-color: rgb(182,114,50); }
div.DivClassName
{
background-color: #B67232;
}
.BgClassName
{
background-color: #B67232;
}
</style>
border-color css
<style>
span { border-color: #B67232; }
span { border-color: rgb(182,114,50); }
td.TdClassName
{
border-color: #B67232;
}
.TagClassName
{
border-color: #B67232;
}
</style>