Shades of Del Rio #BB9987
Tints of Del Rio #BB9987
RGB
CMYK
RGB Variations
Color information
#BB9987 (or 0xBB9987) is known color: Del Rio. HEX triplet: BB, 99 and 87. RGB value is (187,153,135). Sum of RGB (Red+Green+Blue) = 187+153+135=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9987 is #446678. Grayscale: #A1A1A1. Windows color (decimal): -4482681 or 8886715. OLE color: 8886715.
HSL color Cylindrical-coordinate representation of color #BB9987: hue angle of 20.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9987 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 135 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.27 |
| HSL | 20.77º | 0.28% | 0.63% | - |
| HSV(B) | 20.77º | 0.28% | 0.73% | - |
| XYZ | 36.26 | 35.1 | 27.78 | - |
| YUV | 161.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 135 | 0 | 0.18 | 0.28 | 0.27 | 20.77 | 0.28 | 0.63 |
| Hex | BB | 99 | 87 | 0 | 12 | 1C | 1B | 15 | 1C | 3F |
| Octal | 273 | 231 | 207 | 0 | 22 | 34 | 33 | 25 | 34 | 77 |
| Binary | 10111011 | 10011001 | 10000111 | 0 | 10010 | 11100 | 11011 | 10101 | 11100 | 111111 |
Color Harmonies of #BB9987
Complementary color
Monochromatic Colors of #BB9987
Black with #BB9987
Text Example
Text Example
White with #BB9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9987; }
p { color: rgb(187,153,135); }
H1.HeaderClassName
{
color: #BB9987;
}
.AnyTagClassName
{
color: #BB9987;
}
</style>
background-color css
<style>
a { background-color: #BB9987; }
a { background-color: rgb(187,153,135); }
div.DivClassName
{
background-color: #BB9987;
}
.BgClassName
{
background-color: #BB9987;
}
</style>
border-color css
<style>
span { border-color: #BB9987; }
span { border-color: rgb(187,153,135); }
td.TdClassName
{
border-color: #BB9987;
}
.TagClassName
{
border-color: #BB9987;
}
</style>