Shades of Del Rio #B5988C
Tints of Del Rio #B5988C
RGB
CMYK
RGB Variations
Color information
#B5988C (or 0xB5988C) is known color: Del Rio. HEX triplet: B5, 98 and 8C. RGB value is (181,152,140). Sum of RGB (Red+Green+Blue) = 181+152+140=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5988C is #4A6773. Grayscale: #9F9F9F. Windows color (decimal): -4876148 or 9214133. OLE color: 9214133.
HSL color Cylindrical-coordinate representation of color #B5988C: hue angle of 17.56º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5988C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 140 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.29 |
| HSL | 17.56º | 0.22% | 0.63% | - |
| HSV(B) | 17.56º | 0.23% | 0.71% | - |
| XYZ | 35.02 | 34.17 | 29.56 | - |
| YUV | 159.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 140 | 0 | 0.16 | 0.23 | 0.29 | 17.56 | 0.22 | 0.63 |
| Hex | B5 | 98 | 8C | 0 | 10 | 17 | 1D | 12 | 16 | 3F |
| Octal | 265 | 230 | 214 | 0 | 20 | 27 | 35 | 22 | 26 | 77 |
| Binary | 10110101 | 10011000 | 10001100 | 0 | 10000 | 10111 | 11101 | 10010 | 10110 | 111111 |
Color Harmonies of #B5988C
Complementary color
Monochromatic Colors of #B5988C
Black with #B5988C
Text Example
Text Example
White with #B5988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5988C; }
p { color: rgb(181,152,140); }
H1.HeaderClassName
{
color: #B5988C;
}
.AnyTagClassName
{
color: #B5988C;
}
</style>
background-color css
<style>
a { background-color: #B5988C; }
a { background-color: rgb(181,152,140); }
div.DivClassName
{
background-color: #B5988C;
}
.BgClassName
{
background-color: #B5988C;
}
</style>
border-color css
<style>
span { border-color: #B5988C; }
span { border-color: rgb(181,152,140); }
td.TdClassName
{
border-color: #B5988C;
}
.TagClassName
{
border-color: #B5988C;
}
</style>