Shades of Del Rio #BA9F96
Tints of Del Rio #BA9F96
RGB
CMYK
RGB Variations
Color information
#BA9F96 (or 0xBA9F96) is known color: Del Rio. HEX triplet: BA, 9F and 96. RGB value is (186,159,150). Sum of RGB (Red+Green+Blue) = 186+159+150=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F96 is #456069. Grayscale: #A6A6A6. Windows color (decimal): -4546666 or 9871290. OLE color: 9871290.
HSL color Cylindrical-coordinate representation of color #BA9F96: hue angle of 15º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9F96 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 150 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.27 |
| HSL | 15º | 0.21% | 0.66% | - |
| HSV(B) | 15º | 0.19% | 0.73% | - |
| XYZ | 38.15 | 37.44 | 34.07 | - |
| YUV | 166.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 150 | 0 | 0.15 | 0.19 | 0.27 | 15 | 0.21 | 0.66 |
| Hex | BA | 9F | 96 | 0 | F | 13 | 1B | F | 15 | 42 |
| Octal | 272 | 237 | 226 | 0 | 17 | 23 | 33 | 17 | 25 | 102 |
| Binary | 10111010 | 10011111 | 10010110 | 0 | 1111 | 10011 | 11011 | 1111 | 10101 | 1000010 |
Color Harmonies of #BA9F96
Complementary color
Monochromatic Colors of #BA9F96
Black with #BA9F96
Text Example
Text Example
White with #BA9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F96; }
p { color: rgb(186,159,150); }
H1.HeaderClassName
{
color: #BA9F96;
}
.AnyTagClassName
{
color: #BA9F96;
}
</style>
background-color css
<style>
a { background-color: #BA9F96; }
a { background-color: rgb(186,159,150); }
div.DivClassName
{
background-color: #BA9F96;
}
.BgClassName
{
background-color: #BA9F96;
}
</style>
border-color css
<style>
span { border-color: #BA9F96; }
span { border-color: rgb(186,159,150); }
td.TdClassName
{
border-color: #BA9F96;
}
.TagClassName
{
border-color: #BA9F96;
}
</style>