Shades of Del Rio #BDA293
Tints of Del Rio #BDA293
RGB
CMYK
RGB Variations
Color information
#BDA293 (or 0xBDA293) is known color: Del Rio. HEX triplet: BD, A2 and 93. RGB value is (189,162,147). Sum of RGB (Red+Green+Blue) = 189+162+147=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA293 is #425D6C. Grayscale: #A8A8A8. Windows color (decimal): -4349293 or 9675453. OLE color: 9675453.
HSL color Cylindrical-coordinate representation of color #BDA293: hue angle of 21.43º 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 #BDA293 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 147 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.26 |
| HSL | 21.43º | 0.24% | 0.66% | - |
| HSV(B) | 21.43º | 0.22% | 0.74% | - |
| XYZ | 39.17 | 38.77 | 33.02 | - |
| YUV | 168.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 147 | 0 | 0.14 | 0.22 | 0.26 | 21.43 | 0.24 | 0.66 |
| Hex | BD | A2 | 93 | 0 | E | 16 | 1A | 15 | 18 | 42 |
| Octal | 275 | 242 | 223 | 0 | 16 | 26 | 32 | 25 | 30 | 102 |
| Binary | 10111101 | 10100010 | 10010011 | 0 | 1110 | 10110 | 11010 | 10101 | 11000 | 1000010 |
Color Harmonies of #BDA293
Complementary color
Monochromatic Colors of #BDA293
Black with #BDA293
Text Example
Text Example
White with #BDA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA293; }
p { color: rgb(189,162,147); }
H1.HeaderClassName
{
color: #BDA293;
}
.AnyTagClassName
{
color: #BDA293;
}
</style>
background-color css
<style>
a { background-color: #BDA293; }
a { background-color: rgb(189,162,147); }
div.DivClassName
{
background-color: #BDA293;
}
.BgClassName
{
background-color: #BDA293;
}
</style>
border-color css
<style>
span { border-color: #BDA293; }
span { border-color: rgb(189,162,147); }
td.TdClassName
{
border-color: #BDA293;
}
.TagClassName
{
border-color: #BDA293;
}
</style>