Shades of Del Rio #BA978A
Tints of Del Rio #BA978A
RGB
CMYK
RGB Variations
Color information
#BA978A (or 0xBA978A) is known color: Del Rio. HEX triplet: BA, 97 and 8A. RGB value is (186,151,138). Sum of RGB (Red+Green+Blue) = 186+151+138=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA978A is #456875. Grayscale: #A0A0A0. Windows color (decimal): -4548726 or 9082810. OLE color: 9082810.
HSL color Cylindrical-coordinate representation of color #BA978A: hue angle of 16.25º 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 #BA978A is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 138 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.27 |
| HSL | 16.25º | 0.26% | 0.64% | - |
| HSV(B) | 16.25º | 0.26% | 0.73% | - |
| XYZ | 35.9 | 34.41 | 28.79 | - |
| YUV | 159.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 138 | 0 | 0.19 | 0.26 | 0.27 | 16.25 | 0.26 | 0.64 |
| Hex | BA | 97 | 8A | 0 | 13 | 1A | 1B | 10 | 1A | 40 |
| Octal | 272 | 227 | 212 | 0 | 23 | 32 | 33 | 20 | 32 | 100 |
| Binary | 10111010 | 10010111 | 10001010 | 0 | 10011 | 11010 | 11011 | 10000 | 11010 | 1000000 |
Color Harmonies of #BA978A
Complementary color
Monochromatic Colors of #BA978A
Black with #BA978A
Text Example
Text Example
White with #BA978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA978A; }
p { color: rgb(186,151,138); }
H1.HeaderClassName
{
color: #BA978A;
}
.AnyTagClassName
{
color: #BA978A;
}
</style>
background-color css
<style>
a { background-color: #BA978A; }
a { background-color: rgb(186,151,138); }
div.DivClassName
{
background-color: #BA978A;
}
.BgClassName
{
background-color: #BA978A;
}
</style>
border-color css
<style>
span { border-color: #BA978A; }
span { border-color: rgb(186,151,138); }
td.TdClassName
{
border-color: #BA978A;
}
.TagClassName
{
border-color: #BA978A;
}
</style>