Shades of Del Rio #BBA395
Tints of Del Rio #BBA395
RGB
CMYK
RGB Variations
Color information
#BBA395 (or 0xBBA395) is known color: Del Rio. HEX triplet: BB, A3 and 95. RGB value is (187,163,149). Sum of RGB (Red+Green+Blue) = 187+163+149=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA395 is #445C6A. Grayscale: #A8A8A8. Windows color (decimal): -4480107 or 9806779. OLE color: 9806779.
HSL color Cylindrical-coordinate representation of color #BBA395: hue angle of 22.11º degrees, saturation: 0.22, 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 #BBA395 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 149 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.27 |
| HSL | 22.11º | 0.22% | 0.66% | - |
| HSV(B) | 22.11º | 0.2% | 0.73% | - |
| XYZ | 39.02 | 38.93 | 33.89 | - |
| YUV | 168.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 149 | 0 | 0.13 | 0.20 | 0.27 | 22.11 | 0.22 | 0.66 |
| Hex | BB | A3 | 95 | 0 | D | 14 | 1B | 16 | 16 | 42 |
| Octal | 273 | 243 | 225 | 0 | 15 | 24 | 33 | 26 | 26 | 102 |
| Binary | 10111011 | 10100011 | 10010101 | 0 | 1101 | 10100 | 11011 | 10110 | 10110 | 1000010 |
Color Harmonies of #BBA395
Complementary color
Monochromatic Colors of #BBA395
Black with #BBA395
Text Example
Text Example
White with #BBA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA395; }
p { color: rgb(187,163,149); }
H1.HeaderClassName
{
color: #BBA395;
}
.AnyTagClassName
{
color: #BBA395;
}
</style>
background-color css
<style>
a { background-color: #BBA395; }
a { background-color: rgb(187,163,149); }
div.DivClassName
{
background-color: #BBA395;
}
.BgClassName
{
background-color: #BBA395;
}
</style>
border-color css
<style>
span { border-color: #BBA395; }
span { border-color: rgb(187,163,149); }
td.TdClassName
{
border-color: #BBA395;
}
.TagClassName
{
border-color: #BBA395;
}
</style>