Shades of Del Rio #B19A8F
Tints of Del Rio #B19A8F
RGB
CMYK
RGB Variations
Color information
#B19A8F (or 0xB19A8F) is known color: Del Rio. HEX triplet: B1, 9A and 8F. RGB value is (177,154,143). Sum of RGB (Red+Green+Blue) = 177+154+143=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8F is #4E6570. Grayscale: #9F9F9F. Windows color (decimal): -5137777 or 9411249. OLE color: 9411249.
HSL color Cylindrical-coordinate representation of color #B19A8F: hue angle of 19.41º 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 #B19A8F is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 143 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.31 |
| HSL | 19.41º | 0.18% | 0.63% | - |
| HSV(B) | 19.41º | 0.19% | 0.69% | - |
| XYZ | 34.64 | 34.44 | 30.81 | - |
| YUV | 159.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 143 | 0 | 0.13 | 0.19 | 0.31 | 19.41 | 0.18 | 0.63 |
| Hex | B1 | 9A | 8F | 0 | D | 13 | 1F | 13 | 12 | 3F |
| Octal | 261 | 232 | 217 | 0 | 15 | 23 | 37 | 23 | 22 | 77 |
| Binary | 10110001 | 10011010 | 10001111 | 0 | 1101 | 10011 | 11111 | 10011 | 10010 | 111111 |
Color Harmonies of #B19A8F
Complementary color
Monochromatic Colors of #B19A8F
Black with #B19A8F
Text Example
Text Example
White with #B19A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A8F; }
p { color: rgb(177,154,143); }
H1.HeaderClassName
{
color: #B19A8F;
}
.AnyTagClassName
{
color: #B19A8F;
}
</style>
background-color css
<style>
a { background-color: #B19A8F; }
a { background-color: rgb(177,154,143); }
div.DivClassName
{
background-color: #B19A8F;
}
.BgClassName
{
background-color: #B19A8F;
}
</style>
border-color css
<style>
span { border-color: #B19A8F; }
span { border-color: rgb(177,154,143); }
td.TdClassName
{
border-color: #B19A8F;
}
.TagClassName
{
border-color: #B19A8F;
}
</style>