Shades of Del Rio #BA988C
Tints of Del Rio #BA988C
RGB
CMYK
RGB Variations
Color information
#BA988C (or 0xBA988C) is known color: Del Rio. HEX triplet: BA, 98 and 8C. RGB value is (186,152,140). Sum of RGB (Red+Green+Blue) = 186+152+140=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA988C is #456773. Grayscale: #A0A0A0. Windows color (decimal): -4548468 or 9214138. OLE color: 9214138.
HSL color Cylindrical-coordinate representation of color #BA988C: hue angle of 15.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA988C is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 140 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.27 |
| HSL | 15.65º | 0.25% | 0.64% | - |
| HSV(B) | 15.65º | 0.25% | 0.73% | - |
| XYZ | 36.21 | 34.79 | 29.62 | - |
| YUV | 160.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 140 | 0 | 0.18 | 0.25 | 0.27 | 15.65 | 0.25 | 0.64 |
| Hex | BA | 98 | 8C | 0 | 12 | 19 | 1B | 10 | 19 | 40 |
| Octal | 272 | 230 | 214 | 0 | 22 | 31 | 33 | 20 | 31 | 100 |
| Binary | 10111010 | 10011000 | 10001100 | 0 | 10010 | 11001 | 11011 | 10000 | 11001 | 1000000 |
Color Harmonies of #BA988C
Complementary color
Monochromatic Colors of #BA988C
Black with #BA988C
Text Example
Text Example
White with #BA988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA988C; }
p { color: rgb(186,152,140); }
H1.HeaderClassName
{
color: #BA988C;
}
.AnyTagClassName
{
color: #BA988C;
}
</style>
background-color css
<style>
a { background-color: #BA988C; }
a { background-color: rgb(186,152,140); }
div.DivClassName
{
background-color: #BA988C;
}
.BgClassName
{
background-color: #BA988C;
}
</style>
border-color css
<style>
span { border-color: #BA988C; }
span { border-color: rgb(186,152,140); }
td.TdClassName
{
border-color: #BA988C;
}
.TagClassName
{
border-color: #BA988C;
}
</style>