Shades of Del Rio #BA9D95
Tints of Del Rio #BA9D95
RGB
CMYK
RGB Variations
Color information
#BA9D95 (or 0xBA9D95) is known color: Del Rio. HEX triplet: BA, 9D and 95. RGB value is (186,157,149). Sum of RGB (Red+Green+Blue) = 186+157+149=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D95 is #45626A. Grayscale: #A4A4A4. Windows color (decimal): -4547179 or 9805242. OLE color: 9805242.
HSL color Cylindrical-coordinate representation of color #BA9D95: hue angle of 12.97º degrees, saturation: 0.21, 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 #BA9D95 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 149 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.27 |
| HSL | 12.97º | 0.21% | 0.66% | - |
| HSV(B) | 12.97º | 0.2% | 0.73% | - |
| XYZ | 37.73 | 36.72 | 33.53 | - |
| YUV | 164.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 149 | 0 | 0.16 | 0.20 | 0.27 | 12.97 | 0.21 | 0.66 |
| Hex | BA | 9D | 95 | 0 | 10 | 14 | 1B | D | 15 | 42 |
| Octal | 272 | 235 | 225 | 0 | 20 | 24 | 33 | 15 | 25 | 102 |
| Binary | 10111010 | 10011101 | 10010101 | 0 | 10000 | 10100 | 11011 | 1101 | 10101 | 1000010 |
Color Harmonies of #BA9D95
Complementary color
Monochromatic Colors of #BA9D95
Black with #BA9D95
Text Example
Text Example
White with #BA9D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D95; }
p { color: rgb(186,157,149); }
H1.HeaderClassName
{
color: #BA9D95;
}
.AnyTagClassName
{
color: #BA9D95;
}
</style>
background-color css
<style>
a { background-color: #BA9D95; }
a { background-color: rgb(186,157,149); }
div.DivClassName
{
background-color: #BA9D95;
}
.BgClassName
{
background-color: #BA9D95;
}
</style>
border-color css
<style>
span { border-color: #BA9D95; }
span { border-color: rgb(186,157,149); }
td.TdClassName
{
border-color: #BA9D95;
}
.TagClassName
{
border-color: #BA9D95;
}
</style>