Shades of Del Rio #B49388
Tints of Del Rio #B49388
RGB
CMYK
RGB Variations
Color information
#B49388 (or 0xB49388) is known color: Del Rio. HEX triplet: B4, 93 and 88. RGB value is (180,147,136). Sum of RGB (Red+Green+Blue) = 180+147+136=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49388 is #4B6C77. Grayscale: #9B9B9B. Windows color (decimal): -4942968 or 8950708. OLE color: 8950708.
HSL color Cylindrical-coordinate representation of color #B49388: hue angle of 15º 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 #B49388 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 136 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.29 |
| HSL | 15º | 0.23% | 0.62% | - |
| HSV(B) | 15º | 0.24% | 0.71% | - |
| XYZ | 33.7 | 32.35 | 27.76 | - |
| YUV | 155.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 136 | 0 | 0.18 | 0.24 | 0.29 | 15 | 0.23 | 0.62 |
| Hex | B4 | 93 | 88 | 0 | 12 | 18 | 1D | F | 17 | 3E |
| Octal | 264 | 223 | 210 | 0 | 22 | 30 | 35 | 17 | 27 | 76 |
| Binary | 10110100 | 10010011 | 10001000 | 0 | 10010 | 11000 | 11101 | 1111 | 10111 | 111110 |
Color Harmonies of #B49388
Complementary color
Monochromatic Colors of #B49388
Black with #B49388
Text Example
Text Example
White with #B49388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49388; }
p { color: rgb(180,147,136); }
H1.HeaderClassName
{
color: #B49388;
}
.AnyTagClassName
{
color: #B49388;
}
</style>
background-color css
<style>
a { background-color: #B49388; }
a { background-color: rgb(180,147,136); }
div.DivClassName
{
background-color: #B49388;
}
.BgClassName
{
background-color: #B49388;
}
</style>
border-color css
<style>
span { border-color: #B49388; }
span { border-color: rgb(180,147,136); }
td.TdClassName
{
border-color: #B49388;
}
.TagClassName
{
border-color: #B49388;
}
</style>