Shades of Del Rio #BB9A89
Tints of Del Rio #BB9A89
RGB
CMYK
RGB Variations
Color information
#BB9A89 (or 0xBB9A89) is known color: Del Rio. HEX triplet: BB, 9A and 89. RGB value is (187,154,137). Sum of RGB (Red+Green+Blue) = 187+154+137=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A89 is #446576. Grayscale: #A2A2A2. Windows color (decimal): -4482423 or 9018043. OLE color: 9018043.
HSL color Cylindrical-coordinate representation of color #BB9A89: hue angle of 20.4º 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 #BB9A89 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 137 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.27 |
| HSL | 20.4º | 0.27% | 0.64% | - |
| HSV(B) | 20.4º | 0.27% | 0.73% | - |
| XYZ | 36.56 | 35.48 | 28.59 | - |
| YUV | 161.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 137 | 0 | 0.18 | 0.27 | 0.27 | 20.4 | 0.27 | 0.64 |
| Hex | BB | 9A | 89 | 0 | 12 | 1B | 1B | 14 | 1B | 40 |
| Octal | 273 | 232 | 211 | 0 | 22 | 33 | 33 | 24 | 33 | 100 |
| Binary | 10111011 | 10011010 | 10001001 | 0 | 10010 | 11011 | 11011 | 10100 | 11011 | 1000000 |
Color Harmonies of #BB9A89
Complementary color
Monochromatic Colors of #BB9A89
Black with #BB9A89
Text Example
Text Example
White with #BB9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A89; }
p { color: rgb(187,154,137); }
H1.HeaderClassName
{
color: #BB9A89;
}
.AnyTagClassName
{
color: #BB9A89;
}
</style>
background-color css
<style>
a { background-color: #BB9A89; }
a { background-color: rgb(187,154,137); }
div.DivClassName
{
background-color: #BB9A89;
}
.BgClassName
{
background-color: #BB9A89;
}
</style>
border-color css
<style>
span { border-color: #BB9A89; }
span { border-color: rgb(187,154,137); }
td.TdClassName
{
border-color: #BB9A89;
}
.TagClassName
{
border-color: #BB9A89;
}
</style>