Shades of Del Rio #B49585
Tints of Del Rio #B49585
RGB
CMYK
RGB Variations
Color information
#B49585 (or 0xB49585) is known color: Del Rio. HEX triplet: B4, 95 and 85. RGB value is (180,149,133). Sum of RGB (Red+Green+Blue) = 180+149+133=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49585 is #4B6A7A. Grayscale: #9C9C9C. Windows color (decimal): -4942459 or 8754612. OLE color: 8754612.
HSL color Cylindrical-coordinate representation of color #B49585: hue angle of 20.43º 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 #B49585 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 133 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.29 |
| HSL | 20.43º | 0.24% | 0.61% | - |
| HSV(B) | 20.43º | 0.26% | 0.71% | - |
| XYZ | 33.8 | 32.89 | 26.76 | - |
| YUV | 156.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 133 | 0 | 0.17 | 0.26 | 0.29 | 20.43 | 0.24 | 0.61 |
| Hex | B4 | 95 | 85 | 0 | 11 | 1A | 1D | 14 | 18 | 3D |
| Octal | 264 | 225 | 205 | 0 | 21 | 32 | 35 | 24 | 30 | 75 |
| Binary | 10110100 | 10010101 | 10000101 | 0 | 10001 | 11010 | 11101 | 10100 | 11000 | 111101 |
Color Harmonies of #B49585
Complementary color
Monochromatic Colors of #B49585
Black with #B49585
Text Example
Text Example
White with #B49585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49585; }
p { color: rgb(180,149,133); }
H1.HeaderClassName
{
color: #B49585;
}
.AnyTagClassName
{
color: #B49585;
}
</style>
background-color css
<style>
a { background-color: #B49585; }
a { background-color: rgb(180,149,133); }
div.DivClassName
{
background-color: #B49585;
}
.BgClassName
{
background-color: #B49585;
}
</style>
border-color css
<style>
span { border-color: #B49585; }
span { border-color: rgb(180,149,133); }
td.TdClassName
{
border-color: #B49585;
}
.TagClassName
{
border-color: #B49585;
}
</style>