Shades of Del Rio #B5998D
Tints of Del Rio #B5998D
RGB
CMYK
RGB Variations
Color information
#B5998D (or 0xB5998D) is known color: Del Rio. HEX triplet: B5, 99 and 8D. RGB value is (181,153,141). Sum of RGB (Red+Green+Blue) = 181+153+141=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5998D is #4A6672. Grayscale: #A0A0A0. Windows color (decimal): -4875891 or 9279925. OLE color: 9279925.
HSL color Cylindrical-coordinate representation of color #B5998D: hue angle of 18º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5998D is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 141 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.29 |
| HSL | 18º | 0.21% | 0.63% | - |
| HSV(B) | 18º | 0.22% | 0.71% | - |
| XYZ | 35.26 | 34.53 | 30.01 | - |
| YUV | 160 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 141 | 0 | 0.15 | 0.22 | 0.29 | 18 | 0.21 | 0.63 |
| Hex | B5 | 99 | 8D | 0 | F | 16 | 1D | 12 | 15 | 3F |
| Octal | 265 | 231 | 215 | 0 | 17 | 26 | 35 | 22 | 25 | 77 |
| Binary | 10110101 | 10011001 | 10001101 | 0 | 1111 | 10110 | 11101 | 10010 | 10101 | 111111 |
Color Harmonies of #B5998D
Complementary color
Monochromatic Colors of #B5998D
Black with #B5998D
Text Example
Text Example
White with #B5998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5998D; }
p { color: rgb(181,153,141); }
H1.HeaderClassName
{
color: #B5998D;
}
.AnyTagClassName
{
color: #B5998D;
}
</style>
background-color css
<style>
a { background-color: #B5998D; }
a { background-color: rgb(181,153,141); }
div.DivClassName
{
background-color: #B5998D;
}
.BgClassName
{
background-color: #B5998D;
}
</style>
border-color css
<style>
span { border-color: #B5998D; }
span { border-color: rgb(181,153,141); }
td.TdClassName
{
border-color: #B5998D;
}
.TagClassName
{
border-color: #B5998D;
}
</style>