Shades of Meteor #B5752F
Tints of Meteor #B5752F
RGB
CMYK
RGB Variations
Color information
#B5752F (or 0xB5752F) is known color: Meteor. HEX triplet: B5, 75 and 2F. RGB value is (181,117,47). Sum of RGB (Red+Green+Blue) = 181+117+47=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5752F is #4A8AD0. Grayscale: #808080. Windows color (decimal): -4885201 or 3110325. OLE color: 3110325.
HSL color Cylindrical-coordinate representation of color #B5752F: hue angle of 31.34º 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 #B5752F is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 47 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.29 |
| HSL | 31.34º | 0.59% | 0.45% | - |
| HSV(B) | 31.34º | 0.74% | 0.71% | - |
| XYZ | 25.93 | 22.75 | 5.71 | - |
| YUV | 128.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 47 | 0 | 0.35 | 0.74 | 0.29 | 31.34 | 0.59 | 0.45 |
| Hex | B5 | 75 | 2F | 0 | 23 | 4A | 1D | 1F | 3B | 2D |
| Octal | 265 | 165 | 57 | 0 | 43 | 112 | 35 | 37 | 73 | 55 |
| Binary | 10110101 | 1110101 | 101111 | 0 | 100011 | 1001010 | 11101 | 11111 | 111011 | 101101 |
Color Harmonies of #B5752F
Complementary color
Monochromatic Colors of #B5752F
Black with #B5752F
Text Example
Text Example
White with #B5752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5752F; }
p { color: rgb(181,117,47); }
H1.HeaderClassName
{
color: #B5752F;
}
.AnyTagClassName
{
color: #B5752F;
}
</style>
background-color css
<style>
a { background-color: #B5752F; }
a { background-color: rgb(181,117,47); }
div.DivClassName
{
background-color: #B5752F;
}
.BgClassName
{
background-color: #B5752F;
}
</style>
border-color css
<style>
span { border-color: #B5752F; }
span { border-color: rgb(181,117,47); }
td.TdClassName
{
border-color: #B5752F;
}
.TagClassName
{
border-color: #B5752F;
}
</style>