Shades of Del Rio #BA9585
Tints of Del Rio #BA9585
RGB
CMYK
RGB Variations
Color information
#BA9585 (or 0xBA9585) is known color: Del Rio. HEX triplet: BA, 95 and 85. RGB value is (186,149,133). Sum of RGB (Red+Green+Blue) = 186+149+133=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9585 is #456A7A. Grayscale: #9E9E9E. Windows color (decimal): -4549243 or 8754618. OLE color: 8754618.
HSL color Cylindrical-coordinate representation of color #BA9585: hue angle of 18.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9585 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 133 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.27 |
| HSL | 18.11º | 0.28% | 0.63% | - |
| HSV(B) | 18.11º | 0.28% | 0.73% | - |
| XYZ | 35.23 | 33.63 | 26.82 | - |
| YUV | 158.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 133 | 0 | 0.20 | 0.28 | 0.27 | 18.11 | 0.28 | 0.63 |
| Hex | BA | 95 | 85 | 0 | 14 | 1C | 1B | 12 | 1C | 3F |
| Octal | 272 | 225 | 205 | 0 | 24 | 34 | 33 | 22 | 34 | 77 |
| Binary | 10111010 | 10010101 | 10000101 | 0 | 10100 | 11100 | 11011 | 10010 | 11100 | 111111 |
Color Harmonies of #BA9585
Complementary color
Monochromatic Colors of #BA9585
Black with #BA9585
Text Example
Text Example
White with #BA9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9585; }
p { color: rgb(186,149,133); }
H1.HeaderClassName
{
color: #BA9585;
}
.AnyTagClassName
{
color: #BA9585;
}
</style>
background-color css
<style>
a { background-color: #BA9585; }
a { background-color: rgb(186,149,133); }
div.DivClassName
{
background-color: #BA9585;
}
.BgClassName
{
background-color: #BA9585;
}
</style>
border-color css
<style>
span { border-color: #BA9585; }
span { border-color: rgb(186,149,133); }
td.TdClassName
{
border-color: #BA9585;
}
.TagClassName
{
border-color: #BA9585;
}
</style>