Shades of Del Rio #BA9C95
Tints of Del Rio #BA9C95
RGB
CMYK
RGB Variations
Color information
#BA9C95 (or 0xBA9C95) is known color: Del Rio. HEX triplet: BA, 9C and 95. RGB value is (186,156,149). Sum of RGB (Red+Green+Blue) = 186+156+149=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C95 is #45636A. Grayscale: #A4A4A4. Windows color (decimal): -4547435 or 9804986. OLE color: 9804986.
HSL color Cylindrical-coordinate representation of color #BA9C95: hue angle of 11.35º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9C95 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 149 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.27 |
| HSL | 11.35º | 0.21% | 0.66% | - |
| HSV(B) | 11.35º | 0.2% | 0.73% | - |
| XYZ | 37.56 | 36.39 | 33.48 | - |
| YUV | 164.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 149 | 0 | 0.16 | 0.20 | 0.27 | 11.35 | 0.21 | 0.66 |
| Hex | BA | 9C | 95 | 0 | 10 | 14 | 1B | B | 15 | 42 |
| Octal | 272 | 234 | 225 | 0 | 20 | 24 | 33 | 13 | 25 | 102 |
| Binary | 10111010 | 10011100 | 10010101 | 0 | 10000 | 10100 | 11011 | 1011 | 10101 | 1000010 |
Color Harmonies of #BA9C95
Complementary color
Monochromatic Colors of #BA9C95
Black with #BA9C95
Text Example
Text Example
White with #BA9C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C95; }
p { color: rgb(186,156,149); }
H1.HeaderClassName
{
color: #BA9C95;
}
.AnyTagClassName
{
color: #BA9C95;
}
</style>
background-color css
<style>
a { background-color: #BA9C95; }
a { background-color: rgb(186,156,149); }
div.DivClassName
{
background-color: #BA9C95;
}
.BgClassName
{
background-color: #BA9C95;
}
</style>
border-color css
<style>
span { border-color: #BA9C95; }
span { border-color: rgb(186,156,149); }
td.TdClassName
{
border-color: #BA9C95;
}
.TagClassName
{
border-color: #BA9C95;
}
</style>