Shades of Del Rio #BDA090
Tints of Del Rio #BDA090
RGB
CMYK
RGB Variations
Color information
#BDA090 (or 0xBDA090) is known color: Del Rio. HEX triplet: BD, A0 and 90. RGB value is (189,160,144). Sum of RGB (Red+Green+Blue) = 189+160+144=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA090 is #425F6F. Grayscale: #A6A6A6. Windows color (decimal): -4349808 or 9478333. OLE color: 9478333.
HSL color Cylindrical-coordinate representation of color #BDA090: hue angle of 21.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA090 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 144 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.26 |
| HSL | 21.33º | 0.25% | 0.65% | - |
| HSV(B) | 21.33º | 0.24% | 0.74% | - |
| XYZ | 38.59 | 37.97 | 31.68 | - |
| YUV | 166.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 144 | 0 | 0.15 | 0.24 | 0.26 | 21.33 | 0.25 | 0.65 |
| Hex | BD | A0 | 90 | 0 | F | 18 | 1A | 15 | 19 | 41 |
| Octal | 275 | 240 | 220 | 0 | 17 | 30 | 32 | 25 | 31 | 101 |
| Binary | 10111101 | 10100000 | 10010000 | 0 | 1111 | 11000 | 11010 | 10101 | 11001 | 1000001 |
Color Harmonies of #BDA090
Complementary color
Monochromatic Colors of #BDA090
Black with #BDA090
Text Example
Text Example
White with #BDA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA090; }
p { color: rgb(189,160,144); }
H1.HeaderClassName
{
color: #BDA090;
}
.AnyTagClassName
{
color: #BDA090;
}
</style>
background-color css
<style>
a { background-color: #BDA090; }
a { background-color: rgb(189,160,144); }
div.DivClassName
{
background-color: #BDA090;
}
.BgClassName
{
background-color: #BDA090;
}
</style>
border-color css
<style>
span { border-color: #BDA090; }
span { border-color: rgb(189,160,144); }
td.TdClassName
{
border-color: #BDA090;
}
.TagClassName
{
border-color: #BDA090;
}
</style>