Shades of Del Rio #BA9688
Tints of Del Rio #BA9688
RGB
CMYK
RGB Variations
Color information
#BA9688 (or 0xBA9688) is known color: Del Rio. HEX triplet: BA, 96 and 88. RGB value is (186,150,136). Sum of RGB (Red+Green+Blue) = 186+150+136=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9688 is #456977. Grayscale: #9F9F9F. Windows color (decimal): -4548984 or 8951482. OLE color: 8951482.
HSL color Cylindrical-coordinate representation of color #BA9688: hue angle of 16.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9688 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 136 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.27 |
| HSL | 16.8º | 0.27% | 0.63% | - |
| HSV(B) | 16.8º | 0.27% | 0.73% | - |
| XYZ | 35.6 | 34.03 | 27.98 | - |
| YUV | 159.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 136 | 0 | 0.19 | 0.27 | 0.27 | 16.8 | 0.27 | 0.63 |
| Hex | BA | 96 | 88 | 0 | 13 | 1B | 1B | 11 | 1B | 3F |
| Octal | 272 | 226 | 210 | 0 | 23 | 33 | 33 | 21 | 33 | 77 |
| Binary | 10111010 | 10010110 | 10001000 | 0 | 10011 | 11011 | 11011 | 10001 | 11011 | 111111 |
Color Harmonies of #BA9688
Complementary color
Monochromatic Colors of #BA9688
Black with #BA9688
Text Example
Text Example
White with #BA9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9688; }
p { color: rgb(186,150,136); }
H1.HeaderClassName
{
color: #BA9688;
}
.AnyTagClassName
{
color: #BA9688;
}
</style>
background-color css
<style>
a { background-color: #BA9688; }
a { background-color: rgb(186,150,136); }
div.DivClassName
{
background-color: #BA9688;
}
.BgClassName
{
background-color: #BA9688;
}
</style>
border-color css
<style>
span { border-color: #BA9688; }
span { border-color: rgb(186,150,136); }
td.TdClassName
{
border-color: #BA9688;
}
.TagClassName
{
border-color: #BA9688;
}
</style>