Shades of Del Rio #BBA196
Tints of Del Rio #BBA196
RGB
CMYK
RGB Variations
Color information
#BBA196 (or 0xBBA196) is known color: Del Rio. HEX triplet: BB, A1 and 96. RGB value is (187,161,150). Sum of RGB (Red+Green+Blue) = 187+161+150=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA196 is #445E69. Grayscale: #A7A7A7. Windows color (decimal): -4480618 or 9871803. OLE color: 9871803.
HSL color Cylindrical-coordinate representation of color #BBA196: hue angle of 17.84º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA196 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 150 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.27 |
| HSL | 17.84º | 0.21% | 0.66% | - |
| HSV(B) | 17.84º | 0.2% | 0.73% | - |
| XYZ | 38.74 | 38.26 | 34.2 | - |
| YUV | 167.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 150 | 0 | 0.14 | 0.20 | 0.27 | 17.84 | 0.21 | 0.66 |
| Hex | BB | A1 | 96 | 0 | E | 14 | 1B | 12 | 15 | 42 |
| Octal | 273 | 241 | 226 | 0 | 16 | 24 | 33 | 22 | 25 | 102 |
| Binary | 10111011 | 10100001 | 10010110 | 0 | 1110 | 10100 | 11011 | 10010 | 10101 | 1000010 |
Color Harmonies of #BBA196
Complementary color
Monochromatic Colors of #BBA196
Black with #BBA196
Text Example
Text Example
White with #BBA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA196; }
p { color: rgb(187,161,150); }
H1.HeaderClassName
{
color: #BBA196;
}
.AnyTagClassName
{
color: #BBA196;
}
</style>
background-color css
<style>
a { background-color: #BBA196; }
a { background-color: rgb(187,161,150); }
div.DivClassName
{
background-color: #BBA196;
}
.BgClassName
{
background-color: #BBA196;
}
</style>
border-color css
<style>
span { border-color: #BBA196; }
span { border-color: rgb(187,161,150); }
td.TdClassName
{
border-color: #BBA196;
}
.TagClassName
{
border-color: #BBA196;
}
</style>