Shades of Del Rio #B5998F
Tints of Del Rio #B5998F
RGB
CMYK
RGB Variations
Color information
#B5998F (or 0xB5998F) is known color: Del Rio. HEX triplet: B5, 99 and 8F. RGB value is (181,153,143). Sum of RGB (Red+Green+Blue) = 181+153+143=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5998F is #4A6670. Grayscale: #A0A0A0. Windows color (decimal): -4875889 or 9410997. OLE color: 9410997.
HSL color Cylindrical-coordinate representation of color #B5998F: hue angle of 15.79º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5998F is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 143 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.29 |
| HSL | 15.79º | 0.2% | 0.64% | - |
| HSV(B) | 15.79º | 0.21% | 0.71% | - |
| XYZ | 35.41 | 34.59 | 30.8 | - |
| YUV | 160.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 143 | 0 | 0.15 | 0.21 | 0.29 | 15.79 | 0.2 | 0.64 |
| Hex | B5 | 99 | 8F | 0 | F | 15 | 1D | 10 | 14 | 40 |
| Octal | 265 | 231 | 217 | 0 | 17 | 25 | 35 | 20 | 24 | 100 |
| Binary | 10110101 | 10011001 | 10001111 | 0 | 1111 | 10101 | 11101 | 10000 | 10100 | 1000000 |
Color Harmonies of #B5998F
Complementary color
Monochromatic Colors of #B5998F
Black with #B5998F
Text Example
Text Example
White with #B5998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5998F; }
p { color: rgb(181,153,143); }
H1.HeaderClassName
{
color: #B5998F;
}
.AnyTagClassName
{
color: #B5998F;
}
</style>
background-color css
<style>
a { background-color: #B5998F; }
a { background-color: rgb(181,153,143); }
div.DivClassName
{
background-color: #B5998F;
}
.BgClassName
{
background-color: #B5998F;
}
</style>
border-color css
<style>
span { border-color: #B5998F; }
span { border-color: rgb(181,153,143); }
td.TdClassName
{
border-color: #B5998F;
}
.TagClassName
{
border-color: #B5998F;
}
</style>