Shades of Del Rio #B19B8F
Tints of Del Rio #B19B8F
RGB
CMYK
RGB Variations
Color information
#B19B8F (or 0xB19B8F) is known color: Del Rio. HEX triplet: B1, 9B and 8F. RGB value is (177,155,143). Sum of RGB (Red+Green+Blue) = 177+155+143=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B8F is #4E6470. Grayscale: #A0A0A0. Windows color (decimal): -5137521 or 9411505. OLE color: 9411505.
HSL color Cylindrical-coordinate representation of color #B19B8F: hue angle of 21.18º 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 #B19B8F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 143 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.31 |
| HSL | 21.18º | 0.18% | 0.63% | - |
| HSV(B) | 21.18º | 0.19% | 0.69% | - |
| XYZ | 34.81 | 34.77 | 30.86 | - |
| YUV | 160.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 143 | 0 | 0.12 | 0.19 | 0.31 | 21.18 | 0.18 | 0.63 |
| Hex | B1 | 9B | 8F | 0 | C | 13 | 1F | 15 | 12 | 3F |
| Octal | 261 | 233 | 217 | 0 | 14 | 23 | 37 | 25 | 22 | 77 |
| Binary | 10110001 | 10011011 | 10001111 | 0 | 1100 | 10011 | 11111 | 10101 | 10010 | 111111 |
Color Harmonies of #B19B8F
Complementary color
Monochromatic Colors of #B19B8F
Black with #B19B8F
Text Example
Text Example
White with #B19B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B8F; }
p { color: rgb(177,155,143); }
H1.HeaderClassName
{
color: #B19B8F;
}
.AnyTagClassName
{
color: #B19B8F;
}
</style>
background-color css
<style>
a { background-color: #B19B8F; }
a { background-color: rgb(177,155,143); }
div.DivClassName
{
background-color: #B19B8F;
}
.BgClassName
{
background-color: #B19B8F;
}
</style>
border-color css
<style>
span { border-color: #B19B8F; }
span { border-color: rgb(177,155,143); }
td.TdClassName
{
border-color: #B19B8F;
}
.TagClassName
{
border-color: #B19B8F;
}
</style>