Shades of Del Rio #BA9F8F
Tints of Del Rio #BA9F8F
RGB
CMYK
RGB Variations
Color information
#BA9F8F (or 0xBA9F8F) is known color: Del Rio. HEX triplet: BA, 9F and 8F. RGB value is (186,159,143). Sum of RGB (Red+Green+Blue) = 186+159+143=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F8F is #456070. Grayscale: #A5A5A5. Windows color (decimal): -4546673 or 9412538. OLE color: 9412538.
HSL color Cylindrical-coordinate representation of color #BA9F8F: hue angle of 22.33º 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 #BA9F8F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 143 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.27 |
| HSL | 22.33º | 0.24% | 0.65% | - |
| HSV(B) | 22.33º | 0.23% | 0.73% | - |
| XYZ | 37.61 | 37.22 | 31.19 | - |
| YUV | 165.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 143 | 0 | 0.15 | 0.23 | 0.27 | 22.33 | 0.24 | 0.65 |
| Hex | BA | 9F | 8F | 0 | F | 17 | 1B | 16 | 18 | 41 |
| Octal | 272 | 237 | 217 | 0 | 17 | 27 | 33 | 26 | 30 | 101 |
| Binary | 10111010 | 10011111 | 10001111 | 0 | 1111 | 10111 | 11011 | 10110 | 11000 | 1000001 |
Color Harmonies of #BA9F8F
Complementary color
Monochromatic Colors of #BA9F8F
Black with #BA9F8F
Text Example
Text Example
White with #BA9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F8F; }
p { color: rgb(186,159,143); }
H1.HeaderClassName
{
color: #BA9F8F;
}
.AnyTagClassName
{
color: #BA9F8F;
}
</style>
background-color css
<style>
a { background-color: #BA9F8F; }
a { background-color: rgb(186,159,143); }
div.DivClassName
{
background-color: #BA9F8F;
}
.BgClassName
{
background-color: #BA9F8F;
}
</style>
border-color css
<style>
span { border-color: #BA9F8F; }
span { border-color: rgb(186,159,143); }
td.TdClassName
{
border-color: #BA9F8F;
}
.TagClassName
{
border-color: #BA9F8F;
}
</style>