Shades of Rosy Brown #B58986
Tints of Rosy Brown #B58986
RGB
CMYK
RGB Variations
Color information
#B58986 (or 0xB58986) is known color: Rosy Brown. HEX triplet: B5, 89 and 86. RGB value is (181,137,134). Sum of RGB (Red+Green+Blue) = 181+137+134=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B58986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58986 is #4A7679. Grayscale: #959595. Windows color (decimal): -4879994 or 8817077. OLE color: 8817077.
HSL color Cylindrical-coordinate representation of color #B58986: hue angle of 3.83º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58986 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 134 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.29 |
| HSL | 3.83º | 0.24% | 0.62% | - |
| HSV(B) | 3.83º | 0.26% | 0.71% | - |
| XYZ | 32.3 | 29.44 | 26.53 | - |
| YUV | 149.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 134 | 0 | 0.24 | 0.26 | 0.29 | 3.83 | 0.24 | 0.62 |
| Hex | B5 | 89 | 86 | 0 | 18 | 1A | 1D | 4 | 18 | 3E |
| Octal | 265 | 211 | 206 | 0 | 30 | 32 | 35 | 4 | 30 | 76 |
| Binary | 10110101 | 10001001 | 10000110 | 0 | 11000 | 11010 | 11101 | 100 | 11000 | 111110 |
Color Harmonies of #B58986
Complementary color
Monochromatic Colors of #B58986
Black with #B58986
Text Example
Text Example
White with #B58986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58986; }
p { color: rgb(181,137,134); }
H1.HeaderClassName
{
color: #B58986;
}
.AnyTagClassName
{
color: #B58986;
}
</style>
background-color css
<style>
a { background-color: #B58986; }
a { background-color: rgb(181,137,134); }
div.DivClassName
{
background-color: #B58986;
}
.BgClassName
{
background-color: #B58986;
}
</style>
border-color css
<style>
span { border-color: #B58986; }
span { border-color: rgb(181,137,134); }
td.TdClassName
{
border-color: #B58986;
}
.TagClassName
{
border-color: #B58986;
}
</style>