Shades of Del Rio #BA998F
Tints of Del Rio #BA998F
RGB
CMYK
RGB Variations
Color information
#BA998F (or 0xBA998F) is known color: Del Rio. HEX triplet: BA, 99 and 8F. RGB value is (186,153,143). Sum of RGB (Red+Green+Blue) = 186+153+143=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA998F is #456670. Grayscale: #A1A1A1. Windows color (decimal): -4548209 or 9411002. OLE color: 9411002.
HSL color Cylindrical-coordinate representation of color #BA998F: hue angle of 13.95º degrees, saturation: 0.24, 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 #BA998F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 143 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.27 |
| HSL | 13.95º | 0.24% | 0.65% | - |
| HSV(B) | 13.95º | 0.23% | 0.73% | - |
| XYZ | 36.6 | 35.2 | 30.85 | - |
| YUV | 161.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 143 | 0 | 0.18 | 0.23 | 0.27 | 13.95 | 0.24 | 0.65 |
| Hex | BA | 99 | 8F | 0 | 12 | 17 | 1B | E | 18 | 41 |
| Octal | 272 | 231 | 217 | 0 | 22 | 27 | 33 | 16 | 30 | 101 |
| Binary | 10111010 | 10011001 | 10001111 | 0 | 10010 | 10111 | 11011 | 1110 | 11000 | 1000001 |
Color Harmonies of #BA998F
Complementary color
Monochromatic Colors of #BA998F
Black with #BA998F
Text Example
Text Example
White with #BA998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA998F; }
p { color: rgb(186,153,143); }
H1.HeaderClassName
{
color: #BA998F;
}
.AnyTagClassName
{
color: #BA998F;
}
</style>
background-color css
<style>
a { background-color: #BA998F; }
a { background-color: rgb(186,153,143); }
div.DivClassName
{
background-color: #BA998F;
}
.BgClassName
{
background-color: #BA998F;
}
</style>
border-color css
<style>
span { border-color: #BA998F; }
span { border-color: rgb(186,153,143); }
td.TdClassName
{
border-color: #BA998F;
}
.TagClassName
{
border-color: #BA998F;
}
</style>