Shades of Del Rio #BB9B89
Tints of Del Rio #BB9B89
RGB
CMYK
RGB Variations
Color information
#BB9B89 (or 0xBB9B89) is known color: Del Rio. HEX triplet: BB, 9B and 89. RGB value is (187,155,137). Sum of RGB (Red+Green+Blue) = 187+155+137=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B89 is #446476. Grayscale: #A2A2A2. Windows color (decimal): -4482167 or 9018299. OLE color: 9018299.
HSL color Cylindrical-coordinate representation of color #BB9B89: hue angle of 21.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 #BB9B89 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 137 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.27 |
| HSL | 21.6º | 0.27% | 0.64% | - |
| HSV(B) | 21.6º | 0.27% | 0.73% | - |
| XYZ | 36.73 | 35.81 | 28.64 | - |
| YUV | 162.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 137 | 0 | 0.17 | 0.27 | 0.27 | 21.6 | 0.27 | 0.64 |
| Hex | BB | 9B | 89 | 0 | 11 | 1B | 1B | 16 | 1B | 40 |
| Octal | 273 | 233 | 211 | 0 | 21 | 33 | 33 | 26 | 33 | 100 |
| Binary | 10111011 | 10011011 | 10001001 | 0 | 10001 | 11011 | 11011 | 10110 | 11011 | 1000000 |
Color Harmonies of #BB9B89
Complementary color
Monochromatic Colors of #BB9B89
Black with #BB9B89
Text Example
Text Example
White with #BB9B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B89; }
p { color: rgb(187,155,137); }
H1.HeaderClassName
{
color: #BB9B89;
}
.AnyTagClassName
{
color: #BB9B89;
}
</style>
background-color css
<style>
a { background-color: #BB9B89; }
a { background-color: rgb(187,155,137); }
div.DivClassName
{
background-color: #BB9B89;
}
.BgClassName
{
background-color: #BB9B89;
}
</style>
border-color css
<style>
span { border-color: #BB9B89; }
span { border-color: rgb(187,155,137); }
td.TdClassName
{
border-color: #BB9B89;
}
.TagClassName
{
border-color: #BB9B89;
}
</style>