Shades of Del Rio #B19F96
Tints of Del Rio #B19F96
RGB
CMYK
RGB Variations
Color information
#B19F96 (or 0xB19F96) is known color: Del Rio. HEX triplet: B1, 9F and 96. RGB value is (177,159,150). Sum of RGB (Red+Green+Blue) = 177+159+150=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F96 is #4E6069. Grayscale: #A3A3A3. Windows color (decimal): -5136490 or 9871281. OLE color: 9871281.
HSL color Cylindrical-coordinate representation of color #B19F96: hue angle of 20º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19F96 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 150 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.31 |
| HSL | 20º | 0.15% | 0.64% | - |
| HSV(B) | 20º | 0.15% | 0.69% | - |
| XYZ | 36.03 | 36.35 | 33.97 | - |
| YUV | 163.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 150 | 0 | 0.10 | 0.15 | 0.31 | 20 | 0.15 | 0.64 |
| Hex | B1 | 9F | 96 | 0 | A | F | 1F | 14 | F | 40 |
| Octal | 261 | 237 | 226 | 0 | 12 | 17 | 37 | 24 | 17 | 100 |
| Binary | 10110001 | 10011111 | 10010110 | 0 | 1010 | 1111 | 11111 | 10100 | 1111 | 1000000 |
Color Harmonies of #B19F96
Complementary color
Monochromatic Colors of #B19F96
Black with #B19F96
Text Example
Text Example
White with #B19F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F96; }
p { color: rgb(177,159,150); }
H1.HeaderClassName
{
color: #B19F96;
}
.AnyTagClassName
{
color: #B19F96;
}
</style>
background-color css
<style>
a { background-color: #B19F96; }
a { background-color: rgb(177,159,150); }
div.DivClassName
{
background-color: #B19F96;
}
.BgClassName
{
background-color: #B19F96;
}
</style>
border-color css
<style>
span { border-color: #B19F96; }
span { border-color: rgb(177,159,150); }
td.TdClassName
{
border-color: #B19F96;
}
.TagClassName
{
border-color: #B19F96;
}
</style>