Shades of Del Rio #BA978E
Tints of Del Rio #BA978E
RGB
CMYK
RGB Variations
Color information
#BA978E (or 0xBA978E) is known color: Del Rio. HEX triplet: BA, 97 and 8E. RGB value is (186,151,142). Sum of RGB (Red+Green+Blue) = 186+151+142=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA978E is #456871. Grayscale: #A0A0A0. Windows color (decimal): -4548722 or 9344954. OLE color: 9344954.
HSL color Cylindrical-coordinate representation of color #BA978E: hue angle of 12.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA978E is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 142 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.27 |
| HSL | 12.27º | 0.24% | 0.64% | - |
| HSV(B) | 12.27º | 0.24% | 0.73% | - |
| XYZ | 36.2 | 34.53 | 30.35 | - |
| YUV | 160.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 142 | 0 | 0.19 | 0.24 | 0.27 | 12.27 | 0.24 | 0.64 |
| Hex | BA | 97 | 8E | 0 | 13 | 18 | 1B | C | 18 | 40 |
| Octal | 272 | 227 | 216 | 0 | 23 | 30 | 33 | 14 | 30 | 100 |
| Binary | 10111010 | 10010111 | 10001110 | 0 | 10011 | 11000 | 11011 | 1100 | 11000 | 1000000 |
Color Harmonies of #BA978E
Complementary color
Monochromatic Colors of #BA978E
Black with #BA978E
Text Example
Text Example
White with #BA978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA978E; }
p { color: rgb(186,151,142); }
H1.HeaderClassName
{
color: #BA978E;
}
.AnyTagClassName
{
color: #BA978E;
}
</style>
background-color css
<style>
a { background-color: #BA978E; }
a { background-color: rgb(186,151,142); }
div.DivClassName
{
background-color: #BA978E;
}
.BgClassName
{
background-color: #BA978E;
}
</style>
border-color css
<style>
span { border-color: #BA978E; }
span { border-color: rgb(186,151,142); }
td.TdClassName
{
border-color: #BA978E;
}
.TagClassName
{
border-color: #BA978E;
}
</style>