Shades of Del Rio #B49185
Tints of Del Rio #B49185
RGB
CMYK
RGB Variations
Color information
#B49185 (or 0xB49185) is known color: Del Rio. HEX triplet: B4, 91 and 85. RGB value is (180,145,133). Sum of RGB (Red+Green+Blue) = 180+145+133=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49185 is #4B6E7A. Grayscale: #9A9A9A. Windows color (decimal): -4943483 or 8753588. OLE color: 8753588.
HSL color Cylindrical-coordinate representation of color #B49185: hue angle of 15.32º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49185 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 133 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.29 |
| HSL | 15.32º | 0.24% | 0.61% | - |
| HSV(B) | 15.32º | 0.26% | 0.71% | - |
| XYZ | 33.18 | 31.65 | 26.55 | - |
| YUV | 154.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 133 | 0 | 0.19 | 0.26 | 0.29 | 15.32 | 0.24 | 0.61 |
| Hex | B4 | 91 | 85 | 0 | 13 | 1A | 1D | F | 18 | 3D |
| Octal | 264 | 221 | 205 | 0 | 23 | 32 | 35 | 17 | 30 | 75 |
| Binary | 10110100 | 10010001 | 10000101 | 0 | 10011 | 11010 | 11101 | 1111 | 11000 | 111101 |
Color Harmonies of #B49185
Complementary color
Monochromatic Colors of #B49185
Black with #B49185
Text Example
Text Example
White with #B49185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49185; }
p { color: rgb(180,145,133); }
H1.HeaderClassName
{
color: #B49185;
}
.AnyTagClassName
{
color: #B49185;
}
</style>
background-color css
<style>
a { background-color: #B49185; }
a { background-color: rgb(180,145,133); }
div.DivClassName
{
background-color: #B49185;
}
.BgClassName
{
background-color: #B49185;
}
</style>
border-color css
<style>
span { border-color: #B49185; }
span { border-color: rgb(180,145,133); }
td.TdClassName
{
border-color: #B49185;
}
.TagClassName
{
border-color: #B49185;
}
</style>