Shades of Del Rio #B19A8C
Tints of Del Rio #B19A8C
RGB
CMYK
RGB Variations
Color information
#B19A8C (or 0xB19A8C) is known color: Del Rio. HEX triplet: B1, 9A and 8C. RGB value is (177,154,140). Sum of RGB (Red+Green+Blue) = 177+154+140=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8C is #4E6573. Grayscale: #9F9F9F. Windows color (decimal): -5137780 or 9214641. OLE color: 9214641.
HSL color Cylindrical-coordinate representation of color #B19A8C: hue angle of 22.7º 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 #B19A8C is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 140 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.31 |
| HSL | 22.7º | 0.19% | 0.62% | - |
| HSV(B) | 22.7º | 0.21% | 0.69% | - |
| XYZ | 34.42 | 34.35 | 29.63 | - |
| YUV | 159.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 140 | 0 | 0.13 | 0.21 | 0.31 | 22.7 | 0.19 | 0.62 |
| Hex | B1 | 9A | 8C | 0 | D | 15 | 1F | 17 | 13 | 3E |
| Octal | 261 | 232 | 214 | 0 | 15 | 25 | 37 | 27 | 23 | 76 |
| Binary | 10110001 | 10011010 | 10001100 | 0 | 1101 | 10101 | 11111 | 10111 | 10011 | 111110 |
Color Harmonies of #B19A8C
Complementary color
Monochromatic Colors of #B19A8C
Black with #B19A8C
Text Example
Text Example
White with #B19A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A8C; }
p { color: rgb(177,154,140); }
H1.HeaderClassName
{
color: #B19A8C;
}
.AnyTagClassName
{
color: #B19A8C;
}
</style>
background-color css
<style>
a { background-color: #B19A8C; }
a { background-color: rgb(177,154,140); }
div.DivClassName
{
background-color: #B19A8C;
}
.BgClassName
{
background-color: #B19A8C;
}
</style>
border-color css
<style>
span { border-color: #B19A8C; }
span { border-color: rgb(177,154,140); }
td.TdClassName
{
border-color: #B19A8C;
}
.TagClassName
{
border-color: #B19A8C;
}
</style>