Shades of Del Rio #B19B91
Tints of Del Rio #B19B91
RGB
CMYK
RGB Variations
Color information
#B19B91 (or 0xB19B91) is known color: Del Rio. HEX triplet: B1, 9B and 91. RGB value is (177,155,145). Sum of RGB (Red+Green+Blue) = 177+155+145=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B91 is #4E646E. Grayscale: #A0A0A0. Windows color (decimal): -5137519 or 9542577. OLE color: 9542577.
HSL color Cylindrical-coordinate representation of color #B19B91: hue angle of 18.75º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19B91 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 145 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.31 |
| HSL | 18.75º | 0.17% | 0.63% | - |
| HSV(B) | 18.75º | 0.18% | 0.69% | - |
| XYZ | 34.96 | 34.83 | 31.67 | - |
| YUV | 160.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 145 | 0 | 0.12 | 0.18 | 0.31 | 18.75 | 0.17 | 0.63 |
| Hex | B1 | 9B | 91 | 0 | C | 12 | 1F | 13 | 11 | 3F |
| Octal | 261 | 233 | 221 | 0 | 14 | 22 | 37 | 23 | 21 | 77 |
| Binary | 10110001 | 10011011 | 10010001 | 0 | 1100 | 10010 | 11111 | 10011 | 10001 | 111111 |
Color Harmonies of #B19B91
Complementary color
Monochromatic Colors of #B19B91
Black with #B19B91
Text Example
Text Example
White with #B19B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B91; }
p { color: rgb(177,155,145); }
H1.HeaderClassName
{
color: #B19B91;
}
.AnyTagClassName
{
color: #B19B91;
}
</style>
background-color css
<style>
a { background-color: #B19B91; }
a { background-color: rgb(177,155,145); }
div.DivClassName
{
background-color: #B19B91;
}
.BgClassName
{
background-color: #B19B91;
}
</style>
border-color css
<style>
span { border-color: #B19B91; }
span { border-color: rgb(177,155,145); }
td.TdClassName
{
border-color: #B19B91;
}
.TagClassName
{
border-color: #B19B91;
}
</style>