Shades of Del Rio #BA9F98
Tints of Del Rio #BA9F98
RGB
CMYK
RGB Variations
Color information
#BA9F98 (or 0xBA9F98) is known color: Del Rio. HEX triplet: BA, 9F and 98. RGB value is (186,159,152). Sum of RGB (Red+Green+Blue) = 186+159+152=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F98 is #456067. Grayscale: #A6A6A6. Windows color (decimal): -4546664 or 10002362. OLE color: 10002362.
HSL color Cylindrical-coordinate representation of color #BA9F98: hue angle of 12.35º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9F98 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 152 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.27 |
| HSL | 12.35º | 0.2% | 0.66% | - |
| HSV(B) | 12.35º | 0.18% | 0.73% | - |
| XYZ | 38.32 | 37.5 | 34.93 | - |
| YUV | 166.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 152 | 0 | 0.15 | 0.18 | 0.27 | 12.35 | 0.2 | 0.66 |
| Hex | BA | 9F | 98 | 0 | F | 12 | 1B | C | 14 | 42 |
| Octal | 272 | 237 | 230 | 0 | 17 | 22 | 33 | 14 | 24 | 102 |
| Binary | 10111010 | 10011111 | 10011000 | 0 | 1111 | 10010 | 11011 | 1100 | 10100 | 1000010 |
Color Harmonies of #BA9F98
Complementary color
Monochromatic Colors of #BA9F98
Black with #BA9F98
Text Example
Text Example
White with #BA9F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F98; }
p { color: rgb(186,159,152); }
H1.HeaderClassName
{
color: #BA9F98;
}
.AnyTagClassName
{
color: #BA9F98;
}
</style>
background-color css
<style>
a { background-color: #BA9F98; }
a { background-color: rgb(186,159,152); }
div.DivClassName
{
background-color: #BA9F98;
}
.BgClassName
{
background-color: #BA9F98;
}
</style>
border-color css
<style>
span { border-color: #BA9F98; }
span { border-color: rgb(186,159,152); }
td.TdClassName
{
border-color: #BA9F98;
}
.TagClassName
{
border-color: #BA9F98;
}
</style>