Shades of Del Rio #BD9E90
Tints of Del Rio #BD9E90
RGB
CMYK
RGB Variations
Color information
#BD9E90 (or 0xBD9E90) is known color: Del Rio. HEX triplet: BD, 9E and 90. RGB value is (189,158,144). Sum of RGB (Red+Green+Blue) = 189+158+144=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E90 is #42616F. Grayscale: #A5A5A5. Windows color (decimal): -4350320 or 9477821. OLE color: 9477821.
HSL color Cylindrical-coordinate representation of color #BD9E90: hue angle of 18.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9E90 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 144 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.26 |
| HSL | 18.67º | 0.25% | 0.65% | - |
| HSV(B) | 18.67º | 0.24% | 0.74% | - |
| XYZ | 38.25 | 37.29 | 31.57 | - |
| YUV | 165.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 144 | 0 | 0.16 | 0.24 | 0.26 | 18.67 | 0.25 | 0.65 |
| Hex | BD | 9E | 90 | 0 | 10 | 18 | 1A | 13 | 19 | 41 |
| Octal | 275 | 236 | 220 | 0 | 20 | 30 | 32 | 23 | 31 | 101 |
| Binary | 10111101 | 10011110 | 10010000 | 0 | 10000 | 11000 | 11010 | 10011 | 11001 | 1000001 |
Color Harmonies of #BD9E90
Complementary color
Monochromatic Colors of #BD9E90
Black with #BD9E90
Text Example
Text Example
White with #BD9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E90; }
p { color: rgb(189,158,144); }
H1.HeaderClassName
{
color: #BD9E90;
}
.AnyTagClassName
{
color: #BD9E90;
}
</style>
background-color css
<style>
a { background-color: #BD9E90; }
a { background-color: rgb(189,158,144); }
div.DivClassName
{
background-color: #BD9E90;
}
.BgClassName
{
background-color: #BD9E90;
}
</style>
border-color css
<style>
span { border-color: #BD9E90; }
span { border-color: rgb(189,158,144); }
td.TdClassName
{
border-color: #BD9E90;
}
.TagClassName
{
border-color: #BD9E90;
}
</style>