Shades of Del Rio #B19B90
Tints of Del Rio #B19B90
RGB
CMYK
RGB Variations
Color information
#B19B90 (or 0xB19B90) is known color: Del Rio. HEX triplet: B1, 9B and 90. RGB value is (177,155,144). Sum of RGB (Red+Green+Blue) = 177+155+144=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B90 is #4E646F. Grayscale: #A0A0A0. Windows color (decimal): -5137520 or 9477041. OLE color: 9477041.
HSL color Cylindrical-coordinate representation of color #B19B90: hue angle of 20º 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 #B19B90 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 144 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.31 |
| HSL | 20º | 0.17% | 0.63% | - |
| HSV(B) | 20º | 0.19% | 0.69% | - |
| XYZ | 34.89 | 34.8 | 31.26 | - |
| YUV | 160.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 144 | 0 | 0.12 | 0.19 | 0.31 | 20 | 0.17 | 0.63 |
| Hex | B1 | 9B | 90 | 0 | C | 13 | 1F | 14 | 11 | 3F |
| Octal | 261 | 233 | 220 | 0 | 14 | 23 | 37 | 24 | 21 | 77 |
| Binary | 10110001 | 10011011 | 10010000 | 0 | 1100 | 10011 | 11111 | 10100 | 10001 | 111111 |
Color Harmonies of #B19B90
Complementary color
Monochromatic Colors of #B19B90
Black with #B19B90
Text Example
Text Example
White with #B19B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B90; }
p { color: rgb(177,155,144); }
H1.HeaderClassName
{
color: #B19B90;
}
.AnyTagClassName
{
color: #B19B90;
}
</style>
background-color css
<style>
a { background-color: #B19B90; }
a { background-color: rgb(177,155,144); }
div.DivClassName
{
background-color: #B19B90;
}
.BgClassName
{
background-color: #B19B90;
}
</style>
border-color css
<style>
span { border-color: #B19B90; }
span { border-color: rgb(177,155,144); }
td.TdClassName
{
border-color: #B19B90;
}
.TagClassName
{
border-color: #B19B90;
}
</style>