Shades of Del Rio #B49E95
Tints of Del Rio #B49E95
RGB
CMYK
RGB Variations
Color information
#B49E95 (or 0xB49E95) is known color: Del Rio. HEX triplet: B4, 9E and 95. RGB value is (180,158,149). Sum of RGB (Red+Green+Blue) = 180+158+149=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E95 is #4B616A. Grayscale: #A3A3A3. Windows color (decimal): -4940139 or 9805492. OLE color: 9805492.
HSL color Cylindrical-coordinate representation of color #B49E95: hue angle of 17.42º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B49E95 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 149 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.29 |
| HSL | 17.42º | 0.17% | 0.65% | - |
| HSV(B) | 17.42º | 0.17% | 0.71% | - |
| XYZ | 36.47 | 36.33 | 33.52 | - |
| YUV | 163.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 149 | 0 | 0.12 | 0.17 | 0.29 | 17.42 | 0.17 | 0.65 |
| Hex | B4 | 9E | 95 | 0 | C | 11 | 1D | 11 | 11 | 41 |
| Octal | 264 | 236 | 225 | 0 | 14 | 21 | 35 | 21 | 21 | 101 |
| Binary | 10110100 | 10011110 | 10010101 | 0 | 1100 | 10001 | 11101 | 10001 | 10001 | 1000001 |
Color Harmonies of #B49E95
Complementary color
Monochromatic Colors of #B49E95
Black with #B49E95
Text Example
Text Example
White with #B49E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E95; }
p { color: rgb(180,158,149); }
H1.HeaderClassName
{
color: #B49E95;
}
.AnyTagClassName
{
color: #B49E95;
}
</style>
background-color css
<style>
a { background-color: #B49E95; }
a { background-color: rgb(180,158,149); }
div.DivClassName
{
background-color: #B49E95;
}
.BgClassName
{
background-color: #B49E95;
}
</style>
border-color css
<style>
span { border-color: #B49E95; }
span { border-color: rgb(180,158,149); }
td.TdClassName
{
border-color: #B49E95;
}
.TagClassName
{
border-color: #B49E95;
}
</style>