Shades of Meteor #B57535
Tints of Meteor #B57535
RGB
CMYK
RGB Variations
Color information
#B57535 (or 0xB57535) is known color: Meteor. HEX triplet: B5, 75 and 35. RGB value is (181,117,53). Sum of RGB (Red+Green+Blue) = 181+117+53=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B57535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57535 is #4A8ACA. Grayscale: #818181. Windows color (decimal): -4885195 or 3503541. OLE color: 3503541.
HSL color Cylindrical-coordinate representation of color #B57535: hue angle of 30º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B57535 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 53 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.29 |
| HSL | 30º | 0.55% | 0.46% | - |
| HSV(B) | 30º | 0.71% | 0.71% | - |
| XYZ | 26.06 | 22.8 | 6.4 | - |
| YUV | 128.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 53 | 0 | 0.35 | 0.71 | 0.29 | 30 | 0.55 | 0.46 |
| Hex | B5 | 75 | 35 | 0 | 23 | 47 | 1D | 1E | 37 | 2E |
| Octal | 265 | 165 | 65 | 0 | 43 | 107 | 35 | 36 | 67 | 56 |
| Binary | 10110101 | 1110101 | 110101 | 0 | 100011 | 1000111 | 11101 | 11110 | 110111 | 101110 |
Color Harmonies of #B57535
Complementary color
Monochromatic Colors of #B57535
Black with #B57535
Text Example
Text Example
White with #B57535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57535; }
p { color: rgb(181,117,53); }
H1.HeaderClassName
{
color: #B57535;
}
.AnyTagClassName
{
color: #B57535;
}
</style>
background-color css
<style>
a { background-color: #B57535; }
a { background-color: rgb(181,117,53); }
div.DivClassName
{
background-color: #B57535;
}
.BgClassName
{
background-color: #B57535;
}
</style>
border-color css
<style>
span { border-color: #B57535; }
span { border-color: rgb(181,117,53); }
td.TdClassName
{
border-color: #B57535;
}
.TagClassName
{
border-color: #B57535;
}
</style>