Shades of Del Rio #BA9F8D
Tints of Del Rio #BA9F8D
RGB
CMYK
RGB Variations
Color information
#BA9F8D (or 0xBA9F8D) is known color: Del Rio. HEX triplet: BA, 9F and 8D. RGB value is (186,159,141). Sum of RGB (Red+Green+Blue) = 186+159+141=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F8D is #456072. Grayscale: #A5A5A5. Windows color (decimal): -4546675 or 9281466. OLE color: 9281466.
HSL color Cylindrical-coordinate representation of color #BA9F8D: hue angle of 24º degrees, saturation: 0.25, 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 #BA9F8D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 141 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.27 |
| HSL | 24º | 0.25% | 0.64% | - |
| HSV(B) | 24º | 0.24% | 0.73% | - |
| XYZ | 37.46 | 37.16 | 30.4 | - |
| YUV | 165.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 141 | 0 | 0.15 | 0.24 | 0.27 | 24 | 0.25 | 0.64 |
| Hex | BA | 9F | 8D | 0 | F | 18 | 1B | 18 | 19 | 40 |
| Octal | 272 | 237 | 215 | 0 | 17 | 30 | 33 | 30 | 31 | 100 |
| Binary | 10111010 | 10011111 | 10001101 | 0 | 1111 | 11000 | 11011 | 11000 | 11001 | 1000000 |
Color Harmonies of #BA9F8D
Complementary color
Monochromatic Colors of #BA9F8D
Black with #BA9F8D
Text Example
Text Example
White with #BA9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F8D; }
p { color: rgb(186,159,141); }
H1.HeaderClassName
{
color: #BA9F8D;
}
.AnyTagClassName
{
color: #BA9F8D;
}
</style>
background-color css
<style>
a { background-color: #BA9F8D; }
a { background-color: rgb(186,159,141); }
div.DivClassName
{
background-color: #BA9F8D;
}
.BgClassName
{
background-color: #BA9F8D;
}
</style>
border-color css
<style>
span { border-color: #BA9F8D; }
span { border-color: rgb(186,159,141); }
td.TdClassName
{
border-color: #BA9F8D;
}
.TagClassName
{
border-color: #BA9F8D;
}
</style>