Shades of Del Rio #BB9689
Tints of Del Rio #BB9689
RGB
CMYK
RGB Variations
Color information
#BB9689 (or 0xBB9689) is known color: Del Rio. HEX triplet: BB, 96 and 89. RGB value is (187,150,137). Sum of RGB (Red+Green+Blue) = 187+150+137=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9689 is #446976. Grayscale: #9F9F9F. Windows color (decimal): -4483447 or 9017019. OLE color: 9017019.
HSL color Cylindrical-coordinate representation of color #BB9689: hue angle of 15.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9689 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 137 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.27 |
| HSL | 15.6º | 0.27% | 0.64% | - |
| HSV(B) | 15.6º | 0.27% | 0.73% | - |
| XYZ | 35.92 | 34.18 | 28.37 | - |
| YUV | 159.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 137 | 0 | 0.20 | 0.27 | 0.27 | 15.6 | 0.27 | 0.64 |
| Hex | BB | 96 | 89 | 0 | 14 | 1B | 1B | 10 | 1B | 40 |
| Octal | 273 | 226 | 211 | 0 | 24 | 33 | 33 | 20 | 33 | 100 |
| Binary | 10111011 | 10010110 | 10001001 | 0 | 10100 | 11011 | 11011 | 10000 | 11011 | 1000000 |
Color Harmonies of #BB9689
Complementary color
Monochromatic Colors of #BB9689
Black with #BB9689
Text Example
Text Example
White with #BB9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9689; }
p { color: rgb(187,150,137); }
H1.HeaderClassName
{
color: #BB9689;
}
.AnyTagClassName
{
color: #BB9689;
}
</style>
background-color css
<style>
a { background-color: #BB9689; }
a { background-color: rgb(187,150,137); }
div.DivClassName
{
background-color: #BB9689;
}
.BgClassName
{
background-color: #BB9689;
}
</style>
border-color css
<style>
span { border-color: #BB9689; }
span { border-color: rgb(187,150,137); }
td.TdClassName
{
border-color: #BB9689;
}
.TagClassName
{
border-color: #BB9689;
}
</style>