Shades of Del Rio #BA9E92
Tints of Del Rio #BA9E92
RGB
CMYK
RGB Variations
Color information
#BA9E92 (or 0xBA9E92) is known color: Del Rio. HEX triplet: BA, 9E and 92. RGB value is (186,158,146). Sum of RGB (Red+Green+Blue) = 186+158+146=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E92 is #45616D. Grayscale: #A5A5A5. Windows color (decimal): -4546926 or 9608890. OLE color: 9608890.
HSL color Cylindrical-coordinate representation of color #BA9E92: hue angle of 18º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9E92 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 146 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.27 |
| HSL | 18º | 0.22% | 0.65% | - |
| HSV(B) | 18º | 0.22% | 0.73% | - |
| XYZ | 37.66 | 36.97 | 32.34 | - |
| YUV | 165 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 146 | 0 | 0.15 | 0.22 | 0.27 | 18 | 0.22 | 0.65 |
| Hex | BA | 9E | 92 | 0 | F | 16 | 1B | 12 | 16 | 41 |
| Octal | 272 | 236 | 222 | 0 | 17 | 26 | 33 | 22 | 26 | 101 |
| Binary | 10111010 | 10011110 | 10010010 | 0 | 1111 | 10110 | 11011 | 10010 | 10110 | 1000001 |
Color Harmonies of #BA9E92
Complementary color
Monochromatic Colors of #BA9E92
Black with #BA9E92
Text Example
Text Example
White with #BA9E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E92; }
p { color: rgb(186,158,146); }
H1.HeaderClassName
{
color: #BA9E92;
}
.AnyTagClassName
{
color: #BA9E92;
}
</style>
background-color css
<style>
a { background-color: #BA9E92; }
a { background-color: rgb(186,158,146); }
div.DivClassName
{
background-color: #BA9E92;
}
.BgClassName
{
background-color: #BA9E92;
}
</style>
border-color css
<style>
span { border-color: #BA9E92; }
span { border-color: rgb(186,158,146); }
td.TdClassName
{
border-color: #BA9E92;
}
.TagClassName
{
border-color: #BA9E92;
}
</style>