Shades of Del Rio #B19286
Tints of Del Rio #B19286
RGB
CMYK
RGB Variations
Color information
#B19286 (or 0xB19286) is known color: Del Rio. HEX triplet: B1, 92 and 86. RGB value is (177,146,134). Sum of RGB (Red+Green+Blue) = 177+146+134=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19286 is #4E6D79. Grayscale: #999999. Windows color (decimal): -5139834 or 8819377. OLE color: 8819377.
HSL color Cylindrical-coordinate representation of color #B19286: hue angle of 16.74º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19286 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 134 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.31 |
| HSL | 16.74º | 0.22% | 0.61% | - |
| HSV(B) | 16.74º | 0.24% | 0.69% | - |
| XYZ | 32.71 | 31.63 | 26.93 | - |
| YUV | 153.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 134 | 0 | 0.18 | 0.24 | 0.31 | 16.74 | 0.22 | 0.61 |
| Hex | B1 | 92 | 86 | 0 | 12 | 18 | 1F | 11 | 16 | 3D |
| Octal | 261 | 222 | 206 | 0 | 22 | 30 | 37 | 21 | 26 | 75 |
| Binary | 10110001 | 10010010 | 10000110 | 0 | 10010 | 11000 | 11111 | 10001 | 10110 | 111101 |
Color Harmonies of #B19286
Complementary color
Monochromatic Colors of #B19286
Black with #B19286
Text Example
Text Example
White with #B19286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19286; }
p { color: rgb(177,146,134); }
H1.HeaderClassName
{
color: #B19286;
}
.AnyTagClassName
{
color: #B19286;
}
</style>
background-color css
<style>
a { background-color: #B19286; }
a { background-color: rgb(177,146,134); }
div.DivClassName
{
background-color: #B19286;
}
.BgClassName
{
background-color: #B19286;
}
</style>
border-color css
<style>
span { border-color: #B19286; }
span { border-color: rgb(177,146,134); }
td.TdClassName
{
border-color: #B19286;
}
.TagClassName
{
border-color: #B19286;
}
</style>