Shades of Del Rio #BA958B
Tints of Del Rio #BA958B
RGB
CMYK
RGB Variations
Color information
#BA958B (or 0xBA958B) is known color: Del Rio. HEX triplet: BA, 95 and 8B. RGB value is (186,149,139). Sum of RGB (Red+Green+Blue) = 186+149+139=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA958B is #456A74. Grayscale: #9E9E9E. Windows color (decimal): -4549237 or 9147834. OLE color: 9147834.
HSL color Cylindrical-coordinate representation of color #BA958B: hue angle of 12.77º 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 #BA958B is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 139 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.27 |
| HSL | 12.77º | 0.25% | 0.64% | - |
| HSV(B) | 12.77º | 0.25% | 0.73% | - |
| XYZ | 35.66 | 33.8 | 29.07 | - |
| YUV | 158.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 139 | 0 | 0.20 | 0.25 | 0.27 | 12.77 | 0.25 | 0.64 |
| Hex | BA | 95 | 8B | 0 | 14 | 19 | 1B | D | 19 | 40 |
| Octal | 272 | 225 | 213 | 0 | 24 | 31 | 33 | 15 | 31 | 100 |
| Binary | 10111010 | 10010101 | 10001011 | 0 | 10100 | 11001 | 11011 | 1101 | 11001 | 1000000 |
Color Harmonies of #BA958B
Complementary color
Monochromatic Colors of #BA958B
Black with #BA958B
Text Example
Text Example
White with #BA958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA958B; }
p { color: rgb(186,149,139); }
H1.HeaderClassName
{
color: #BA958B;
}
.AnyTagClassName
{
color: #BA958B;
}
</style>
background-color css
<style>
a { background-color: #BA958B; }
a { background-color: rgb(186,149,139); }
div.DivClassName
{
background-color: #BA958B;
}
.BgClassName
{
background-color: #BA958B;
}
</style>
border-color css
<style>
span { border-color: #BA958B; }
span { border-color: rgb(186,149,139); }
td.TdClassName
{
border-color: #BA958B;
}
.TagClassName
{
border-color: #BA958B;
}
</style>