Shades of Del Rio #B39E91
Tints of Del Rio #B39E91
RGB
CMYK
RGB Variations
Color information
#B39E91 (or 0xB39E91) is known color: Del Rio. HEX triplet: B3, 9E and 91. RGB value is (179,158,145). Sum of RGB (Red+Green+Blue) = 179+158+145=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E91 is #4C616E. Grayscale: #A2A2A2. Windows color (decimal): -5005679 or 9543347. OLE color: 9543347.
HSL color Cylindrical-coordinate representation of color #B39E91: hue angle of 22.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39E91 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 145 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.30 |
| HSL | 22.94º | 0.18% | 0.64% | - |
| HSV(B) | 22.94º | 0.19% | 0.7% | - |
| XYZ | 35.93 | 36.08 | 31.86 | - |
| YUV | 162.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 145 | 0 | 0.12 | 0.19 | 0.30 | 22.94 | 0.18 | 0.64 |
| Hex | B3 | 9E | 91 | 0 | C | 13 | 1E | 17 | 12 | 40 |
| Octal | 263 | 236 | 221 | 0 | 14 | 23 | 36 | 27 | 22 | 100 |
| Binary | 10110011 | 10011110 | 10010001 | 0 | 1100 | 10011 | 11110 | 10111 | 10010 | 1000000 |
Color Harmonies of #B39E91
Complementary color
Monochromatic Colors of #B39E91
Black with #B39E91
Text Example
Text Example
White with #B39E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E91; }
p { color: rgb(179,158,145); }
H1.HeaderClassName
{
color: #B39E91;
}
.AnyTagClassName
{
color: #B39E91;
}
</style>
background-color css
<style>
a { background-color: #B39E91; }
a { background-color: rgb(179,158,145); }
div.DivClassName
{
background-color: #B39E91;
}
.BgClassName
{
background-color: #B39E91;
}
</style>
border-color css
<style>
span { border-color: #B39E91; }
span { border-color: rgb(179,158,145); }
td.TdClassName
{
border-color: #B39E91;
}
.TagClassName
{
border-color: #B39E91;
}
</style>