Shades of Rosy Brown #B58584
Tints of Rosy Brown #B58584
RGB
CMYK
RGB Variations
Color information
#B58584 (or 0xB58584) is known color: Rosy Brown. HEX triplet: B5, 85 and 84. RGB value is (181,133,132). Sum of RGB (Red+Green+Blue) = 181+133+132=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B58584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58584 is #4A7A7B. Grayscale: #939393. Windows color (decimal): -4881020 or 8684981. OLE color: 8684981.
HSL color Cylindrical-coordinate representation of color #B58584: hue angle of 1.22º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58584 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 132 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.29 |
| HSL | 1.22º | 0.25% | 0.61% | - |
| HSV(B) | 1.22º | 0.27% | 0.71% | - |
| XYZ | 31.61 | 28.26 | 25.62 | - |
| YUV | 147.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 132 | 0 | 0.27 | 0.27 | 0.29 | 1.22 | 0.25 | 0.61 |
| Hex | B5 | 85 | 84 | 0 | 1B | 1B | 1D | 1 | 19 | 3D |
| Octal | 265 | 205 | 204 | 0 | 33 | 33 | 35 | 1 | 31 | 75 |
| Binary | 10110101 | 10000101 | 10000100 | 0 | 11011 | 11011 | 11101 | 1 | 11001 | 111101 |
Color Harmonies of #B58584
Complementary color
Monochromatic Colors of #B58584
Black with #B58584
Text Example
Text Example
White with #B58584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58584; }
p { color: rgb(181,133,132); }
H1.HeaderClassName
{
color: #B58584;
}
.AnyTagClassName
{
color: #B58584;
}
</style>
background-color css
<style>
a { background-color: #B58584; }
a { background-color: rgb(181,133,132); }
div.DivClassName
{
background-color: #B58584;
}
.BgClassName
{
background-color: #B58584;
}
</style>
border-color css
<style>
span { border-color: #B58584; }
span { border-color: rgb(181,133,132); }
td.TdClassName
{
border-color: #B58584;
}
.TagClassName
{
border-color: #B58584;
}
</style>