Shades of Rosy Brown #B18987
Tints of Rosy Brown #B18987
RGB
CMYK
RGB Variations
Color information
#B18987 (or 0xB18987) is known color: Rosy Brown. HEX triplet: B1, 89 and 87. RGB value is (177,137,135). Sum of RGB (Red+Green+Blue) = 177+137+135=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B18987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18987 is #4E7678. Grayscale: #949494. Windows color (decimal): -5142137 or 8882609. OLE color: 8882609.
HSL color Cylindrical-coordinate representation of color #B18987: hue angle of 2.86º degrees, saturation: 0.21, 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 #B18987 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 135 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.31 |
| HSL | 2.86º | 0.21% | 0.61% | - |
| HSV(B) | 2.86º | 0.24% | 0.69% | - |
| XYZ | 31.45 | 28.99 | 26.86 | - |
| YUV | 148.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 135 | 0 | 0.23 | 0.24 | 0.31 | 2.86 | 0.21 | 0.61 |
| Hex | B1 | 89 | 87 | 0 | 17 | 18 | 1F | 3 | 15 | 3D |
| Octal | 261 | 211 | 207 | 0 | 27 | 30 | 37 | 3 | 25 | 75 |
| Binary | 10110001 | 10001001 | 10000111 | 0 | 10111 | 11000 | 11111 | 11 | 10101 | 111101 |
Color Harmonies of #B18987
Complementary color
Monochromatic Colors of #B18987
Black with #B18987
Text Example
Text Example
White with #B18987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18987; }
p { color: rgb(177,137,135); }
H1.HeaderClassName
{
color: #B18987;
}
.AnyTagClassName
{
color: #B18987;
}
</style>
background-color css
<style>
a { background-color: #B18987; }
a { background-color: rgb(177,137,135); }
div.DivClassName
{
background-color: #B18987;
}
.BgClassName
{
background-color: #B18987;
}
</style>
border-color css
<style>
span { border-color: #B18987; }
span { border-color: rgb(177,137,135); }
td.TdClassName
{
border-color: #B18987;
}
.TagClassName
{
border-color: #B18987;
}
</style>