Shades of Del Rio #BBA08D
Tints of Del Rio #BBA08D
RGB
CMYK
RGB Variations
Color information
#BBA08D (or 0xBBA08D) is known color: Del Rio. HEX triplet: BB, A0 and 8D. RGB value is (187,160,141). Sum of RGB (Red+Green+Blue) = 187+160+141=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA08D is #445F72. Grayscale: #A6A6A6. Windows color (decimal): -4480883 or 9281723. OLE color: 9281723.
HSL color Cylindrical-coordinate representation of color #BBA08D: hue angle of 24.78º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA08D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 141 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.27 |
| HSL | 24.78º | 0.25% | 0.64% | - |
| HSV(B) | 24.78º | 0.25% | 0.73% | - |
| XYZ | 37.87 | 37.63 | 30.47 | - |
| YUV | 165.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 141 | 0 | 0.14 | 0.25 | 0.27 | 24.78 | 0.25 | 0.64 |
| Hex | BB | A0 | 8D | 0 | E | 19 | 1B | 19 | 19 | 40 |
| Octal | 273 | 240 | 215 | 0 | 16 | 31 | 33 | 31 | 31 | 100 |
| Binary | 10111011 | 10100000 | 10001101 | 0 | 1110 | 11001 | 11011 | 11001 | 11001 | 1000000 |
Color Harmonies of #BBA08D
Complementary color
Monochromatic Colors of #BBA08D
Black with #BBA08D
Text Example
Text Example
White with #BBA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA08D; }
p { color: rgb(187,160,141); }
H1.HeaderClassName
{
color: #BBA08D;
}
.AnyTagClassName
{
color: #BBA08D;
}
</style>
background-color css
<style>
a { background-color: #BBA08D; }
a { background-color: rgb(187,160,141); }
div.DivClassName
{
background-color: #BBA08D;
}
.BgClassName
{
background-color: #BBA08D;
}
</style>
border-color css
<style>
span { border-color: #BBA08D; }
span { border-color: rgb(187,160,141); }
td.TdClassName
{
border-color: #BBA08D;
}
.TagClassName
{
border-color: #BBA08D;
}
</style>