Shades of Del Rio #BDA197
Tints of Del Rio #BDA197
RGB
CMYK
RGB Variations
Color information
#BDA197 (or 0xBDA197) is known color: Del Rio. HEX triplet: BD, A1 and 97. RGB value is (189,161,151). Sum of RGB (Red+Green+Blue) = 189+161+151=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA197 is #425E68. Grayscale: #A8A8A8. Windows color (decimal): -4349545 or 9937341. OLE color: 9937341.
HSL color Cylindrical-coordinate representation of color #BDA197: hue angle of 15.79º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA197 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 151 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.26 |
| HSL | 15.79º | 0.22% | 0.67% | - |
| HSV(B) | 15.79º | 0.2% | 0.74% | - |
| XYZ | 39.32 | 38.54 | 34.65 | - |
| YUV | 168.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 151 | 0 | 0.15 | 0.20 | 0.26 | 15.79 | 0.22 | 0.67 |
| Hex | BD | A1 | 97 | 0 | F | 14 | 1A | 10 | 16 | 43 |
| Octal | 275 | 241 | 227 | 0 | 17 | 24 | 32 | 20 | 26 | 103 |
| Binary | 10111101 | 10100001 | 10010111 | 0 | 1111 | 10100 | 11010 | 10000 | 10110 | 1000011 |
Color Harmonies of #BDA197
Complementary color
Monochromatic Colors of #BDA197
Black with #BDA197
Text Example
Text Example
White with #BDA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA197; }
p { color: rgb(189,161,151); }
H1.HeaderClassName
{
color: #BDA197;
}
.AnyTagClassName
{
color: #BDA197;
}
</style>
background-color css
<style>
a { background-color: #BDA197; }
a { background-color: rgb(189,161,151); }
div.DivClassName
{
background-color: #BDA197;
}
.BgClassName
{
background-color: #BDA197;
}
</style>
border-color css
<style>
span { border-color: #BDA197; }
span { border-color: rgb(189,161,151); }
td.TdClassName
{
border-color: #BDA197;
}
.TagClassName
{
border-color: #BDA197;
}
</style>