Shades of Del Rio #B39D96
Tints of Del Rio #B39D96
RGB
CMYK
RGB Variations
Color information
#B39D96 (or 0xB39D96) is known color: Del Rio. HEX triplet: B3, 9D and 96. RGB value is (179,157,150). Sum of RGB (Red+Green+Blue) = 179+157+150=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D96 is #4C6269. Grayscale: #A2A2A2. Windows color (decimal): -5005930 or 9870771. OLE color: 9870771.
HSL color Cylindrical-coordinate representation of color #B39D96: hue angle of 14.48º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39D96 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 150 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.30 |
| HSL | 14.48º | 0.16% | 0.65% | - |
| HSV(B) | 14.48º | 0.16% | 0.7% | - |
| XYZ | 36.15 | 35.9 | 33.88 | - |
| YUV | 162.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 150 | 0 | 0.12 | 0.16 | 0.30 | 14.48 | 0.16 | 0.65 |
| Hex | B3 | 9D | 96 | 0 | C | 10 | 1E | E | 10 | 41 |
| Octal | 263 | 235 | 226 | 0 | 14 | 20 | 36 | 16 | 20 | 101 |
| Binary | 10110011 | 10011101 | 10010110 | 0 | 1100 | 10000 | 11110 | 1110 | 10000 | 1000001 |
Color Harmonies of #B39D96
Complementary color
Monochromatic Colors of #B39D96
Black with #B39D96
Text Example
Text Example
White with #B39D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D96; }
p { color: rgb(179,157,150); }
H1.HeaderClassName
{
color: #B39D96;
}
.AnyTagClassName
{
color: #B39D96;
}
</style>
background-color css
<style>
a { background-color: #B39D96; }
a { background-color: rgb(179,157,150); }
div.DivClassName
{
background-color: #B39D96;
}
.BgClassName
{
background-color: #B39D96;
}
</style>
border-color css
<style>
span { border-color: #B39D96; }
span { border-color: rgb(179,157,150); }
td.TdClassName
{
border-color: #B39D96;
}
.TagClassName
{
border-color: #B39D96;
}
</style>