Shades of Del Rio #BDA191
Tints of Del Rio #BDA191
RGB
CMYK
RGB Variations
Color information
#BDA191 (or 0xBDA191) is known color: Del Rio. HEX triplet: BD, A1 and 91. RGB value is (189,161,145). Sum of RGB (Red+Green+Blue) = 189+161+145=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA191 is #425E6E. Grayscale: #A7A7A7. Windows color (decimal): -4349551 or 9544125. OLE color: 9544125.
HSL color Cylindrical-coordinate representation of color #BDA191: hue angle of 21.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA191 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 145 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.26 |
| HSL | 21.82º | 0.25% | 0.65% | - |
| HSV(B) | 21.82º | 0.23% | 0.74% | - |
| XYZ | 38.84 | 38.35 | 32.14 | - |
| YUV | 167.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 145 | 0 | 0.15 | 0.23 | 0.26 | 21.82 | 0.25 | 0.65 |
| Hex | BD | A1 | 91 | 0 | F | 17 | 1A | 16 | 19 | 41 |
| Octal | 275 | 241 | 221 | 0 | 17 | 27 | 32 | 26 | 31 | 101 |
| Binary | 10111101 | 10100001 | 10010001 | 0 | 1111 | 10111 | 11010 | 10110 | 11001 | 1000001 |
Color Harmonies of #BDA191
Complementary color
Monochromatic Colors of #BDA191
Black with #BDA191
Text Example
Text Example
White with #BDA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA191; }
p { color: rgb(189,161,145); }
H1.HeaderClassName
{
color: #BDA191;
}
.AnyTagClassName
{
color: #BDA191;
}
</style>
background-color css
<style>
a { background-color: #BDA191; }
a { background-color: rgb(189,161,145); }
div.DivClassName
{
background-color: #BDA191;
}
.BgClassName
{
background-color: #BDA191;
}
</style>
border-color css
<style>
span { border-color: #BDA191; }
span { border-color: rgb(189,161,145); }
td.TdClassName
{
border-color: #BDA191;
}
.TagClassName
{
border-color: #BDA191;
}
</style>