Shades of Del Rio #BA9A90
Tints of Del Rio #BA9A90
RGB
CMYK
RGB Variations
Color information
#BA9A90 (or 0xBA9A90) is known color: Del Rio. HEX triplet: BA, 9A and 90. RGB value is (186,154,144). Sum of RGB (Red+Green+Blue) = 186+154+144=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A90 is #45656F. Grayscale: #A2A2A2. Windows color (decimal): -4547952 or 9476794. OLE color: 9476794.
HSL color Cylindrical-coordinate representation of color #BA9A90: hue angle of 14.29º 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 #BA9A90 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 144 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.27 |
| HSL | 14.29º | 0.23% | 0.65% | - |
| HSV(B) | 14.29º | 0.23% | 0.73% | - |
| XYZ | 36.84 | 35.56 | 31.31 | - |
| YUV | 162.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 144 | 0 | 0.17 | 0.23 | 0.27 | 14.29 | 0.23 | 0.65 |
| Hex | BA | 9A | 90 | 0 | 11 | 17 | 1B | E | 17 | 41 |
| Octal | 272 | 232 | 220 | 0 | 21 | 27 | 33 | 16 | 27 | 101 |
| Binary | 10111010 | 10011010 | 10010000 | 0 | 10001 | 10111 | 11011 | 1110 | 10111 | 1000001 |
Color Harmonies of #BA9A90
Complementary color
Monochromatic Colors of #BA9A90
Black with #BA9A90
Text Example
Text Example
White with #BA9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A90; }
p { color: rgb(186,154,144); }
H1.HeaderClassName
{
color: #BA9A90;
}
.AnyTagClassName
{
color: #BA9A90;
}
</style>
background-color css
<style>
a { background-color: #BA9A90; }
a { background-color: rgb(186,154,144); }
div.DivClassName
{
background-color: #BA9A90;
}
.BgClassName
{
background-color: #BA9A90;
}
</style>
border-color css
<style>
span { border-color: #BA9A90; }
span { border-color: rgb(186,154,144); }
td.TdClassName
{
border-color: #BA9A90;
}
.TagClassName
{
border-color: #BA9A90;
}
</style>