Shades of Del Rio #B19186
Tints of Del Rio #B19186
RGB
CMYK
RGB Variations
Color information
#B19186 (or 0xB19186) is known color: Del Rio. HEX triplet: B1, 91 and 86. RGB value is (177,145,134). Sum of RGB (Red+Green+Blue) = 177+145+134=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B19186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19186 is #4E6E79. Grayscale: #999999. Windows color (decimal): -5140090 or 8819121. OLE color: 8819121.
HSL color Cylindrical-coordinate representation of color #B19186: hue angle of 15.35º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19186 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 134 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.31 |
| HSL | 15.35º | 0.22% | 0.61% | - |
| HSV(B) | 15.35º | 0.24% | 0.69% | - |
| XYZ | 32.56 | 31.32 | 26.88 | - |
| YUV | 153.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 134 | 0 | 0.18 | 0.24 | 0.31 | 15.35 | 0.22 | 0.61 |
| Hex | B1 | 91 | 86 | 0 | 12 | 18 | 1F | F | 16 | 3D |
| Octal | 261 | 221 | 206 | 0 | 22 | 30 | 37 | 17 | 26 | 75 |
| Binary | 10110001 | 10010001 | 10000110 | 0 | 10010 | 11000 | 11111 | 1111 | 10110 | 111101 |
Color Harmonies of #B19186
Complementary color
Monochromatic Colors of #B19186
Black with #B19186
Text Example
Text Example
White with #B19186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19186; }
p { color: rgb(177,145,134); }
H1.HeaderClassName
{
color: #B19186;
}
.AnyTagClassName
{
color: #B19186;
}
</style>
background-color css
<style>
a { background-color: #B19186; }
a { background-color: rgb(177,145,134); }
div.DivClassName
{
background-color: #B19186;
}
.BgClassName
{
background-color: #B19186;
}
</style>
border-color css
<style>
span { border-color: #B19186; }
span { border-color: rgb(177,145,134); }
td.TdClassName
{
border-color: #B19186;
}
.TagClassName
{
border-color: #B19186;
}
</style>