Shades of Sunset #B85551
Tints of Sunset #B85551
RGB
CMYK
RGB Variations
Color information
#B85551 (or 0xB85551) is known color: Sunset. HEX triplet: B8, 55 and 51. RGB value is (184,85,81). Sum of RGB (Red+Green+Blue) = 184+85+81=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85551 is #47AAAE. Grayscale: #727272. Windows color (decimal): -4696751 or 5330360. OLE color: 5330360.
HSL color Cylindrical-coordinate representation of color #B85551: hue angle of 2.33º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85551 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 81 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.28 |
| HSL | 2.33º | 0.42% | 0.52% | - |
| HSV(B) | 2.33º | 0.56% | 0.72% | - |
| XYZ | 24.5 | 17.28 | 9.83 | - |
| YUV | 114.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 81 | 0 | 0.54 | 0.56 | 0.28 | 2.33 | 0.42 | 0.52 |
| Hex | B8 | 55 | 51 | 0 | 36 | 38 | 1C | 2 | 2A | 34 |
| Octal | 270 | 125 | 121 | 0 | 66 | 70 | 34 | 2 | 52 | 64 |
| Binary | 10111000 | 1010101 | 1010001 | 0 | 110110 | 111000 | 11100 | 10 | 101010 | 110100 |
Color Harmonies of #B85551
Complementary color
Monochromatic Colors of #B85551
Black with #B85551
Text Example
Text Example
White with #B85551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85551; }
p { color: rgb(184,85,81); }
H1.HeaderClassName
{
color: #B85551;
}
.AnyTagClassName
{
color: #B85551;
}
</style>
background-color css
<style>
a { background-color: #B85551; }
a { background-color: rgb(184,85,81); }
div.DivClassName
{
background-color: #B85551;
}
.BgClassName
{
background-color: #B85551;
}
</style>
border-color css
<style>
span { border-color: #B85551; }
span { border-color: rgb(184,85,81); }
td.TdClassName
{
border-color: #B85551;
}
.TagClassName
{
border-color: #B85551;
}
</style>