Shades of Del Rio #B49992
Tints of Del Rio #B49992
RGB
CMYK
RGB Variations
Color information
#B49992 (or 0xB49992) is known color: Del Rio. HEX triplet: B4, 99 and 92. RGB value is (180,153,146). Sum of RGB (Red+Green+Blue) = 180+153+146=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49992 is #4B666D. Grayscale: #A0A0A0. Windows color (decimal): -4941422 or 9607604. OLE color: 9607604.
HSL color Cylindrical-coordinate representation of color #B49992: hue angle of 12.35º degrees, saturation: 0.18, 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 #B49992 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 146 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.29 |
| HSL | 12.35º | 0.18% | 0.64% | - |
| HSV(B) | 12.35º | 0.19% | 0.71% | - |
| XYZ | 35.4 | 34.56 | 32 | - |
| YUV | 160.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 146 | 0 | 0.15 | 0.19 | 0.29 | 12.35 | 0.18 | 0.64 |
| Hex | B4 | 99 | 92 | 0 | F | 13 | 1D | C | 12 | 40 |
| Octal | 264 | 231 | 222 | 0 | 17 | 23 | 35 | 14 | 22 | 100 |
| Binary | 10110100 | 10011001 | 10010010 | 0 | 1111 | 10011 | 11101 | 1100 | 10010 | 1000000 |
Color Harmonies of #B49992
Complementary color
Monochromatic Colors of #B49992
Black with #B49992
Text Example
Text Example
White with #B49992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49992; }
p { color: rgb(180,153,146); }
H1.HeaderClassName
{
color: #B49992;
}
.AnyTagClassName
{
color: #B49992;
}
</style>
background-color css
<style>
a { background-color: #B49992; }
a { background-color: rgb(180,153,146); }
div.DivClassName
{
background-color: #B49992;
}
.BgClassName
{
background-color: #B49992;
}
</style>
border-color css
<style>
span { border-color: #B49992; }
span { border-color: rgb(180,153,146); }
td.TdClassName
{
border-color: #B49992;
}
.TagClassName
{
border-color: #B49992;
}
</style>