Shades of Rosy Brown #B18686
Tints of Rosy Brown #B18686
RGB
CMYK
RGB Variations
Color information
#B18686 (or 0xB18686) is known color: Rosy Brown. HEX triplet: B1, 86 and 86. RGB value is (177,134,134). Sum of RGB (Red+Green+Blue) = 177+134+134=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18686 is #4E7979. Grayscale: #929292. Windows color (decimal): -5142906 or 8816305. OLE color: 8816305.
HSL color Cylindrical-coordinate representation of color #B18686: hue angle of 0º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18686 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 134 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.31 |
| HSL | 0º | 0.22% | 0.61% | - |
| HSV(B) | 0º | 0.24% | 0.69% | - |
| XYZ | 30.96 | 28.12 | 26.35 | - |
| YUV | 146.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 134 | 0 | 0.24 | 0.24 | 0.31 | 0 | 0.22 | 0.61 |
| Hex | B1 | 86 | 86 | 0 | 18 | 18 | 1F | 0 | 16 | 3D |
| Octal | 261 | 206 | 206 | 0 | 30 | 30 | 37 | 0 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10000110 | 0 | 11000 | 11000 | 11111 | 0 | 10110 | 111101 |
Color Harmonies of #B18686
Complementary color
Monochromatic Colors of #B18686
Black with #B18686
Text Example
Text Example
White with #B18686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18686; }
p { color: rgb(177,134,134); }
H1.HeaderClassName
{
color: #B18686;
}
.AnyTagClassName
{
color: #B18686;
}
</style>
background-color css
<style>
a { background-color: #B18686; }
a { background-color: rgb(177,134,134); }
div.DivClassName
{
background-color: #B18686;
}
.BgClassName
{
background-color: #B18686;
}
</style>
border-color css
<style>
span { border-color: #B18686; }
span { border-color: rgb(177,134,134); }
td.TdClassName
{
border-color: #B18686;
}
.TagClassName
{
border-color: #B18686;
}
</style>