Shades of Del Rio #BA9E97
Tints of Del Rio #BA9E97
RGB
CMYK
RGB Variations
Color information
#BA9E97 (or 0xBA9E97) is known color: Del Rio. HEX triplet: BA, 9E and 97. RGB value is (186,158,151). Sum of RGB (Red+Green+Blue) = 186+158+151=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E97 is #456168. Grayscale: #A5A5A5. Windows color (decimal): -4546921 or 9936570. OLE color: 9936570.
HSL color Cylindrical-coordinate representation of color #BA9E97: hue angle of 12º degrees, saturation: 0.2, 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 #BA9E97 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 151 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.27 |
| HSL | 12º | 0.2% | 0.66% | - |
| HSV(B) | 12º | 0.19% | 0.73% | - |
| XYZ | 38.06 | 37.13 | 34.44 | - |
| YUV | 165.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 151 | 0 | 0.15 | 0.19 | 0.27 | 12 | 0.2 | 0.66 |
| Hex | BA | 9E | 97 | 0 | F | 13 | 1B | C | 14 | 42 |
| Octal | 272 | 236 | 227 | 0 | 17 | 23 | 33 | 14 | 24 | 102 |
| Binary | 10111010 | 10011110 | 10010111 | 0 | 1111 | 10011 | 11011 | 1100 | 10100 | 1000010 |
Color Harmonies of #BA9E97
Complementary color
Monochromatic Colors of #BA9E97
Black with #BA9E97
Text Example
Text Example
White with #BA9E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E97; }
p { color: rgb(186,158,151); }
H1.HeaderClassName
{
color: #BA9E97;
}
.AnyTagClassName
{
color: #BA9E97;
}
</style>
background-color css
<style>
a { background-color: #BA9E97; }
a { background-color: rgb(186,158,151); }
div.DivClassName
{
background-color: #BA9E97;
}
.BgClassName
{
background-color: #BA9E97;
}
</style>
border-color css
<style>
span { border-color: #BA9E97; }
span { border-color: rgb(186,158,151); }
td.TdClassName
{
border-color: #BA9E97;
}
.TagClassName
{
border-color: #BA9E97;
}
</style>