Shades of Del Rio #BA9B8B
Tints of Del Rio #BA9B8B
RGB
CMYK
RGB Variations
Color information
#BA9B8B (or 0xBA9B8B) is known color: Del Rio. HEX triplet: BA, 9B and 8B. RGB value is (186,155,139). Sum of RGB (Red+Green+Blue) = 186+155+139=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B8B is #456474. Grayscale: #A2A2A2. Windows color (decimal): -4547701 or 9149370. OLE color: 9149370.
HSL color Cylindrical-coordinate representation of color #BA9B8B: hue angle of 20.43º 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 #BA9B8B is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 139 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.27 |
| HSL | 20.43º | 0.25% | 0.64% | - |
| HSV(B) | 20.43º | 0.25% | 0.73% | - |
| XYZ | 36.63 | 35.75 | 29.4 | - |
| YUV | 162.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 139 | 0 | 0.17 | 0.25 | 0.27 | 20.43 | 0.25 | 0.64 |
| Hex | BA | 9B | 8B | 0 | 11 | 19 | 1B | 14 | 19 | 40 |
| Octal | 272 | 233 | 213 | 0 | 21 | 31 | 33 | 24 | 31 | 100 |
| Binary | 10111010 | 10011011 | 10001011 | 0 | 10001 | 11001 | 11011 | 10100 | 11001 | 1000000 |
Color Harmonies of #BA9B8B
Complementary color
Monochromatic Colors of #BA9B8B
Black with #BA9B8B
Text Example
Text Example
White with #BA9B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B8B; }
p { color: rgb(186,155,139); }
H1.HeaderClassName
{
color: #BA9B8B;
}
.AnyTagClassName
{
color: #BA9B8B;
}
</style>
background-color css
<style>
a { background-color: #BA9B8B; }
a { background-color: rgb(186,155,139); }
div.DivClassName
{
background-color: #BA9B8B;
}
.BgClassName
{
background-color: #BA9B8B;
}
</style>
border-color css
<style>
span { border-color: #BA9B8B; }
span { border-color: rgb(186,155,139); }
td.TdClassName
{
border-color: #BA9B8B;
}
.TagClassName
{
border-color: #BA9B8B;
}
</style>