Shades of Del Rio #B89786
Tints of Del Rio #B89786
RGB
CMYK
RGB Variations
Color information
#B89786 (or 0xB89786) is known color: Del Rio. HEX triplet: B8, 97 and 86. RGB value is (184,151,134). Sum of RGB (Red+Green+Blue) = 184+151+134=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B89786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89786 is #476879. Grayscale: #9F9F9F. Windows color (decimal): -4679802 or 8820664. OLE color: 8820664.
HSL color Cylindrical-coordinate representation of color #B89786: hue angle of 20.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89786 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 134 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.28 |
| HSL | 20.4º | 0.26% | 0.62% | - |
| HSV(B) | 20.4º | 0.27% | 0.72% | - |
| XYZ | 35.14 | 34.04 | 27.27 | - |
| YUV | 158.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 134 | 0 | 0.18 | 0.27 | 0.28 | 20.4 | 0.26 | 0.62 |
| Hex | B8 | 97 | 86 | 0 | 12 | 1B | 1C | 14 | 1A | 3E |
| Octal | 270 | 227 | 206 | 0 | 22 | 33 | 34 | 24 | 32 | 76 |
| Binary | 10111000 | 10010111 | 10000110 | 0 | 10010 | 11011 | 11100 | 10100 | 11010 | 111110 |
Color Harmonies of #B89786
Complementary color
Monochromatic Colors of #B89786
Black with #B89786
Text Example
Text Example
White with #B89786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89786; }
p { color: rgb(184,151,134); }
H1.HeaderClassName
{
color: #B89786;
}
.AnyTagClassName
{
color: #B89786;
}
</style>
background-color css
<style>
a { background-color: #B89786; }
a { background-color: rgb(184,151,134); }
div.DivClassName
{
background-color: #B89786;
}
.BgClassName
{
background-color: #B89786;
}
</style>
border-color css
<style>
span { border-color: #B89786; }
span { border-color: rgb(184,151,134); }
td.TdClassName
{
border-color: #B89786;
}
.TagClassName
{
border-color: #B89786;
}
</style>