Shades of Rosy Brown #B59392
Tints of Rosy Brown #B59392
RGB
CMYK
RGB Variations
Color information
#B59392 (or 0xB59392) is known color: Rosy Brown. HEX triplet: B5, 93 and 92. RGB value is (181,147,146). Sum of RGB (Red+Green+Blue) = 181+147+146=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B59392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59392 is #4A6C6D. Grayscale: #9D9D9D. Windows color (decimal): -4877422 or 9606069. OLE color: 9606069.
HSL color Cylindrical-coordinate representation of color #B59392: hue angle of 1.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59392 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 146 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.29 |
| HSL | 1.71º | 0.19% | 0.64% | - |
| HSV(B) | 1.71º | 0.19% | 0.71% | - |
| XYZ | 34.68 | 32.77 | 31.69 | - |
| YUV | 157.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 146 | 0 | 0.19 | 0.19 | 0.29 | 1.71 | 0.19 | 0.64 |
| Hex | B5 | 93 | 92 | 0 | 13 | 13 | 1D | 2 | 13 | 40 |
| Octal | 265 | 223 | 222 | 0 | 23 | 23 | 35 | 2 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10010010 | 0 | 10011 | 10011 | 11101 | 10 | 10011 | 1000000 |
Color Harmonies of #B59392
Complementary color
Monochromatic Colors of #B59392
Black with #B59392
Text Example
Text Example
White with #B59392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59392; }
p { color: rgb(181,147,146); }
H1.HeaderClassName
{
color: #B59392;
}
.AnyTagClassName
{
color: #B59392;
}
</style>
background-color css
<style>
a { background-color: #B59392; }
a { background-color: rgb(181,147,146); }
div.DivClassName
{
background-color: #B59392;
}
.BgClassName
{
background-color: #B59392;
}
</style>
border-color css
<style>
span { border-color: #B59392; }
span { border-color: rgb(181,147,146); }
td.TdClassName
{
border-color: #B59392;
}
.TagClassName
{
border-color: #B59392;
}
</style>