Shades of Del Rio #B49E91
Tints of Del Rio #B49E91
RGB
CMYK
RGB Variations
Color information
#B49E91 (or 0xB49E91) is known color: Del Rio. HEX triplet: B4, 9E and 91. RGB value is (180,158,145). Sum of RGB (Red+Green+Blue) = 180+158+145=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E91 is #4B616E. Grayscale: #A3A3A3. Windows color (decimal): -4940143 or 9543348. OLE color: 9543348.
HSL color Cylindrical-coordinate representation of color #B49E91: hue angle of 22.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49E91 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 145 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.29 |
| HSL | 22.29º | 0.19% | 0.64% | - |
| HSV(B) | 22.29º | 0.19% | 0.71% | - |
| XYZ | 36.16 | 36.2 | 31.87 | - |
| YUV | 163.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 145 | 0 | 0.12 | 0.19 | 0.29 | 22.29 | 0.19 | 0.64 |
| Hex | B4 | 9E | 91 | 0 | C | 13 | 1D | 16 | 13 | 40 |
| Octal | 264 | 236 | 221 | 0 | 14 | 23 | 35 | 26 | 23 | 100 |
| Binary | 10110100 | 10011110 | 10010001 | 0 | 1100 | 10011 | 11101 | 10110 | 10011 | 1000000 |
Color Harmonies of #B49E91
Complementary color
Monochromatic Colors of #B49E91
Black with #B49E91
Text Example
Text Example
White with #B49E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E91; }
p { color: rgb(180,158,145); }
H1.HeaderClassName
{
color: #B49E91;
}
.AnyTagClassName
{
color: #B49E91;
}
</style>
background-color css
<style>
a { background-color: #B49E91; }
a { background-color: rgb(180,158,145); }
div.DivClassName
{
background-color: #B49E91;
}
.BgClassName
{
background-color: #B49E91;
}
</style>
border-color css
<style>
span { border-color: #B49E91; }
span { border-color: rgb(180,158,145); }
td.TdClassName
{
border-color: #B49E91;
}
.TagClassName
{
border-color: #B49E91;
}
</style>