Shades of Del Rio #B5958B
Tints of Del Rio #B5958B
RGB
CMYK
RGB Variations
Color information
#B5958B (or 0xB5958B) is known color: Del Rio. HEX triplet: B5, 95 and 8B. RGB value is (181,149,139). Sum of RGB (Red+Green+Blue) = 181+149+139=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5958B is #4A6A74. Grayscale: #9D9D9D. Windows color (decimal): -4876917 or 9147829. OLE color: 9147829.
HSL color Cylindrical-coordinate representation of color #B5958B: hue angle of 14.29º 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 #B5958B is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 139 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.29 |
| HSL | 14.29º | 0.22% | 0.63% | - |
| HSV(B) | 14.29º | 0.23% | 0.71% | - |
| XYZ | 34.46 | 33.18 | 29.01 | - |
| YUV | 157.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 139 | 0 | 0.18 | 0.23 | 0.29 | 14.29 | 0.22 | 0.63 |
| Hex | B5 | 95 | 8B | 0 | 12 | 17 | 1D | E | 16 | 3F |
| Octal | 265 | 225 | 213 | 0 | 22 | 27 | 35 | 16 | 26 | 77 |
| Binary | 10110101 | 10010101 | 10001011 | 0 | 10010 | 10111 | 11101 | 1110 | 10110 | 111111 |
Color Harmonies of #B5958B
Complementary color
Monochromatic Colors of #B5958B
Black with #B5958B
Text Example
Text Example
White with #B5958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5958B; }
p { color: rgb(181,149,139); }
H1.HeaderClassName
{
color: #B5958B;
}
.AnyTagClassName
{
color: #B5958B;
}
</style>
background-color css
<style>
a { background-color: #B5958B; }
a { background-color: rgb(181,149,139); }
div.DivClassName
{
background-color: #B5958B;
}
.BgClassName
{
background-color: #B5958B;
}
</style>
border-color css
<style>
span { border-color: #B5958B; }
span { border-color: rgb(181,149,139); }
td.TdClassName
{
border-color: #B5958B;
}
.TagClassName
{
border-color: #B5958B;
}
</style>