Shades of Del Rio #BB9888
Tints of Del Rio #BB9888
RGB
CMYK
RGB Variations
Color information
#BB9888 (or 0xBB9888) is known color: Del Rio. HEX triplet: BB, 98 and 88. RGB value is (187,152,136). Sum of RGB (Red+Green+Blue) = 187+152+136=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9888 is #446777. Grayscale: #A0A0A0. Windows color (decimal): -4482936 or 8951995. OLE color: 8951995.
HSL color Cylindrical-coordinate representation of color #BB9888: hue angle of 18.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9888 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 136 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.27 |
| HSL | 18.82º | 0.27% | 0.63% | - |
| HSV(B) | 18.82º | 0.27% | 0.73% | - |
| XYZ | 36.17 | 34.8 | 28.1 | - |
| YUV | 160.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 136 | 0 | 0.19 | 0.27 | 0.27 | 18.82 | 0.27 | 0.63 |
| Hex | BB | 98 | 88 | 0 | 13 | 1B | 1B | 13 | 1B | 3F |
| Octal | 273 | 230 | 210 | 0 | 23 | 33 | 33 | 23 | 33 | 77 |
| Binary | 10111011 | 10011000 | 10001000 | 0 | 10011 | 11011 | 11011 | 10011 | 11011 | 111111 |
Color Harmonies of #BB9888
Complementary color
Monochromatic Colors of #BB9888
Black with #BB9888
Text Example
Text Example
White with #BB9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9888; }
p { color: rgb(187,152,136); }
H1.HeaderClassName
{
color: #BB9888;
}
.AnyTagClassName
{
color: #BB9888;
}
</style>
background-color css
<style>
a { background-color: #BB9888; }
a { background-color: rgb(187,152,136); }
div.DivClassName
{
background-color: #BB9888;
}
.BgClassName
{
background-color: #BB9888;
}
</style>
border-color css
<style>
span { border-color: #BB9888; }
span { border-color: rgb(187,152,136); }
td.TdClassName
{
border-color: #BB9888;
}
.TagClassName
{
border-color: #BB9888;
}
</style>