Shades of Rosy Brown #B88686
Tints of Rosy Brown #B88686
RGB
CMYK
RGB Variations
Color information
#B88686 (or 0xB88686) is known color: Rosy Brown. HEX triplet: B8, 86 and 86. RGB value is (184,134,134). Sum of RGB (Red+Green+Blue) = 184+134+134=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B88686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88686 is #477979. Grayscale: #959595. Windows color (decimal): -4684154 or 8816312. OLE color: 8816312.
HSL color Cylindrical-coordinate representation of color #B88686: hue angle of 0º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88686 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 134 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.28 |
| HSL | 0º | 0.26% | 0.62% | - |
| HSV(B) | 0º | 0.27% | 0.72% | - |
| XYZ | 32.6 | 28.96 | 26.43 | - |
| YUV | 148.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 134 | 0 | 0.27 | 0.27 | 0.28 | 0 | 0.26 | 0.62 |
| Hex | B8 | 86 | 86 | 0 | 1B | 1B | 1C | 0 | 1A | 3E |
| Octal | 270 | 206 | 206 | 0 | 33 | 33 | 34 | 0 | 32 | 76 |
| Binary | 10111000 | 10000110 | 10000110 | 0 | 11011 | 11011 | 11100 | 0 | 11010 | 111110 |
Color Harmonies of #B88686
Complementary color
Monochromatic Colors of #B88686
Black with #B88686
Text Example
Text Example
White with #B88686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88686; }
p { color: rgb(184,134,134); }
H1.HeaderClassName
{
color: #B88686;
}
.AnyTagClassName
{
color: #B88686;
}
</style>
background-color css
<style>
a { background-color: #B88686; }
a { background-color: rgb(184,134,134); }
div.DivClassName
{
background-color: #B88686;
}
.BgClassName
{
background-color: #B88686;
}
</style>
border-color css
<style>
span { border-color: #B88686; }
span { border-color: rgb(184,134,134); }
td.TdClassName
{
border-color: #B88686;
}
.TagClassName
{
border-color: #B88686;
}
</style>