Shades of Del Rio #BA9E90
Tints of Del Rio #BA9E90
RGB
CMYK
RGB Variations
Color information
#BA9E90 (or 0xBA9E90) is known color: Del Rio. HEX triplet: BA, 9E and 90. RGB value is (186,158,144). Sum of RGB (Red+Green+Blue) = 186+158+144=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E90 is #45616F. Grayscale: #A4A4A4. Windows color (decimal): -4546928 or 9477818. OLE color: 9477818.
HSL color Cylindrical-coordinate representation of color #BA9E90: hue angle of 20º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9E90 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 144 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.27 |
| HSL | 20º | 0.23% | 0.65% | - |
| HSV(B) | 20º | 0.23% | 0.73% | - |
| XYZ | 37.51 | 36.91 | 31.53 | - |
| YUV | 164.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 144 | 0 | 0.15 | 0.23 | 0.27 | 20 | 0.23 | 0.65 |
| Hex | BA | 9E | 90 | 0 | F | 17 | 1B | 14 | 17 | 41 |
| Octal | 272 | 236 | 220 | 0 | 17 | 27 | 33 | 24 | 27 | 101 |
| Binary | 10111010 | 10011110 | 10010000 | 0 | 1111 | 10111 | 11011 | 10100 | 10111 | 1000001 |
Color Harmonies of #BA9E90
Complementary color
Monochromatic Colors of #BA9E90
Black with #BA9E90
Text Example
Text Example
White with #BA9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E90; }
p { color: rgb(186,158,144); }
H1.HeaderClassName
{
color: #BA9E90;
}
.AnyTagClassName
{
color: #BA9E90;
}
</style>
background-color css
<style>
a { background-color: #BA9E90; }
a { background-color: rgb(186,158,144); }
div.DivClassName
{
background-color: #BA9E90;
}
.BgClassName
{
background-color: #BA9E90;
}
</style>
border-color css
<style>
span { border-color: #BA9E90; }
span { border-color: rgb(186,158,144); }
td.TdClassName
{
border-color: #BA9E90;
}
.TagClassName
{
border-color: #BA9E90;
}
</style>