Shades of Del Rio #B19E8F
Tints of Del Rio #B19E8F
RGB
CMYK
RGB Variations
Color information
#B19E8F (or 0xB19E8F) is known color: Del Rio. HEX triplet: B1, 9E and 8F. RGB value is (177,158,143). Sum of RGB (Red+Green+Blue) = 177+158+143=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E8F is #4E6170. Grayscale: #A2A2A2. Windows color (decimal): -5136753 or 9412273. OLE color: 9412273.
HSL color Cylindrical-coordinate representation of color #B19E8F: hue angle of 26.47º degrees, saturation: 0.18, 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 #B19E8F is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 143 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.31 |
| HSL | 26.47º | 0.18% | 0.63% | - |
| HSV(B) | 26.47º | 0.19% | 0.69% | - |
| XYZ | 35.32 | 35.78 | 31.03 | - |
| YUV | 161.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 143 | 0 | 0.11 | 0.19 | 0.31 | 26.47 | 0.18 | 0.63 |
| Hex | B1 | 9E | 8F | 0 | B | 13 | 1F | 1A | 12 | 3F |
| Octal | 261 | 236 | 217 | 0 | 13 | 23 | 37 | 32 | 22 | 77 |
| Binary | 10110001 | 10011110 | 10001111 | 0 | 1011 | 10011 | 11111 | 11010 | 10010 | 111111 |
Color Harmonies of #B19E8F
Complementary color
Monochromatic Colors of #B19E8F
Black with #B19E8F
Text Example
Text Example
White with #B19E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E8F; }
p { color: rgb(177,158,143); }
H1.HeaderClassName
{
color: #B19E8F;
}
.AnyTagClassName
{
color: #B19E8F;
}
</style>
background-color css
<style>
a { background-color: #B19E8F; }
a { background-color: rgb(177,158,143); }
div.DivClassName
{
background-color: #B19E8F;
}
.BgClassName
{
background-color: #B19E8F;
}
</style>
border-color css
<style>
span { border-color: #B19E8F; }
span { border-color: rgb(177,158,143); }
td.TdClassName
{
border-color: #B19E8F;
}
.TagClassName
{
border-color: #B19E8F;
}
</style>