Shades of Del Rio #B9988F
Tints of Del Rio #B9988F
RGB
CMYK
RGB Variations
Color information
#B9988F (or 0xB9988F) is known color: Del Rio. HEX triplet: B9, 98 and 8F. RGB value is (185,152,143). Sum of RGB (Red+Green+Blue) = 185+152+143=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9988F is #466770. Grayscale: #A0A0A0. Windows color (decimal): -4614001 or 9410745. OLE color: 9410745.
HSL color Cylindrical-coordinate representation of color #B9988F: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9988F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 143 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.27 |
| HSL | 12.86º | 0.23% | 0.64% | - |
| HSV(B) | 12.86º | 0.23% | 0.73% | - |
| XYZ | 36.19 | 34.75 | 30.79 | - |
| YUV | 160.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 143 | 0 | 0.18 | 0.23 | 0.27 | 12.86 | 0.23 | 0.64 |
| Hex | B9 | 98 | 8F | 0 | 12 | 17 | 1B | D | 17 | 40 |
| Octal | 271 | 230 | 217 | 0 | 22 | 27 | 33 | 15 | 27 | 100 |
| Binary | 10111001 | 10011000 | 10001111 | 0 | 10010 | 10111 | 11011 | 1101 | 10111 | 1000000 |
Color Harmonies of #B9988F
Complementary color
Monochromatic Colors of #B9988F
Black with #B9988F
Text Example
Text Example
White with #B9988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9988F; }
p { color: rgb(185,152,143); }
H1.HeaderClassName
{
color: #B9988F;
}
.AnyTagClassName
{
color: #B9988F;
}
</style>
background-color css
<style>
a { background-color: #B9988F; }
a { background-color: rgb(185,152,143); }
div.DivClassName
{
background-color: #B9988F;
}
.BgClassName
{
background-color: #B9988F;
}
</style>
border-color css
<style>
span { border-color: #B9988F; }
span { border-color: rgb(185,152,143); }
td.TdClassName
{
border-color: #B9988F;
}
.TagClassName
{
border-color: #B9988F;
}
</style>