Shades of Del Rio #B19D8C
Tints of Del Rio #B19D8C
RGB
CMYK
RGB Variations
Color information
#B19D8C (or 0xB19D8C) is known color: Del Rio. HEX triplet: B1, 9D and 8C. RGB value is (177,157,140). Sum of RGB (Red+Green+Blue) = 177+157+140=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D8C is #4E6273. Grayscale: #A1A1A1. Windows color (decimal): -5137012 or 9215409. OLE color: 9215409.
HSL color Cylindrical-coordinate representation of color #B19D8C: hue angle of 27.57º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19D8C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 140 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.31 |
| HSL | 27.57º | 0.19% | 0.62% | - |
| HSV(B) | 27.57º | 0.21% | 0.69% | - |
| XYZ | 34.92 | 35.35 | 29.79 | - |
| YUV | 161.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 140 | 0 | 0.11 | 0.21 | 0.31 | 27.57 | 0.19 | 0.62 |
| Hex | B1 | 9D | 8C | 0 | B | 15 | 1F | 1C | 13 | 3E |
| Octal | 261 | 235 | 214 | 0 | 13 | 25 | 37 | 34 | 23 | 76 |
| Binary | 10110001 | 10011101 | 10001100 | 0 | 1011 | 10101 | 11111 | 11100 | 10011 | 111110 |
Color Harmonies of #B19D8C
Complementary color
Monochromatic Colors of #B19D8C
Black with #B19D8C
Text Example
Text Example
White with #B19D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D8C; }
p { color: rgb(177,157,140); }
H1.HeaderClassName
{
color: #B19D8C;
}
.AnyTagClassName
{
color: #B19D8C;
}
</style>
background-color css
<style>
a { background-color: #B19D8C; }
a { background-color: rgb(177,157,140); }
div.DivClassName
{
background-color: #B19D8C;
}
.BgClassName
{
background-color: #B19D8C;
}
</style>
border-color css
<style>
span { border-color: #B19D8C; }
span { border-color: rgb(177,157,140); }
td.TdClassName
{
border-color: #B19D8C;
}
.TagClassName
{
border-color: #B19D8C;
}
</style>