Shades of Del Rio #BD9D8E
Tints of Del Rio #BD9D8E
RGB
CMYK
RGB Variations
Color information
#BD9D8E (or 0xBD9D8E) is known color: Del Rio. HEX triplet: BD, 9D and 8E. RGB value is (189,157,142). Sum of RGB (Red+Green+Blue) = 189+157+142=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D8E is #426271. Grayscale: #A4A4A4. Windows color (decimal): -4350578 or 9346493. OLE color: 9346493.
HSL color Cylindrical-coordinate representation of color #BD9D8E: hue angle of 19.15º degrees, saturation: 0.26, 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 #BD9D8E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 142 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.26 |
| HSL | 19.15º | 0.26% | 0.65% | - |
| HSV(B) | 19.15º | 0.25% | 0.74% | - |
| XYZ | 37.93 | 36.89 | 30.71 | - |
| YUV | 164.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 142 | 0 | 0.17 | 0.25 | 0.26 | 19.15 | 0.26 | 0.65 |
| Hex | BD | 9D | 8E | 0 | 11 | 19 | 1A | 13 | 1A | 41 |
| Octal | 275 | 235 | 216 | 0 | 21 | 31 | 32 | 23 | 32 | 101 |
| Binary | 10111101 | 10011101 | 10001110 | 0 | 10001 | 11001 | 11010 | 10011 | 11010 | 1000001 |
Color Harmonies of #BD9D8E
Complementary color
Monochromatic Colors of #BD9D8E
Black with #BD9D8E
Text Example
Text Example
White with #BD9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D8E; }
p { color: rgb(189,157,142); }
H1.HeaderClassName
{
color: #BD9D8E;
}
.AnyTagClassName
{
color: #BD9D8E;
}
</style>
background-color css
<style>
a { background-color: #BD9D8E; }
a { background-color: rgb(189,157,142); }
div.DivClassName
{
background-color: #BD9D8E;
}
.BgClassName
{
background-color: #BD9D8E;
}
</style>
border-color css
<style>
span { border-color: #BD9D8E; }
span { border-color: rgb(189,157,142); }
td.TdClassName
{
border-color: #BD9D8E;
}
.TagClassName
{
border-color: #BD9D8E;
}
</style>