Shades of Meteor #B87534
Tints of Meteor #B87534
RGB
CMYK
RGB Variations
Color information
#B87534 (or 0xB87534) is known color: Meteor. HEX triplet: B8, 75 and 34. RGB value is (184,117,52). Sum of RGB (Red+Green+Blue) = 184+117+52=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B87534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87534 is #478ACB. Grayscale: #818181. Windows color (decimal): -4688588 or 3438008. OLE color: 3438008.
HSL color Cylindrical-coordinate representation of color #B87534: hue angle of 29.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B87534 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 52 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.28 |
| HSL | 29.55º | 0.56% | 0.46% | - |
| HSV(B) | 29.55º | 0.72% | 0.72% | - |
| XYZ | 26.75 | 23.16 | 6.31 | - |
| YUV | 129.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 52 | 0 | 0.36 | 0.72 | 0.28 | 29.55 | 0.56 | 0.46 |
| Hex | B8 | 75 | 34 | 0 | 24 | 48 | 1C | 1E | 38 | 2E |
| Octal | 270 | 165 | 64 | 0 | 44 | 110 | 34 | 36 | 70 | 56 |
| Binary | 10111000 | 1110101 | 110100 | 0 | 100100 | 1001000 | 11100 | 11110 | 111000 | 101110 |
Color Harmonies of #B87534
Complementary color
Monochromatic Colors of #B87534
Black with #B87534
Text Example
Text Example
White with #B87534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87534; }
p { color: rgb(184,117,52); }
H1.HeaderClassName
{
color: #B87534;
}
.AnyTagClassName
{
color: #B87534;
}
</style>
background-color css
<style>
a { background-color: #B87534; }
a { background-color: rgb(184,117,52); }
div.DivClassName
{
background-color: #B87534;
}
.BgClassName
{
background-color: #B87534;
}
</style>
border-color css
<style>
span { border-color: #B87534; }
span { border-color: rgb(184,117,52); }
td.TdClassName
{
border-color: #B87534;
}
.TagClassName
{
border-color: #B87534;
}
</style>