Shades of Del Rio #BDA193
Tints of Del Rio #BDA193
RGB
CMYK
RGB Variations
Color information
#BDA193 (or 0xBDA193) is known color: Del Rio. HEX triplet: BD, A1 and 93. RGB value is (189,161,147). Sum of RGB (Red+Green+Blue) = 189+161+147=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA193 is #425E6C. Grayscale: #A7A7A7. Windows color (decimal): -4349549 or 9675197. OLE color: 9675197.
HSL color Cylindrical-coordinate representation of color #BDA193: hue angle of 20º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA193 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 147 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.26 |
| HSL | 20º | 0.24% | 0.66% | - |
| HSV(B) | 20º | 0.22% | 0.74% | - |
| XYZ | 39 | 38.42 | 32.96 | - |
| YUV | 167.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 147 | 0 | 0.15 | 0.22 | 0.26 | 20 | 0.24 | 0.66 |
| Hex | BD | A1 | 93 | 0 | F | 16 | 1A | 14 | 18 | 42 |
| Octal | 275 | 241 | 223 | 0 | 17 | 26 | 32 | 24 | 30 | 102 |
| Binary | 10111101 | 10100001 | 10010011 | 0 | 1111 | 10110 | 11010 | 10100 | 11000 | 1000010 |
Color Harmonies of #BDA193
Complementary color
Monochromatic Colors of #BDA193
Black with #BDA193
Text Example
Text Example
White with #BDA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA193; }
p { color: rgb(189,161,147); }
H1.HeaderClassName
{
color: #BDA193;
}
.AnyTagClassName
{
color: #BDA193;
}
</style>
background-color css
<style>
a { background-color: #BDA193; }
a { background-color: rgb(189,161,147); }
div.DivClassName
{
background-color: #BDA193;
}
.BgClassName
{
background-color: #BDA193;
}
</style>
border-color css
<style>
span { border-color: #BDA193; }
span { border-color: rgb(189,161,147); }
td.TdClassName
{
border-color: #BDA193;
}
.TagClassName
{
border-color: #BDA193;
}
</style>