Shades of Del Rio #B19C94
Tints of Del Rio #B19C94
RGB
CMYK
RGB Variations
Color information
#B19C94 (or 0xB19C94) is known color: Del Rio. HEX triplet: B1, 9C and 94. RGB value is (177,156,148). Sum of RGB (Red+Green+Blue) = 177+156+148=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C94 is #4E636B. Grayscale: #A1A1A1. Windows color (decimal): -5137260 or 9739441. OLE color: 9739441.
HSL color Cylindrical-coordinate representation of color #B19C94: hue angle of 16.55º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B19C94 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 148 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.31 |
| HSL | 16.55º | 0.16% | 0.64% | - |
| HSV(B) | 16.55º | 0.16% | 0.69% | - |
| XYZ | 35.37 | 35.26 | 32.96 | - |
| YUV | 161.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 148 | 0 | 0.12 | 0.16 | 0.31 | 16.55 | 0.16 | 0.64 |
| Hex | B1 | 9C | 94 | 0 | C | 10 | 1F | 11 | 10 | 40 |
| Octal | 261 | 234 | 224 | 0 | 14 | 20 | 37 | 21 | 20 | 100 |
| Binary | 10110001 | 10011100 | 10010100 | 0 | 1100 | 10000 | 11111 | 10001 | 10000 | 1000000 |
Color Harmonies of #B19C94
Complementary color
Monochromatic Colors of #B19C94
Black with #B19C94
Text Example
Text Example
White with #B19C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C94; }
p { color: rgb(177,156,148); }
H1.HeaderClassName
{
color: #B19C94;
}
.AnyTagClassName
{
color: #B19C94;
}
</style>
background-color css
<style>
a { background-color: #B19C94; }
a { background-color: rgb(177,156,148); }
div.DivClassName
{
background-color: #B19C94;
}
.BgClassName
{
background-color: #B19C94;
}
</style>
border-color css
<style>
span { border-color: #B19C94; }
span { border-color: rgb(177,156,148); }
td.TdClassName
{
border-color: #B19C94;
}
.TagClassName
{
border-color: #B19C94;
}
</style>