Shades of Del Rio #BDA395
Tints of Del Rio #BDA395
RGB
CMYK
RGB Variations
Color information
#BDA395 (or 0xBDA395) is known color: Del Rio. HEX triplet: BD, A3 and 95. RGB value is (189,163,149). Sum of RGB (Red+Green+Blue) = 189+163+149=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA395 is #425C6A. Grayscale: #A9A9A9. Windows color (decimal): -4349035 or 9806781. OLE color: 9806781.
HSL color Cylindrical-coordinate representation of color #BDA395: hue angle of 21º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA395 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 149 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.26 |
| HSL | 21º | 0.23% | 0.66% | - |
| HSV(B) | 21º | 0.21% | 0.74% | - |
| XYZ | 39.51 | 39.18 | 33.91 | - |
| YUV | 169.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 149 | 0 | 0.14 | 0.21 | 0.26 | 21 | 0.23 | 0.66 |
| Hex | BD | A3 | 95 | 0 | E | 15 | 1A | 15 | 17 | 42 |
| Octal | 275 | 243 | 225 | 0 | 16 | 25 | 32 | 25 | 27 | 102 |
| Binary | 10111101 | 10100011 | 10010101 | 0 | 1110 | 10101 | 11010 | 10101 | 10111 | 1000010 |
Color Harmonies of #BDA395
Complementary color
Monochromatic Colors of #BDA395
Black with #BDA395
Text Example
Text Example
White with #BDA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA395; }
p { color: rgb(189,163,149); }
H1.HeaderClassName
{
color: #BDA395;
}
.AnyTagClassName
{
color: #BDA395;
}
</style>
background-color css
<style>
a { background-color: #BDA395; }
a { background-color: rgb(189,163,149); }
div.DivClassName
{
background-color: #BDA395;
}
.BgClassName
{
background-color: #BDA395;
}
</style>
border-color css
<style>
span { border-color: #BDA395; }
span { border-color: rgb(189,163,149); }
td.TdClassName
{
border-color: #BDA395;
}
.TagClassName
{
border-color: #BDA395;
}
</style>