Shades of Del Rio #B5998B
Tints of Del Rio #B5998B
RGB
CMYK
RGB Variations
Color information
#B5998B (or 0xB5998B) is known color: Del Rio. HEX triplet: B5, 99 and 8B. RGB value is (181,153,139). Sum of RGB (Red+Green+Blue) = 181+153+139=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5998B is #4A6674. Grayscale: #9F9F9F. Windows color (decimal): -4875893 or 9148853. OLE color: 9148853.
HSL color Cylindrical-coordinate representation of color #B5998B: hue angle of 20º 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 #B5998B is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 139 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.29 |
| HSL | 20º | 0.22% | 0.63% | - |
| HSV(B) | 20º | 0.23% | 0.71% | - |
| XYZ | 35.11 | 34.47 | 29.23 | - |
| YUV | 159.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 139 | 0 | 0.15 | 0.23 | 0.29 | 20 | 0.22 | 0.63 |
| Hex | B5 | 99 | 8B | 0 | F | 17 | 1D | 14 | 16 | 3F |
| Octal | 265 | 231 | 213 | 0 | 17 | 27 | 35 | 24 | 26 | 77 |
| Binary | 10110101 | 10011001 | 10001011 | 0 | 1111 | 10111 | 11101 | 10100 | 10110 | 111111 |
Color Harmonies of #B5998B
Complementary color
Monochromatic Colors of #B5998B
Black with #B5998B
Text Example
Text Example
White with #B5998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5998B; }
p { color: rgb(181,153,139); }
H1.HeaderClassName
{
color: #B5998B;
}
.AnyTagClassName
{
color: #B5998B;
}
</style>
background-color css
<style>
a { background-color: #B5998B; }
a { background-color: rgb(181,153,139); }
div.DivClassName
{
background-color: #B5998B;
}
.BgClassName
{
background-color: #B5998B;
}
</style>
border-color css
<style>
span { border-color: #B5998B; }
span { border-color: rgb(181,153,139); }
td.TdClassName
{
border-color: #B5998B;
}
.TagClassName
{
border-color: #B5998B;
}
</style>