Shades of Del Rio #B19C90
Tints of Del Rio #B19C90
RGB
CMYK
RGB Variations
Color information
#B19C90 (or 0xB19C90) is known color: Del Rio. HEX triplet: B1, 9C and 90. RGB value is (177,156,144). Sum of RGB (Red+Green+Blue) = 177+156+144=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C90 is #4E636F. Grayscale: #A0A0A0. Windows color (decimal): -5137264 or 9477297. OLE color: 9477297.
HSL color Cylindrical-coordinate representation of color #B19C90: hue angle of 21.82º 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 #B19C90 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 144 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.31 |
| HSL | 21.82º | 0.17% | 0.63% | - |
| HSV(B) | 21.82º | 0.19% | 0.69% | - |
| XYZ | 35.05 | 35.14 | 31.32 | - |
| YUV | 160.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 144 | 0 | 0.12 | 0.19 | 0.31 | 21.82 | 0.17 | 0.63 |
| Hex | B1 | 9C | 90 | 0 | C | 13 | 1F | 16 | 11 | 3F |
| Octal | 261 | 234 | 220 | 0 | 14 | 23 | 37 | 26 | 21 | 77 |
| Binary | 10110001 | 10011100 | 10010000 | 0 | 1100 | 10011 | 11111 | 10110 | 10001 | 111111 |
Color Harmonies of #B19C90
Complementary color
Monochromatic Colors of #B19C90
Black with #B19C90
Text Example
Text Example
White with #B19C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C90; }
p { color: rgb(177,156,144); }
H1.HeaderClassName
{
color: #B19C90;
}
.AnyTagClassName
{
color: #B19C90;
}
</style>
background-color css
<style>
a { background-color: #B19C90; }
a { background-color: rgb(177,156,144); }
div.DivClassName
{
background-color: #B19C90;
}
.BgClassName
{
background-color: #B19C90;
}
</style>
border-color css
<style>
span { border-color: #B19C90; }
span { border-color: rgb(177,156,144); }
td.TdClassName
{
border-color: #B19C90;
}
.TagClassName
{
border-color: #B19C90;
}
</style>