Shades of Del Rio #BDA08D
Tints of Del Rio #BDA08D
RGB
CMYK
RGB Variations
Color information
#BDA08D (or 0xBDA08D) is known color: Del Rio. HEX triplet: BD, A0 and 8D. RGB value is (189,160,141). Sum of RGB (Red+Green+Blue) = 189+160+141=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA08D is #425F72. Grayscale: #A6A6A6. Windows color (decimal): -4349811 or 9281725. OLE color: 9281725.
HSL color Cylindrical-coordinate representation of color #BDA08D: hue angle of 23.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA08D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 141 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.26 |
| HSL | 23.75º | 0.27% | 0.65% | - |
| HSV(B) | 23.75º | 0.25% | 0.74% | - |
| XYZ | 38.36 | 37.88 | 30.49 | - |
| YUV | 166.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 141 | 0 | 0.15 | 0.25 | 0.26 | 23.75 | 0.27 | 0.65 |
| Hex | BD | A0 | 8D | 0 | F | 19 | 1A | 18 | 1B | 41 |
| Octal | 275 | 240 | 215 | 0 | 17 | 31 | 32 | 30 | 33 | 101 |
| Binary | 10111101 | 10100000 | 10001101 | 0 | 1111 | 11001 | 11010 | 11000 | 11011 | 1000001 |
Color Harmonies of #BDA08D
Complementary color
Monochromatic Colors of #BDA08D
Black with #BDA08D
Text Example
Text Example
White with #BDA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA08D; }
p { color: rgb(189,160,141); }
H1.HeaderClassName
{
color: #BDA08D;
}
.AnyTagClassName
{
color: #BDA08D;
}
</style>
background-color css
<style>
a { background-color: #BDA08D; }
a { background-color: rgb(189,160,141); }
div.DivClassName
{
background-color: #BDA08D;
}
.BgClassName
{
background-color: #BDA08D;
}
</style>
border-color css
<style>
span { border-color: #BDA08D; }
span { border-color: rgb(189,160,141); }
td.TdClassName
{
border-color: #BDA08D;
}
.TagClassName
{
border-color: #BDA08D;
}
</style>