Shades of Meteor #B5722F
Tints of Meteor #B5722F
RGB
CMYK
RGB Variations
Color information
#B5722F (or 0xB5722F) is known color: Meteor. HEX triplet: B5, 72 and 2F. RGB value is (181,114,47). Sum of RGB (Red+Green+Blue) = 181+114+47=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5722F is #4A8DD0. Grayscale: #7E7E7E. Windows color (decimal): -4885969 or 3109557. OLE color: 3109557.
HSL color Cylindrical-coordinate representation of color #B5722F: hue angle of 30º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5722F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 47 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.29 |
| HSL | 30º | 0.59% | 0.45% | - |
| HSV(B) | 30º | 0.74% | 0.71% | - |
| XYZ | 25.59 | 22.06 | 5.6 | - |
| YUV | 126.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 47 | 0 | 0.37 | 0.74 | 0.29 | 30 | 0.59 | 0.45 |
| Hex | B5 | 72 | 2F | 0 | 25 | 4A | 1D | 1E | 3B | 2D |
| Octal | 265 | 162 | 57 | 0 | 45 | 112 | 35 | 36 | 73 | 55 |
| Binary | 10110101 | 1110010 | 101111 | 0 | 100101 | 1001010 | 11101 | 11110 | 111011 | 101101 |
Color Harmonies of #B5722F
Complementary color
Monochromatic Colors of #B5722F
Black with #B5722F
Text Example
Text Example
White with #B5722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5722F; }
p { color: rgb(181,114,47); }
H1.HeaderClassName
{
color: #B5722F;
}
.AnyTagClassName
{
color: #B5722F;
}
</style>
background-color css
<style>
a { background-color: #B5722F; }
a { background-color: rgb(181,114,47); }
div.DivClassName
{
background-color: #B5722F;
}
.BgClassName
{
background-color: #B5722F;
}
</style>
border-color css
<style>
span { border-color: #B5722F; }
span { border-color: rgb(181,114,47); }
td.TdClassName
{
border-color: #B5722F;
}
.TagClassName
{
border-color: #B5722F;
}
</style>