Shades of Del Rio #BA9F8C
Tints of Del Rio #BA9F8C
RGB
CMYK
RGB Variations
Color information
#BA9F8C (or 0xBA9F8C) is known color: Del Rio. HEX triplet: BA, 9F and 8C. RGB value is (186,159,140). Sum of RGB (Red+Green+Blue) = 186+159+140=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F8C is #456073. Grayscale: #A5A5A5. Windows color (decimal): -4546676 or 9215930. OLE color: 9215930.
HSL color Cylindrical-coordinate representation of color #BA9F8C: hue angle of 24.78º 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 #BA9F8C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 140 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.27 |
| HSL | 24.78º | 0.25% | 0.64% | - |
| HSV(B) | 24.78º | 0.25% | 0.73% | - |
| XYZ | 37.38 | 37.13 | 30.01 | - |
| YUV | 164.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 140 | 0 | 0.15 | 0.25 | 0.27 | 24.78 | 0.25 | 0.64 |
| Hex | BA | 9F | 8C | 0 | F | 19 | 1B | 19 | 19 | 40 |
| Octal | 272 | 237 | 214 | 0 | 17 | 31 | 33 | 31 | 31 | 100 |
| Binary | 10111010 | 10011111 | 10001100 | 0 | 1111 | 11001 | 11011 | 11001 | 11001 | 1000000 |
Color Harmonies of #BA9F8C
Complementary color
Monochromatic Colors of #BA9F8C
Black with #BA9F8C
Text Example
Text Example
White with #BA9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F8C; }
p { color: rgb(186,159,140); }
H1.HeaderClassName
{
color: #BA9F8C;
}
.AnyTagClassName
{
color: #BA9F8C;
}
</style>
background-color css
<style>
a { background-color: #BA9F8C; }
a { background-color: rgb(186,159,140); }
div.DivClassName
{
background-color: #BA9F8C;
}
.BgClassName
{
background-color: #BA9F8C;
}
</style>
border-color css
<style>
span { border-color: #BA9F8C; }
span { border-color: rgb(186,159,140); }
td.TdClassName
{
border-color: #BA9F8C;
}
.TagClassName
{
border-color: #BA9F8C;
}
</style>