Shades of Rosy Brown #B18988
Tints of Rosy Brown #B18988
RGB
CMYK
RGB Variations
Color information
#B18988 (or 0xB18988) is known color: Rosy Brown. HEX triplet: B1, 89 and 88. RGB value is (177,137,136). Sum of RGB (Red+Green+Blue) = 177+137+136=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B18988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18988 is #4E7677. Grayscale: #949494. Windows color (decimal): -5142136 or 8948145. OLE color: 8948145.
HSL color Cylindrical-coordinate representation of color #B18988: hue angle of 1.46º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B18988 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 136 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.31 |
| HSL | 1.46º | 0.21% | 0.61% | - |
| HSV(B) | 1.46º | 0.23% | 0.69% | - |
| XYZ | 31.52 | 29.02 | 27.23 | - |
| YUV | 148.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 136 | 0 | 0.23 | 0.23 | 0.31 | 1.46 | 0.21 | 0.61 |
| Hex | B1 | 89 | 88 | 0 | 17 | 17 | 1F | 1 | 15 | 3D |
| Octal | 261 | 211 | 210 | 0 | 27 | 27 | 37 | 1 | 25 | 75 |
| Binary | 10110001 | 10001001 | 10001000 | 0 | 10111 | 10111 | 11111 | 1 | 10101 | 111101 |
Color Harmonies of #B18988
Complementary color
Monochromatic Colors of #B18988
Black with #B18988
Text Example
Text Example
White with #B18988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18988; }
p { color: rgb(177,137,136); }
H1.HeaderClassName
{
color: #B18988;
}
.AnyTagClassName
{
color: #B18988;
}
</style>
background-color css
<style>
a { background-color: #B18988; }
a { background-color: rgb(177,137,136); }
div.DivClassName
{
background-color: #B18988;
}
.BgClassName
{
background-color: #B18988;
}
</style>
border-color css
<style>
span { border-color: #B18988; }
span { border-color: rgb(177,137,136); }
td.TdClassName
{
border-color: #B18988;
}
.TagClassName
{
border-color: #B18988;
}
</style>