Shades of Del Rio #BB9988
Tints of Del Rio #BB9988
RGB
CMYK
RGB Variations
Color information
#BB9988 (or 0xBB9988) is known color: Del Rio. HEX triplet: BB, 99 and 88. RGB value is (187,153,136). Sum of RGB (Red+Green+Blue) = 187+153+136=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9988 is #446677. Grayscale: #A1A1A1. Windows color (decimal): -4482680 or 8952251. OLE color: 8952251.
HSL color Cylindrical-coordinate representation of color #BB9988: hue angle of 20º 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 #BB9988 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 136 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.27 |
| HSL | 20º | 0.27% | 0.63% | - |
| HSV(B) | 20º | 0.27% | 0.73% | - |
| XYZ | 36.33 | 35.12 | 28.16 | - |
| YUV | 161.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 136 | 0 | 0.18 | 0.27 | 0.27 | 20 | 0.27 | 0.63 |
| Hex | BB | 99 | 88 | 0 | 12 | 1B | 1B | 14 | 1B | 3F |
| Octal | 273 | 231 | 210 | 0 | 22 | 33 | 33 | 24 | 33 | 77 |
| Binary | 10111011 | 10011001 | 10001000 | 0 | 10010 | 11011 | 11011 | 10100 | 11011 | 111111 |
Color Harmonies of #BB9988
Complementary color
Monochromatic Colors of #BB9988
Black with #BB9988
Text Example
Text Example
White with #BB9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9988; }
p { color: rgb(187,153,136); }
H1.HeaderClassName
{
color: #BB9988;
}
.AnyTagClassName
{
color: #BB9988;
}
</style>
background-color css
<style>
a { background-color: #BB9988; }
a { background-color: rgb(187,153,136); }
div.DivClassName
{
background-color: #BB9988;
}
.BgClassName
{
background-color: #BB9988;
}
</style>
border-color css
<style>
span { border-color: #BB9988; }
span { border-color: rgb(187,153,136); }
td.TdClassName
{
border-color: #BB9988;
}
.TagClassName
{
border-color: #BB9988;
}
</style>