Shades of Del Rio #B19A93
Tints of Del Rio #B19A93
RGB
CMYK
RGB Variations
Color information
#B19A93 (or 0xB19A93) is known color: Del Rio. HEX triplet: B1, 9A and 93. RGB value is (177,154,147). Sum of RGB (Red+Green+Blue) = 177+154+147=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A93 is #4E656C. Grayscale: #A0A0A0. Windows color (decimal): -5137773 or 9673393. OLE color: 9673393.
HSL color Cylindrical-coordinate representation of color #B19A93: hue angle of 14º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19A93 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 147 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.31 |
| HSL | 14º | 0.16% | 0.64% | - |
| HSV(B) | 14º | 0.17% | 0.69% | - |
| XYZ | 34.95 | 34.56 | 32.43 | - |
| YUV | 160.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 147 | 0 | 0.13 | 0.17 | 0.31 | 14 | 0.16 | 0.64 |
| Hex | B1 | 9A | 93 | 0 | D | 11 | 1F | E | 10 | 40 |
| Octal | 261 | 232 | 223 | 0 | 15 | 21 | 37 | 16 | 20 | 100 |
| Binary | 10110001 | 10011010 | 10010011 | 0 | 1101 | 10001 | 11111 | 1110 | 10000 | 1000000 |
Color Harmonies of #B19A93
Complementary color
Monochromatic Colors of #B19A93
Black with #B19A93
Text Example
Text Example
White with #B19A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A93; }
p { color: rgb(177,154,147); }
H1.HeaderClassName
{
color: #B19A93;
}
.AnyTagClassName
{
color: #B19A93;
}
</style>
background-color css
<style>
a { background-color: #B19A93; }
a { background-color: rgb(177,154,147); }
div.DivClassName
{
background-color: #B19A93;
}
.BgClassName
{
background-color: #B19A93;
}
</style>
border-color css
<style>
span { border-color: #B19A93; }
span { border-color: rgb(177,154,147); }
td.TdClassName
{
border-color: #B19A93;
}
.TagClassName
{
border-color: #B19A93;
}
</style>