Shades of Del Rio #B49E99
Tints of Del Rio #B49E99
RGB
CMYK
RGB Variations
Color information
#B49E99 (or 0xB49E99) is known color: Del Rio. HEX triplet: B4, 9E and 99. RGB value is (180,158,153). Sum of RGB (Red+Green+Blue) = 180+158+153=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E99 is #4B6166. Grayscale: #A4A4A4. Windows color (decimal): -4940135 or 10067636. OLE color: 10067636.
HSL color Cylindrical-coordinate representation of color #B49E99: hue angle of 11.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49E99 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 153 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.29 |
| HSL | 11.11º | 0.15% | 0.65% | - |
| HSV(B) | 11.11º | 0.15% | 0.71% | - |
| XYZ | 36.8 | 36.46 | 35.23 | - |
| YUV | 164.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 153 | 0 | 0.12 | 0.15 | 0.29 | 11.11 | 0.15 | 0.65 |
| Hex | B4 | 9E | 99 | 0 | C | F | 1D | B | F | 41 |
| Octal | 264 | 236 | 231 | 0 | 14 | 17 | 35 | 13 | 17 | 101 |
| Binary | 10110100 | 10011110 | 10011001 | 0 | 1100 | 1111 | 11101 | 1011 | 1111 | 1000001 |
Color Harmonies of #B49E99
Complementary color
Monochromatic Colors of #B49E99
Black with #B49E99
Text Example
Text Example
White with #B49E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E99; }
p { color: rgb(180,158,153); }
H1.HeaderClassName
{
color: #B49E99;
}
.AnyTagClassName
{
color: #B49E99;
}
</style>
background-color css
<style>
a { background-color: #B49E99; }
a { background-color: rgb(180,158,153); }
div.DivClassName
{
background-color: #B49E99;
}
.BgClassName
{
background-color: #B49E99;
}
</style>
border-color css
<style>
span { border-color: #B49E99; }
span { border-color: rgb(180,158,153); }
td.TdClassName
{
border-color: #B49E99;
}
.TagClassName
{
border-color: #B49E99;
}
</style>