Shades of Del Rio #B9988D
Tints of Del Rio #B9988D
RGB
CMYK
RGB Variations
Color information
#B9988D (or 0xB9988D) is known color: Del Rio. HEX triplet: B9, 98 and 8D. RGB value is (185,152,141). Sum of RGB (Red+Green+Blue) = 185+152+141=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9988D is #466772. Grayscale: #A0A0A0. Windows color (decimal): -4614003 or 9279673. OLE color: 9279673.
HSL color Cylindrical-coordinate representation of color #B9988D: hue angle of 15º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9988D is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 141 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.27 |
| HSL | 15º | 0.24% | 0.64% | - |
| HSV(B) | 15º | 0.24% | 0.73% | - |
| XYZ | 36.04 | 34.69 | 30 | - |
| YUV | 160.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 141 | 0 | 0.18 | 0.24 | 0.27 | 15 | 0.24 | 0.64 |
| Hex | B9 | 98 | 8D | 0 | 12 | 18 | 1B | F | 18 | 40 |
| Octal | 271 | 230 | 215 | 0 | 22 | 30 | 33 | 17 | 30 | 100 |
| Binary | 10111001 | 10011000 | 10001101 | 0 | 10010 | 11000 | 11011 | 1111 | 11000 | 1000000 |
Color Harmonies of #B9988D
Complementary color
Monochromatic Colors of #B9988D
Black with #B9988D
Text Example
Text Example
White with #B9988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9988D; }
p { color: rgb(185,152,141); }
H1.HeaderClassName
{
color: #B9988D;
}
.AnyTagClassName
{
color: #B9988D;
}
</style>
background-color css
<style>
a { background-color: #B9988D; }
a { background-color: rgb(185,152,141); }
div.DivClassName
{
background-color: #B9988D;
}
.BgClassName
{
background-color: #B9988D;
}
</style>
border-color css
<style>
span { border-color: #B9988D; }
span { border-color: rgb(185,152,141); }
td.TdClassName
{
border-color: #B9988D;
}
.TagClassName
{
border-color: #B9988D;
}
</style>