Shades of Del Rio #B59588
Tints of Del Rio #B59588
RGB
CMYK
RGB Variations
Color information
#B59588 (or 0xB59588) is known color: Del Rio. HEX triplet: B5, 95 and 88. RGB value is (181,149,136). Sum of RGB (Red+Green+Blue) = 181+149+136=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B59588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59588 is #4A6A77. Grayscale: #9D9D9D. Windows color (decimal): -4876920 or 8951221. OLE color: 8951221.
HSL color Cylindrical-coordinate representation of color #B59588: hue angle of 17.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B59588 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 136 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.29 |
| HSL | 17.33º | 0.23% | 0.62% | - |
| HSV(B) | 17.33º | 0.25% | 0.71% | - |
| XYZ | 34.25 | 33.1 | 27.88 | - |
| YUV | 157.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 136 | 0 | 0.18 | 0.25 | 0.29 | 17.33 | 0.23 | 0.62 |
| Hex | B5 | 95 | 88 | 0 | 12 | 19 | 1D | 11 | 17 | 3E |
| Octal | 265 | 225 | 210 | 0 | 22 | 31 | 35 | 21 | 27 | 76 |
| Binary | 10110101 | 10010101 | 10001000 | 0 | 10010 | 11001 | 11101 | 10001 | 10111 | 111110 |
Color Harmonies of #B59588
Complementary color
Monochromatic Colors of #B59588
Black with #B59588
Text Example
Text Example
White with #B59588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59588; }
p { color: rgb(181,149,136); }
H1.HeaderClassName
{
color: #B59588;
}
.AnyTagClassName
{
color: #B59588;
}
</style>
background-color css
<style>
a { background-color: #B59588; }
a { background-color: rgb(181,149,136); }
div.DivClassName
{
background-color: #B59588;
}
.BgClassName
{
background-color: #B59588;
}
</style>
border-color css
<style>
span { border-color: #B59588; }
span { border-color: rgb(181,149,136); }
td.TdClassName
{
border-color: #B59588;
}
.TagClassName
{
border-color: #B59588;
}
</style>