Shades of Del Rio #B19386
Tints of Del Rio #B19386
RGB
CMYK
RGB Variations
Color information
#B19386 (or 0xB19386) is known color: Del Rio. HEX triplet: B1, 93 and 86. RGB value is (177,147,134). Sum of RGB (Red+Green+Blue) = 177+147+134=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19386 is #4E6C79. Grayscale: #9A9A9A. Windows color (decimal): -5139578 or 8819633. OLE color: 8819633.
HSL color Cylindrical-coordinate representation of color #B19386: hue angle of 18.14º 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 #B19386 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 134 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.31 |
| HSL | 18.14º | 0.22% | 0.61% | - |
| HSV(B) | 18.14º | 0.24% | 0.69% | - |
| XYZ | 32.87 | 31.94 | 26.99 | - |
| YUV | 154.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 134 | 0 | 0.17 | 0.24 | 0.31 | 18.14 | 0.22 | 0.61 |
| Hex | B1 | 93 | 86 | 0 | 11 | 18 | 1F | 12 | 16 | 3D |
| Octal | 261 | 223 | 206 | 0 | 21 | 30 | 37 | 22 | 26 | 75 |
| Binary | 10110001 | 10010011 | 10000110 | 0 | 10001 | 11000 | 11111 | 10010 | 10110 | 111101 |
Color Harmonies of #B19386
Complementary color
Monochromatic Colors of #B19386
Black with #B19386
Text Example
Text Example
White with #B19386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19386; }
p { color: rgb(177,147,134); }
H1.HeaderClassName
{
color: #B19386;
}
.AnyTagClassName
{
color: #B19386;
}
</style>
background-color css
<style>
a { background-color: #B19386; }
a { background-color: rgb(177,147,134); }
div.DivClassName
{
background-color: #B19386;
}
.BgClassName
{
background-color: #B19386;
}
</style>
border-color css
<style>
span { border-color: #B19386; }
span { border-color: rgb(177,147,134); }
td.TdClassName
{
border-color: #B19386;
}
.TagClassName
{
border-color: #B19386;
}
</style>