Shades of Rosy Brown #B58785
Tints of Rosy Brown #B58785
RGB
CMYK
RGB Variations
Color information
#B58785 (or 0xB58785) is known color: Rosy Brown. HEX triplet: B5, 87 and 85. RGB value is (181,135,133). Sum of RGB (Red+Green+Blue) = 181+135+133=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B58785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58785 is #4A787A. Grayscale: #949494. Windows color (decimal): -4880507 or 8751029. OLE color: 8751029.
HSL color Cylindrical-coordinate representation of color #B58785: hue angle of 2.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58785 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 133 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.29 |
| HSL | 2.5º | 0.24% | 0.62% | - |
| HSV(B) | 2.5º | 0.27% | 0.71% | - |
| XYZ | 31.95 | 28.85 | 26.07 | - |
| YUV | 148.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 133 | 0 | 0.25 | 0.27 | 0.29 | 2.5 | 0.24 | 0.62 |
| Hex | B5 | 87 | 85 | 0 | 19 | 1B | 1D | 2 | 18 | 3E |
| Octal | 265 | 207 | 205 | 0 | 31 | 33 | 35 | 2 | 30 | 76 |
| Binary | 10110101 | 10000111 | 10000101 | 0 | 11001 | 11011 | 11101 | 10 | 11000 | 111110 |
Color Harmonies of #B58785
Complementary color
Monochromatic Colors of #B58785
Black with #B58785
Text Example
Text Example
White with #B58785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58785; }
p { color: rgb(181,135,133); }
H1.HeaderClassName
{
color: #B58785;
}
.AnyTagClassName
{
color: #B58785;
}
</style>
background-color css
<style>
a { background-color: #B58785; }
a { background-color: rgb(181,135,133); }
div.DivClassName
{
background-color: #B58785;
}
.BgClassName
{
background-color: #B58785;
}
</style>
border-color css
<style>
span { border-color: #B58785; }
span { border-color: rgb(181,135,133); }
td.TdClassName
{
border-color: #B58785;
}
.TagClassName
{
border-color: #B58785;
}
</style>