Shades of Del Rio #BD9C8F
Tints of Del Rio #BD9C8F
RGB
CMYK
RGB Variations
Color information
#BD9C8F (or 0xBD9C8F) is known color: Del Rio. HEX triplet: BD, 9C and 8F. RGB value is (189,156,143). Sum of RGB (Red+Green+Blue) = 189+156+143=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C8F is #426370. Grayscale: #A4A4A4. Windows color (decimal): -4350833 or 9411773. OLE color: 9411773.
HSL color Cylindrical-coordinate representation of color #BD9C8F: hue angle of 16.96º 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 #BD9C8F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 143 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.26 |
| HSL | 16.96º | 0.26% | 0.65% | - |
| HSV(B) | 16.96º | 0.24% | 0.74% | - |
| XYZ | 37.83 | 36.58 | 31.05 | - |
| YUV | 164.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 143 | 0 | 0.17 | 0.24 | 0.26 | 16.96 | 0.26 | 0.65 |
| Hex | BD | 9C | 8F | 0 | 11 | 18 | 1A | 11 | 1A | 41 |
| Octal | 275 | 234 | 217 | 0 | 21 | 30 | 32 | 21 | 32 | 101 |
| Binary | 10111101 | 10011100 | 10001111 | 0 | 10001 | 11000 | 11010 | 10001 | 11010 | 1000001 |
Color Harmonies of #BD9C8F
Complementary color
Monochromatic Colors of #BD9C8F
Black with #BD9C8F
Text Example
Text Example
White with #BD9C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C8F; }
p { color: rgb(189,156,143); }
H1.HeaderClassName
{
color: #BD9C8F;
}
.AnyTagClassName
{
color: #BD9C8F;
}
</style>
background-color css
<style>
a { background-color: #BD9C8F; }
a { background-color: rgb(189,156,143); }
div.DivClassName
{
background-color: #BD9C8F;
}
.BgClassName
{
background-color: #BD9C8F;
}
</style>
border-color css
<style>
span { border-color: #BD9C8F; }
span { border-color: rgb(189,156,143); }
td.TdClassName
{
border-color: #BD9C8F;
}
.TagClassName
{
border-color: #BD9C8F;
}
</style>