Shades of Del Rio #BBA195
Tints of Del Rio #BBA195
RGB
CMYK
RGB Variations
Color information
#BBA195 (or 0xBBA195) is known color: Del Rio. HEX triplet: BB, A1 and 95. RGB value is (187,161,149). Sum of RGB (Red+Green+Blue) = 187+161+149=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA195 is #445E6A. Grayscale: #A7A7A7. Windows color (decimal): -4480619 or 9806267. OLE color: 9806267.
HSL color Cylindrical-coordinate representation of color #BBA195: hue angle of 18.95º 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 #BBA195 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 149 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.27 |
| HSL | 18.95º | 0.22% | 0.66% | - |
| HSV(B) | 18.95º | 0.2% | 0.73% | - |
| XYZ | 38.66 | 38.22 | 33.77 | - |
| YUV | 167.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 149 | 0 | 0.14 | 0.20 | 0.27 | 18.95 | 0.22 | 0.66 |
| Hex | BB | A1 | 95 | 0 | E | 14 | 1B | 13 | 16 | 42 |
| Octal | 273 | 241 | 225 | 0 | 16 | 24 | 33 | 23 | 26 | 102 |
| Binary | 10111011 | 10100001 | 10010101 | 0 | 1110 | 10100 | 11011 | 10011 | 10110 | 1000010 |
Color Harmonies of #BBA195
Complementary color
Monochromatic Colors of #BBA195
Black with #BBA195
Text Example
Text Example
White with #BBA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA195; }
p { color: rgb(187,161,149); }
H1.HeaderClassName
{
color: #BBA195;
}
.AnyTagClassName
{
color: #BBA195;
}
</style>
background-color css
<style>
a { background-color: #BBA195; }
a { background-color: rgb(187,161,149); }
div.DivClassName
{
background-color: #BBA195;
}
.BgClassName
{
background-color: #BBA195;
}
</style>
border-color css
<style>
span { border-color: #BBA195; }
span { border-color: rgb(187,161,149); }
td.TdClassName
{
border-color: #BBA195;
}
.TagClassName
{
border-color: #BBA195;
}
</style>