Shades of Del Rio #B19D90
Tints of Del Rio #B19D90
RGB
CMYK
RGB Variations
Color information
#B19D90 (or 0xB19D90) is known color: Del Rio. HEX triplet: B1, 9D and 90. RGB value is (177,157,144). Sum of RGB (Red+Green+Blue) = 177+157+144=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D90 is #4E626F. Grayscale: #A1A1A1. Windows color (decimal): -5137008 or 9477553. OLE color: 9477553.
HSL color Cylindrical-coordinate representation of color #B19D90: hue angle of 23.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19D90 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 144 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.31 |
| HSL | 23.64º | 0.17% | 0.63% | - |
| HSV(B) | 23.64º | 0.19% | 0.69% | - |
| XYZ | 35.22 | 35.47 | 31.38 | - |
| YUV | 161.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 144 | 0 | 0.11 | 0.19 | 0.31 | 23.64 | 0.17 | 0.63 |
| Hex | B1 | 9D | 90 | 0 | B | 13 | 1F | 18 | 11 | 3F |
| Octal | 261 | 235 | 220 | 0 | 13 | 23 | 37 | 30 | 21 | 77 |
| Binary | 10110001 | 10011101 | 10010000 | 0 | 1011 | 10011 | 11111 | 11000 | 10001 | 111111 |
Color Harmonies of #B19D90
Complementary color
Monochromatic Colors of #B19D90
Black with #B19D90
Text Example
Text Example
White with #B19D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D90; }
p { color: rgb(177,157,144); }
H1.HeaderClassName
{
color: #B19D90;
}
.AnyTagClassName
{
color: #B19D90;
}
</style>
background-color css
<style>
a { background-color: #B19D90; }
a { background-color: rgb(177,157,144); }
div.DivClassName
{
background-color: #B19D90;
}
.BgClassName
{
background-color: #B19D90;
}
</style>
border-color css
<style>
span { border-color: #B19D90; }
span { border-color: rgb(177,157,144); }
td.TdClassName
{
border-color: #B19D90;
}
.TagClassName
{
border-color: #B19D90;
}
</style>