Shades of Del Rio #B39E97
Tints of Del Rio #B39E97
RGB
CMYK
RGB Variations
Color information
#B39E97 (or 0xB39E97) is known color: Del Rio. HEX triplet: B3, 9E and 97. RGB value is (179,158,151). Sum of RGB (Red+Green+Blue) = 179+158+151=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E97 is #4C6168. Grayscale: #A3A3A3. Windows color (decimal): -5005673 or 9936563. OLE color: 9936563.
HSL color Cylindrical-coordinate representation of color #B39E97: hue angle of 15º 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 #B39E97 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 151 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.30 |
| HSL | 15º | 0.16% | 0.65% | - |
| HSV(B) | 15º | 0.16% | 0.7% | - |
| XYZ | 36.4 | 36.27 | 34.36 | - |
| YUV | 163.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 151 | 0 | 0.12 | 0.16 | 0.30 | 15 | 0.16 | 0.65 |
| Hex | B3 | 9E | 97 | 0 | C | 10 | 1E | F | 10 | 41 |
| Octal | 263 | 236 | 227 | 0 | 14 | 20 | 36 | 17 | 20 | 101 |
| Binary | 10110011 | 10011110 | 10010111 | 0 | 1100 | 10000 | 11110 | 1111 | 10000 | 1000001 |
Color Harmonies of #B39E97
Complementary color
Monochromatic Colors of #B39E97
Black with #B39E97
Text Example
Text Example
White with #B39E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E97; }
p { color: rgb(179,158,151); }
H1.HeaderClassName
{
color: #B39E97;
}
.AnyTagClassName
{
color: #B39E97;
}
</style>
background-color css
<style>
a { background-color: #B39E97; }
a { background-color: rgb(179,158,151); }
div.DivClassName
{
background-color: #B39E97;
}
.BgClassName
{
background-color: #B39E97;
}
</style>
border-color css
<style>
span { border-color: #B39E97; }
span { border-color: rgb(179,158,151); }
td.TdClassName
{
border-color: #B39E97;
}
.TagClassName
{
border-color: #B39E97;
}
</style>