Shades of Del Rio #B59186
Tints of Del Rio #B59186
RGB
CMYK
RGB Variations
Color information
#B59186 (or 0xB59186) is known color: Del Rio. HEX triplet: B5, 91 and 86. RGB value is (181,145,134). Sum of RGB (Red+Green+Blue) = 181+145+134=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B59186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59186 is #4A6E79. Grayscale: #9A9A9A. Windows color (decimal): -4877946 or 8819125. OLE color: 8819125.
HSL color Cylindrical-coordinate representation of color #B59186: hue angle of 14.04º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59186 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 134 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.29 |
| HSL | 14.04º | 0.24% | 0.62% | - |
| HSV(B) | 14.04º | 0.26% | 0.71% | - |
| XYZ | 33.48 | 31.8 | 26.93 | - |
| YUV | 154.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 134 | 0 | 0.20 | 0.26 | 0.29 | 14.04 | 0.24 | 0.62 |
| Hex | B5 | 91 | 86 | 0 | 14 | 1A | 1D | E | 18 | 3E |
| Octal | 265 | 221 | 206 | 0 | 24 | 32 | 35 | 16 | 30 | 76 |
| Binary | 10110101 | 10010001 | 10000110 | 0 | 10100 | 11010 | 11101 | 1110 | 11000 | 111110 |
Color Harmonies of #B59186
Complementary color
Monochromatic Colors of #B59186
Black with #B59186
Text Example
Text Example
White with #B59186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59186; }
p { color: rgb(181,145,134); }
H1.HeaderClassName
{
color: #B59186;
}
.AnyTagClassName
{
color: #B59186;
}
</style>
background-color css
<style>
a { background-color: #B59186; }
a { background-color: rgb(181,145,134); }
div.DivClassName
{
background-color: #B59186;
}
.BgClassName
{
background-color: #B59186;
}
</style>
border-color css
<style>
span { border-color: #B59186; }
span { border-color: rgb(181,145,134); }
td.TdClassName
{
border-color: #B59186;
}
.TagClassName
{
border-color: #B59186;
}
</style>