Shades of Del Rio #BD9E8D
Tints of Del Rio #BD9E8D
RGB
CMYK
RGB Variations
Color information
#BD9E8D (or 0xBD9E8D) is known color: Del Rio. HEX triplet: BD, 9E and 8D. RGB value is (189,158,141). Sum of RGB (Red+Green+Blue) = 189+158+141=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E8D is #426172. Grayscale: #A5A5A5. Windows color (decimal): -4350323 or 9281213. OLE color: 9281213.
HSL color Cylindrical-coordinate representation of color #BD9E8D: hue angle of 21.25º 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 #BD9E8D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 141 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.26 |
| HSL | 21.25º | 0.27% | 0.65% | - |
| HSV(B) | 21.25º | 0.25% | 0.74% | - |
| XYZ | 38.02 | 37.2 | 30.37 | - |
| YUV | 165.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 141 | 0 | 0.16 | 0.25 | 0.26 | 21.25 | 0.27 | 0.65 |
| Hex | BD | 9E | 8D | 0 | 10 | 19 | 1A | 15 | 1B | 41 |
| Octal | 275 | 236 | 215 | 0 | 20 | 31 | 32 | 25 | 33 | 101 |
| Binary | 10111101 | 10011110 | 10001101 | 0 | 10000 | 11001 | 11010 | 10101 | 11011 | 1000001 |
Color Harmonies of #BD9E8D
Complementary color
Monochromatic Colors of #BD9E8D
Black with #BD9E8D
Text Example
Text Example
White with #BD9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E8D; }
p { color: rgb(189,158,141); }
H1.HeaderClassName
{
color: #BD9E8D;
}
.AnyTagClassName
{
color: #BD9E8D;
}
</style>
background-color css
<style>
a { background-color: #BD9E8D; }
a { background-color: rgb(189,158,141); }
div.DivClassName
{
background-color: #BD9E8D;
}
.BgClassName
{
background-color: #BD9E8D;
}
</style>
border-color css
<style>
span { border-color: #BD9E8D; }
span { border-color: rgb(189,158,141); }
td.TdClassName
{
border-color: #BD9E8D;
}
.TagClassName
{
border-color: #BD9E8D;
}
</style>