Shades of Meteor #B87831
Tints of Meteor #B87831
RGB
CMYK
RGB Variations
Color information
#B87831 (or 0xB87831) is known color: Meteor. HEX triplet: B8, 78 and 31. RGB value is (184,120,49). Sum of RGB (Red+Green+Blue) = 184+120+49=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B87831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87831 is #4787CE. Grayscale: #838383. Windows color (decimal): -4687823 or 3242168. OLE color: 3242168.
HSL color Cylindrical-coordinate representation of color #B87831: hue angle of 31.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B87831 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 49 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.28 |
| HSL | 31.56º | 0.58% | 0.46% | - |
| HSV(B) | 31.56º | 0.73% | 0.72% | - |
| XYZ | 27.04 | 23.85 | 6.08 | - |
| YUV | 131.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 49 | 0 | 0.35 | 0.73 | 0.28 | 31.56 | 0.58 | 0.46 |
| Hex | B8 | 78 | 31 | 0 | 23 | 49 | 1C | 20 | 3A | 2E |
| Octal | 270 | 170 | 61 | 0 | 43 | 111 | 34 | 40 | 72 | 56 |
| Binary | 10111000 | 1111000 | 110001 | 0 | 100011 | 1001001 | 11100 | 100000 | 111010 | 101110 |
Color Harmonies of #B87831
Complementary color
Monochromatic Colors of #B87831
Black with #B87831
Text Example
Text Example
White with #B87831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87831; }
p { color: rgb(184,120,49); }
H1.HeaderClassName
{
color: #B87831;
}
.AnyTagClassName
{
color: #B87831;
}
</style>
background-color css
<style>
a { background-color: #B87831; }
a { background-color: rgb(184,120,49); }
div.DivClassName
{
background-color: #B87831;
}
.BgClassName
{
background-color: #B87831;
}
</style>
border-color css
<style>
span { border-color: #B87831; }
span { border-color: rgb(184,120,49); }
td.TdClassName
{
border-color: #B87831;
}
.TagClassName
{
border-color: #B87831;
}
</style>