Shades of Del Rio #BBA091
Tints of Del Rio #BBA091
RGB
CMYK
RGB Variations
Color information
#BBA091 (or 0xBBA091) is known color: Del Rio. HEX triplet: BB, A0 and 91. RGB value is (187,160,145). Sum of RGB (Red+Green+Blue) = 187+160+145=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA091 is #445F6E. Grayscale: #A6A6A6. Windows color (decimal): -4480879 or 9543867. OLE color: 9543867.
HSL color Cylindrical-coordinate representation of color #BBA091: hue angle of 21.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA091 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 145 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.27 |
| HSL | 21.43º | 0.24% | 0.65% | - |
| HSV(B) | 21.43º | 0.22% | 0.73% | - |
| XYZ | 38.18 | 37.75 | 32.06 | - |
| YUV | 166.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 145 | 0 | 0.14 | 0.22 | 0.27 | 21.43 | 0.24 | 0.65 |
| Hex | BB | A0 | 91 | 0 | E | 16 | 1B | 15 | 18 | 41 |
| Octal | 273 | 240 | 221 | 0 | 16 | 26 | 33 | 25 | 30 | 101 |
| Binary | 10111011 | 10100000 | 10010001 | 0 | 1110 | 10110 | 11011 | 10101 | 11000 | 1000001 |
Color Harmonies of #BBA091
Complementary color
Monochromatic Colors of #BBA091
Black with #BBA091
Text Example
Text Example
White with #BBA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA091; }
p { color: rgb(187,160,145); }
H1.HeaderClassName
{
color: #BBA091;
}
.AnyTagClassName
{
color: #BBA091;
}
</style>
background-color css
<style>
a { background-color: #BBA091; }
a { background-color: rgb(187,160,145); }
div.DivClassName
{
background-color: #BBA091;
}
.BgClassName
{
background-color: #BBA091;
}
</style>
border-color css
<style>
span { border-color: #BBA091; }
span { border-color: rgb(187,160,145); }
td.TdClassName
{
border-color: #BBA091;
}
.TagClassName
{
border-color: #BBA091;
}
</style>