Shades of Del Rio #B89585
Tints of Del Rio #B89585
RGB
CMYK
RGB Variations
Color information
#B89585 (or 0xB89585) is known color: Del Rio. HEX triplet: B8, 95 and 85. RGB value is (184,149,133). Sum of RGB (Red+Green+Blue) = 184+149+133=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B89585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89585 is #476A7A. Grayscale: #9D9D9D. Windows color (decimal): -4680315 or 8754616. OLE color: 8754616.
HSL color Cylindrical-coordinate representation of color #B89585: hue angle of 18.82º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89585 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 133 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.28 |
| HSL | 18.82º | 0.26% | 0.62% | - |
| HSV(B) | 18.82º | 0.28% | 0.72% | - |
| XYZ | 34.75 | 33.38 | 26.8 | - |
| YUV | 157.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 133 | 0 | 0.19 | 0.28 | 0.28 | 18.82 | 0.26 | 0.62 |
| Hex | B8 | 95 | 85 | 0 | 13 | 1C | 1C | 13 | 1A | 3E |
| Octal | 270 | 225 | 205 | 0 | 23 | 34 | 34 | 23 | 32 | 76 |
| Binary | 10111000 | 10010101 | 10000101 | 0 | 10011 | 11100 | 11100 | 10011 | 11010 | 111110 |
Color Harmonies of #B89585
Complementary color
Monochromatic Colors of #B89585
Black with #B89585
Text Example
Text Example
White with #B89585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89585; }
p { color: rgb(184,149,133); }
H1.HeaderClassName
{
color: #B89585;
}
.AnyTagClassName
{
color: #B89585;
}
</style>
background-color css
<style>
a { background-color: #B89585; }
a { background-color: rgb(184,149,133); }
div.DivClassName
{
background-color: #B89585;
}
.BgClassName
{
background-color: #B89585;
}
</style>
border-color css
<style>
span { border-color: #B89585; }
span { border-color: rgb(184,149,133); }
td.TdClassName
{
border-color: #B89585;
}
.TagClassName
{
border-color: #B89585;
}
</style>