Shades of Del Rio #BA9F93
Tints of Del Rio #BA9F93
RGB
CMYK
RGB Variations
Color information
#BA9F93 (or 0xBA9F93) is known color: Del Rio. HEX triplet: BA, 9F and 93. RGB value is (186,159,147). Sum of RGB (Red+Green+Blue) = 186+159+147=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F93 is #45606C. Grayscale: #A5A5A5. Windows color (decimal): -4546669 or 9674682. OLE color: 9674682.
HSL color Cylindrical-coordinate representation of color #BA9F93: hue angle of 18.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9F93 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 147 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.27 |
| HSL | 18.46º | 0.22% | 0.65% | - |
| HSV(B) | 18.46º | 0.21% | 0.73% | - |
| XYZ | 37.91 | 37.34 | 32.81 | - |
| YUV | 165.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 147 | 0 | 0.15 | 0.21 | 0.27 | 18.46 | 0.22 | 0.65 |
| Hex | BA | 9F | 93 | 0 | F | 15 | 1B | 12 | 16 | 41 |
| Octal | 272 | 237 | 223 | 0 | 17 | 25 | 33 | 22 | 26 | 101 |
| Binary | 10111010 | 10011111 | 10010011 | 0 | 1111 | 10101 | 11011 | 10010 | 10110 | 1000001 |
Color Harmonies of #BA9F93
Complementary color
Monochromatic Colors of #BA9F93
Black with #BA9F93
Text Example
Text Example
White with #BA9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F93; }
p { color: rgb(186,159,147); }
H1.HeaderClassName
{
color: #BA9F93;
}
.AnyTagClassName
{
color: #BA9F93;
}
</style>
background-color css
<style>
a { background-color: #BA9F93; }
a { background-color: rgb(186,159,147); }
div.DivClassName
{
background-color: #BA9F93;
}
.BgClassName
{
background-color: #BA9F93;
}
</style>
border-color css
<style>
span { border-color: #BA9F93; }
span { border-color: rgb(186,159,147); }
td.TdClassName
{
border-color: #BA9F93;
}
.TagClassName
{
border-color: #BA9F93;
}
</style>