Shades of Del Rio #BDA190
Tints of Del Rio #BDA190
RGB
CMYK
RGB Variations
Color information
#BDA190 (or 0xBDA190) is known color: Del Rio. HEX triplet: BD, A1 and 90. RGB value is (189,161,144). Sum of RGB (Red+Green+Blue) = 189+161+144=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA190 is #425E6F. Grayscale: #A7A7A7. Windows color (decimal): -4349552 or 9478589. OLE color: 9478589.
HSL color Cylindrical-coordinate representation of color #BDA190: hue angle of 22.67º 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 #BDA190 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 144 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.26 |
| HSL | 22.67º | 0.25% | 0.65% | - |
| HSV(B) | 22.67º | 0.24% | 0.74% | - |
| XYZ | 38.77 | 38.32 | 31.74 | - |
| YUV | 167.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 144 | 0 | 0.15 | 0.24 | 0.26 | 22.67 | 0.25 | 0.65 |
| Hex | BD | A1 | 90 | 0 | F | 18 | 1A | 17 | 19 | 41 |
| Octal | 275 | 241 | 220 | 0 | 17 | 30 | 32 | 27 | 31 | 101 |
| Binary | 10111101 | 10100001 | 10010000 | 0 | 1111 | 11000 | 11010 | 10111 | 11001 | 1000001 |
Color Harmonies of #BDA190
Complementary color
Monochromatic Colors of #BDA190
Black with #BDA190
Text Example
Text Example
White with #BDA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA190; }
p { color: rgb(189,161,144); }
H1.HeaderClassName
{
color: #BDA190;
}
.AnyTagClassName
{
color: #BDA190;
}
</style>
background-color css
<style>
a { background-color: #BDA190; }
a { background-color: rgb(189,161,144); }
div.DivClassName
{
background-color: #BDA190;
}
.BgClassName
{
background-color: #BDA190;
}
</style>
border-color css
<style>
span { border-color: #BDA190; }
span { border-color: rgb(189,161,144); }
td.TdClassName
{
border-color: #BDA190;
}
.TagClassName
{
border-color: #BDA190;
}
</style>