Shades of Del Rio #B19688
Tints of Del Rio #B19688
RGB
CMYK
RGB Variations
Color information
#B19688 (or 0xB19688) is known color: Del Rio. HEX triplet: B1, 96 and 88. RGB value is (177,150,136). Sum of RGB (Red+Green+Blue) = 177+150+136=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B19688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19688 is #4E6977. Grayscale: #9C9C9C. Windows color (decimal): -5138808 or 8951473. OLE color: 8951473.
HSL color Cylindrical-coordinate representation of color #B19688: hue angle of 20.49º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19688 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 136 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.31 |
| HSL | 20.49º | 0.21% | 0.61% | - |
| HSV(B) | 20.49º | 0.23% | 0.69% | - |
| XYZ | 33.48 | 32.94 | 27.89 | - |
| YUV | 156.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 136 | 0 | 0.15 | 0.23 | 0.31 | 20.49 | 0.21 | 0.61 |
| Hex | B1 | 96 | 88 | 0 | F | 17 | 1F | 14 | 15 | 3D |
| Octal | 261 | 226 | 210 | 0 | 17 | 27 | 37 | 24 | 25 | 75 |
| Binary | 10110001 | 10010110 | 10001000 | 0 | 1111 | 10111 | 11111 | 10100 | 10101 | 111101 |
Color Harmonies of #B19688
Complementary color
Monochromatic Colors of #B19688
Black with #B19688
Text Example
Text Example
White with #B19688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19688; }
p { color: rgb(177,150,136); }
H1.HeaderClassName
{
color: #B19688;
}
.AnyTagClassName
{
color: #B19688;
}
</style>
background-color css
<style>
a { background-color: #B19688; }
a { background-color: rgb(177,150,136); }
div.DivClassName
{
background-color: #B19688;
}
.BgClassName
{
background-color: #B19688;
}
</style>
border-color css
<style>
span { border-color: #B19688; }
span { border-color: rgb(177,150,136); }
td.TdClassName
{
border-color: #B19688;
}
.TagClassName
{
border-color: #B19688;
}
</style>