Shades of Del Rio #BA9C94
Tints of Del Rio #BA9C94
RGB
CMYK
RGB Variations
Color information
#BA9C94 (or 0xBA9C94) is known color: Del Rio. HEX triplet: BA, 9C and 94. RGB value is (186,156,148). Sum of RGB (Red+Green+Blue) = 186+156+148=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C94 is #45636B. Grayscale: #A4A4A4. Windows color (decimal): -4547436 or 9739450. OLE color: 9739450.
HSL color Cylindrical-coordinate representation of color #BA9C94: hue angle of 12.63º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9C94 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 148 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.27 |
| HSL | 12.63º | 0.22% | 0.65% | - |
| HSV(B) | 12.63º | 0.2% | 0.73% | - |
| XYZ | 37.48 | 36.35 | 33.06 | - |
| YUV | 164.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 148 | 0 | 0.16 | 0.20 | 0.27 | 12.63 | 0.22 | 0.65 |
| Hex | BA | 9C | 94 | 0 | 10 | 14 | 1B | D | 16 | 41 |
| Octal | 272 | 234 | 224 | 0 | 20 | 24 | 33 | 15 | 26 | 101 |
| Binary | 10111010 | 10011100 | 10010100 | 0 | 10000 | 10100 | 11011 | 1101 | 10110 | 1000001 |
Color Harmonies of #BA9C94
Complementary color
Monochromatic Colors of #BA9C94
Black with #BA9C94
Text Example
Text Example
White with #BA9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C94; }
p { color: rgb(186,156,148); }
H1.HeaderClassName
{
color: #BA9C94;
}
.AnyTagClassName
{
color: #BA9C94;
}
</style>
background-color css
<style>
a { background-color: #BA9C94; }
a { background-color: rgb(186,156,148); }
div.DivClassName
{
background-color: #BA9C94;
}
.BgClassName
{
background-color: #BA9C94;
}
</style>
border-color css
<style>
span { border-color: #BA9C94; }
span { border-color: rgb(186,156,148); }
td.TdClassName
{
border-color: #BA9C94;
}
.TagClassName
{
border-color: #BA9C94;
}
</style>