Shades of Del Rio #B5988A
Tints of Del Rio #B5988A
RGB
CMYK
RGB Variations
Color information
#B5988A (or 0xB5988A) is known color: Del Rio. HEX triplet: B5, 98 and 8A. RGB value is (181,152,138). Sum of RGB (Red+Green+Blue) = 181+152+138=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5988A is #4A6775. Grayscale: #9F9F9F. Windows color (decimal): -4876150 or 9083061. OLE color: 9083061.
HSL color Cylindrical-coordinate representation of color #B5988A: hue angle of 19.53º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5988A is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 138 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.29 |
| HSL | 19.53º | 0.23% | 0.63% | - |
| HSV(B) | 19.53º | 0.24% | 0.71% | - |
| XYZ | 34.87 | 34.12 | 28.79 | - |
| YUV | 159.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 138 | 0 | 0.16 | 0.24 | 0.29 | 19.53 | 0.23 | 0.63 |
| Hex | B5 | 98 | 8A | 0 | 10 | 18 | 1D | 14 | 17 | 3F |
| Octal | 265 | 230 | 212 | 0 | 20 | 30 | 35 | 24 | 27 | 77 |
| Binary | 10110101 | 10011000 | 10001010 | 0 | 10000 | 11000 | 11101 | 10100 | 10111 | 111111 |
Color Harmonies of #B5988A
Complementary color
Monochromatic Colors of #B5988A
Black with #B5988A
Text Example
Text Example
White with #B5988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5988A; }
p { color: rgb(181,152,138); }
H1.HeaderClassName
{
color: #B5988A;
}
.AnyTagClassName
{
color: #B5988A;
}
</style>
background-color css
<style>
a { background-color: #B5988A; }
a { background-color: rgb(181,152,138); }
div.DivClassName
{
background-color: #B5988A;
}
.BgClassName
{
background-color: #B5988A;
}
</style>
border-color css
<style>
span { border-color: #B5988A; }
span { border-color: rgb(181,152,138); }
td.TdClassName
{
border-color: #B5988A;
}
.TagClassName
{
border-color: #B5988A;
}
</style>