Shades of Del Rio #BA9E96
Tints of Del Rio #BA9E96
RGB
CMYK
RGB Variations
Color information
#BA9E96 (or 0xBA9E96) is known color: Del Rio. HEX triplet: BA, 9E and 96. RGB value is (186,158,150). Sum of RGB (Red+Green+Blue) = 186+158+150=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E96 is #456169. Grayscale: #A5A5A5. Windows color (decimal): -4546922 or 9871034. OLE color: 9871034.
HSL color Cylindrical-coordinate representation of color #BA9E96: hue angle of 13.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9E96 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 150 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.27 |
| HSL | 13.33º | 0.21% | 0.66% | - |
| HSV(B) | 13.33º | 0.19% | 0.73% | - |
| XYZ | 37.98 | 37.09 | 34.01 | - |
| YUV | 165.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 150 | 0 | 0.15 | 0.19 | 0.27 | 13.33 | 0.21 | 0.66 |
| Hex | BA | 9E | 96 | 0 | F | 13 | 1B | D | 15 | 42 |
| Octal | 272 | 236 | 226 | 0 | 17 | 23 | 33 | 15 | 25 | 102 |
| Binary | 10111010 | 10011110 | 10010110 | 0 | 1111 | 10011 | 11011 | 1101 | 10101 | 1000010 |
Color Harmonies of #BA9E96
Complementary color
Monochromatic Colors of #BA9E96
Black with #BA9E96
Text Example
Text Example
White with #BA9E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E96; }
p { color: rgb(186,158,150); }
H1.HeaderClassName
{
color: #BA9E96;
}
.AnyTagClassName
{
color: #BA9E96;
}
</style>
background-color css
<style>
a { background-color: #BA9E96; }
a { background-color: rgb(186,158,150); }
div.DivClassName
{
background-color: #BA9E96;
}
.BgClassName
{
background-color: #BA9E96;
}
</style>
border-color css
<style>
span { border-color: #BA9E96; }
span { border-color: rgb(186,158,150); }
td.TdClassName
{
border-color: #BA9E96;
}
.TagClassName
{
border-color: #BA9E96;
}
</style>