Shades of Del Rio #B49688
Tints of Del Rio #B49688
RGB
CMYK
RGB Variations
Color information
#B49688 (or 0xB49688) is known color: Del Rio. HEX triplet: B4, 96 and 88. RGB value is (180,150,136). Sum of RGB (Red+Green+Blue) = 180+150+136=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B49688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49688 is #4B6977. Grayscale: #9D9D9D. Windows color (decimal): -4942200 or 8951476. OLE color: 8951476.
HSL color Cylindrical-coordinate representation of color #B49688: hue angle of 19.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49688 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 136 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.29 |
| HSL | 19.09º | 0.23% | 0.62% | - |
| HSV(B) | 19.09º | 0.24% | 0.71% | - |
| XYZ | 34.17 | 33.29 | 27.92 | - |
| YUV | 157.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 136 | 0 | 0.17 | 0.24 | 0.29 | 19.09 | 0.23 | 0.62 |
| Hex | B4 | 96 | 88 | 0 | 11 | 18 | 1D | 13 | 17 | 3E |
| Octal | 264 | 226 | 210 | 0 | 21 | 30 | 35 | 23 | 27 | 76 |
| Binary | 10110100 | 10010110 | 10001000 | 0 | 10001 | 11000 | 11101 | 10011 | 10111 | 111110 |
Color Harmonies of #B49688
Complementary color
Monochromatic Colors of #B49688
Black with #B49688
Text Example
Text Example
White with #B49688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49688; }
p { color: rgb(180,150,136); }
H1.HeaderClassName
{
color: #B49688;
}
.AnyTagClassName
{
color: #B49688;
}
</style>
background-color css
<style>
a { background-color: #B49688; }
a { background-color: rgb(180,150,136); }
div.DivClassName
{
background-color: #B49688;
}
.BgClassName
{
background-color: #B49688;
}
</style>
border-color css
<style>
span { border-color: #B49688; }
span { border-color: rgb(180,150,136); }
td.TdClassName
{
border-color: #B49688;
}
.TagClassName
{
border-color: #B49688;
}
</style>