Shades of Del Rio #BD9F8F
Tints of Del Rio #BD9F8F
RGB
CMYK
RGB Variations
Color information
#BD9F8F (or 0xBD9F8F) is known color: Del Rio. HEX triplet: BD, 9F and 8F. RGB value is (189,159,143). Sum of RGB (Red+Green+Blue) = 189+159+143=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F8F is #426070. Grayscale: #A6A6A6. Windows color (decimal): -4350065 or 9412541. OLE color: 9412541.
HSL color Cylindrical-coordinate representation of color #BD9F8F: hue angle of 20.87º degrees, saturation: 0.26, 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 #BD9F8F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 143 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.26 |
| HSL | 20.87º | 0.26% | 0.65% | - |
| HSV(B) | 20.87º | 0.24% | 0.74% | - |
| XYZ | 38.34 | 37.6 | 31.22 | - |
| YUV | 166.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 143 | 0 | 0.16 | 0.24 | 0.26 | 20.87 | 0.26 | 0.65 |
| Hex | BD | 9F | 8F | 0 | 10 | 18 | 1A | 15 | 1A | 41 |
| Octal | 275 | 237 | 217 | 0 | 20 | 30 | 32 | 25 | 32 | 101 |
| Binary | 10111101 | 10011111 | 10001111 | 0 | 10000 | 11000 | 11010 | 10101 | 11010 | 1000001 |
Color Harmonies of #BD9F8F
Complementary color
Monochromatic Colors of #BD9F8F
Black with #BD9F8F
Text Example
Text Example
White with #BD9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F8F; }
p { color: rgb(189,159,143); }
H1.HeaderClassName
{
color: #BD9F8F;
}
.AnyTagClassName
{
color: #BD9F8F;
}
</style>
background-color css
<style>
a { background-color: #BD9F8F; }
a { background-color: rgb(189,159,143); }
div.DivClassName
{
background-color: #BD9F8F;
}
.BgClassName
{
background-color: #BD9F8F;
}
</style>
border-color css
<style>
span { border-color: #BD9F8F; }
span { border-color: rgb(189,159,143); }
td.TdClassName
{
border-color: #BD9F8F;
}
.TagClassName
{
border-color: #BD9F8F;
}
</style>