Shades of Del Rio #BDA095
Tints of Del Rio #BDA095
RGB
CMYK
RGB Variations
Color information
#BDA095 (or 0xBDA095) is known color: Del Rio. HEX triplet: BD, A0 and 95. RGB value is (189,160,149). Sum of RGB (Red+Green+Blue) = 189+160+149=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA095 is #425F6A. Grayscale: #A7A7A7. Windows color (decimal): -4349803 or 9806013. OLE color: 9806013.
HSL color Cylindrical-coordinate representation of color #BDA095: hue angle of 16.5º 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 #BDA095 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 149 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.26 |
| HSL | 16.5º | 0.23% | 0.66% | - |
| HSV(B) | 16.5º | 0.21% | 0.74% | - |
| XYZ | 38.98 | 38.13 | 33.74 | - |
| YUV | 167.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 149 | 0 | 0.15 | 0.21 | 0.26 | 16.5 | 0.23 | 0.66 |
| Hex | BD | A0 | 95 | 0 | F | 15 | 1A | 10 | 17 | 42 |
| Octal | 275 | 240 | 225 | 0 | 17 | 25 | 32 | 20 | 27 | 102 |
| Binary | 10111101 | 10100000 | 10010101 | 0 | 1111 | 10101 | 11010 | 10000 | 10111 | 1000010 |
Color Harmonies of #BDA095
Complementary color
Monochromatic Colors of #BDA095
Black with #BDA095
Text Example
Text Example
White with #BDA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA095; }
p { color: rgb(189,160,149); }
H1.HeaderClassName
{
color: #BDA095;
}
.AnyTagClassName
{
color: #BDA095;
}
</style>
background-color css
<style>
a { background-color: #BDA095; }
a { background-color: rgb(189,160,149); }
div.DivClassName
{
background-color: #BDA095;
}
.BgClassName
{
background-color: #BDA095;
}
</style>
border-color css
<style>
span { border-color: #BDA095; }
span { border-color: rgb(189,160,149); }
td.TdClassName
{
border-color: #BDA095;
}
.TagClassName
{
border-color: #BDA095;
}
</style>