Shades of Meteor #B87935
Tints of Meteor #B87935
RGB
CMYK
RGB Variations
Color information
#B87935 (or 0xB87935) is known color: Meteor. HEX triplet: B8, 79 and 35. RGB value is (184,121,53). Sum of RGB (Red+Green+Blue) = 184+121+53=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B87935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87935 is #4786CA. Grayscale: #848484. Windows color (decimal): -4687563 or 3504568. OLE color: 3504568.
HSL color Cylindrical-coordinate representation of color #B87935: hue angle of 31.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B87935 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 53 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.28 |
| HSL | 31.15º | 0.55% | 0.46% | - |
| HSV(B) | 31.15º | 0.71% | 0.72% | - |
| XYZ | 27.25 | 24.12 | 6.59 | - |
| YUV | 132.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 53 | 0 | 0.34 | 0.71 | 0.28 | 31.15 | 0.55 | 0.46 |
| Hex | B8 | 79 | 35 | 0 | 22 | 47 | 1C | 1F | 37 | 2E |
| Octal | 270 | 171 | 65 | 0 | 42 | 107 | 34 | 37 | 67 | 56 |
| Binary | 10111000 | 1111001 | 110101 | 0 | 100010 | 1000111 | 11100 | 11111 | 110111 | 101110 |
Color Harmonies of #B87935
Complementary color
Monochromatic Colors of #B87935
Black with #B87935
Text Example
Text Example
White with #B87935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87935; }
p { color: rgb(184,121,53); }
H1.HeaderClassName
{
color: #B87935;
}
.AnyTagClassName
{
color: #B87935;
}
</style>
background-color css
<style>
a { background-color: #B87935; }
a { background-color: rgb(184,121,53); }
div.DivClassName
{
background-color: #B87935;
}
.BgClassName
{
background-color: #B87935;
}
</style>
border-color css
<style>
span { border-color: #B87935; }
span { border-color: rgb(184,121,53); }
td.TdClassName
{
border-color: #B87935;
}
.TagClassName
{
border-color: #B87935;
}
</style>