Shades of Del Rio #BDA094
Tints of Del Rio #BDA094
RGB
CMYK
RGB Variations
Color information
#BDA094 (or 0xBDA094) is known color: Del Rio. HEX triplet: BD, A0 and 94. RGB value is (189,160,148). Sum of RGB (Red+Green+Blue) = 189+160+148=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA094 is #425F6B. Grayscale: #A7A7A7. Windows color (decimal): -4349804 or 9740477. OLE color: 9740477.
HSL color Cylindrical-coordinate representation of color #BDA094: hue angle of 17.56º 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 #BDA094 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 148 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.26 |
| HSL | 17.56º | 0.24% | 0.66% | - |
| HSV(B) | 17.56º | 0.22% | 0.74% | - |
| XYZ | 38.9 | 38.1 | 33.32 | - |
| YUV | 167.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 148 | 0 | 0.15 | 0.22 | 0.26 | 17.56 | 0.24 | 0.66 |
| Hex | BD | A0 | 94 | 0 | F | 16 | 1A | 12 | 18 | 42 |
| Octal | 275 | 240 | 224 | 0 | 17 | 26 | 32 | 22 | 30 | 102 |
| Binary | 10111101 | 10100000 | 10010100 | 0 | 1111 | 10110 | 11010 | 10010 | 11000 | 1000010 |
Color Harmonies of #BDA094
Complementary color
Monochromatic Colors of #BDA094
Black with #BDA094
Text Example
Text Example
White with #BDA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA094; }
p { color: rgb(189,160,148); }
H1.HeaderClassName
{
color: #BDA094;
}
.AnyTagClassName
{
color: #BDA094;
}
</style>
background-color css
<style>
a { background-color: #BDA094; }
a { background-color: rgb(189,160,148); }
div.DivClassName
{
background-color: #BDA094;
}
.BgClassName
{
background-color: #BDA094;
}
</style>
border-color css
<style>
span { border-color: #BDA094; }
span { border-color: rgb(189,160,148); }
td.TdClassName
{
border-color: #BDA094;
}
.TagClassName
{
border-color: #BDA094;
}
</style>