Shades of Del Rio #BA998A
Tints of Del Rio #BA998A
RGB
CMYK
RGB Variations
Color information
#BA998A (or 0xBA998A) is known color: Del Rio. HEX triplet: BA, 99 and 8A. RGB value is (186,153,138). Sum of RGB (Red+Green+Blue) = 186+153+138=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA998A is #456675. Grayscale: #A1A1A1. Windows color (decimal): -4548214 or 9083322. OLE color: 9083322.
HSL color Cylindrical-coordinate representation of color #BA998A: hue angle of 18.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA998A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 138 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.27 |
| HSL | 18.75º | 0.26% | 0.64% | - |
| HSV(B) | 18.75º | 0.26% | 0.73% | - |
| XYZ | 36.23 | 35.06 | 28.9 | - |
| YUV | 161.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 138 | 0 | 0.18 | 0.26 | 0.27 | 18.75 | 0.26 | 0.64 |
| Hex | BA | 99 | 8A | 0 | 12 | 1A | 1B | 13 | 1A | 40 |
| Octal | 272 | 231 | 212 | 0 | 22 | 32 | 33 | 23 | 32 | 100 |
| Binary | 10111010 | 10011001 | 10001010 | 0 | 10010 | 11010 | 11011 | 10011 | 11010 | 1000000 |
Color Harmonies of #BA998A
Complementary color
Monochromatic Colors of #BA998A
Black with #BA998A
Text Example
Text Example
White with #BA998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA998A; }
p { color: rgb(186,153,138); }
H1.HeaderClassName
{
color: #BA998A;
}
.AnyTagClassName
{
color: #BA998A;
}
</style>
background-color css
<style>
a { background-color: #BA998A; }
a { background-color: rgb(186,153,138); }
div.DivClassName
{
background-color: #BA998A;
}
.BgClassName
{
background-color: #BA998A;
}
</style>
border-color css
<style>
span { border-color: #BA998A; }
span { border-color: rgb(186,153,138); }
td.TdClassName
{
border-color: #BA998A;
}
.TagClassName
{
border-color: #BA998A;
}
</style>