Shades of Del Rio #B19589
Tints of Del Rio #B19589
RGB
CMYK
RGB Variations
Color information
#B19589 (or 0xB19589) is known color: Del Rio. HEX triplet: B1, 95 and 89. RGB value is (177,149,137). Sum of RGB (Red+Green+Blue) = 177+149+137=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B19589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19589 is #4E6A76. Grayscale: #9C9C9C. Windows color (decimal): -5139063 or 9016753. OLE color: 9016753.
HSL color Cylindrical-coordinate representation of color #B19589: hue angle of 18º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19589 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 137 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.31 |
| HSL | 18º | 0.2% | 0.62% | - |
| HSV(B) | 18º | 0.23% | 0.69% | - |
| XYZ | 33.39 | 32.65 | 28.21 | - |
| YUV | 156 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 137 | 0 | 0.16 | 0.23 | 0.31 | 18 | 0.2 | 0.62 |
| Hex | B1 | 95 | 89 | 0 | 10 | 17 | 1F | 12 | 14 | 3E |
| Octal | 261 | 225 | 211 | 0 | 20 | 27 | 37 | 22 | 24 | 76 |
| Binary | 10110001 | 10010101 | 10001001 | 0 | 10000 | 10111 | 11111 | 10010 | 10100 | 111110 |
Color Harmonies of #B19589
Complementary color
Monochromatic Colors of #B19589
Black with #B19589
Text Example
Text Example
White with #B19589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19589; }
p { color: rgb(177,149,137); }
H1.HeaderClassName
{
color: #B19589;
}
.AnyTagClassName
{
color: #B19589;
}
</style>
background-color css
<style>
a { background-color: #B19589; }
a { background-color: rgb(177,149,137); }
div.DivClassName
{
background-color: #B19589;
}
.BgClassName
{
background-color: #B19589;
}
</style>
border-color css
<style>
span { border-color: #B19589; }
span { border-color: rgb(177,149,137); }
td.TdClassName
{
border-color: #B19589;
}
.TagClassName
{
border-color: #B19589;
}
</style>