Shades of Del Rio #B39F96
Tints of Del Rio #B39F96
RGB
CMYK
RGB Variations
Color information
#B39F96 (or 0xB39F96) is known color: Del Rio. HEX triplet: B3, 9F and 96. RGB value is (179,159,150). Sum of RGB (Red+Green+Blue) = 179+159+150=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F96 is #4C6069. Grayscale: #A4A4A4. Windows color (decimal): -5005418 or 9871283. OLE color: 9871283.
HSL color Cylindrical-coordinate representation of color #B39F96: hue angle of 18.62º 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 #B39F96 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 150 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.30 |
| HSL | 18.62º | 0.16% | 0.65% | - |
| HSV(B) | 18.62º | 0.16% | 0.7% | - |
| XYZ | 36.49 | 36.58 | 33.99 | - |
| YUV | 163.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 150 | 0 | 0.11 | 0.16 | 0.30 | 18.62 | 0.16 | 0.65 |
| Hex | B3 | 9F | 96 | 0 | B | 10 | 1E | 13 | 10 | 41 |
| Octal | 263 | 237 | 226 | 0 | 13 | 20 | 36 | 23 | 20 | 101 |
| Binary | 10110011 | 10011111 | 10010110 | 0 | 1011 | 10000 | 11110 | 10011 | 10000 | 1000001 |
Color Harmonies of #B39F96
Complementary color
Monochromatic Colors of #B39F96
Black with #B39F96
Text Example
Text Example
White with #B39F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F96; }
p { color: rgb(179,159,150); }
H1.HeaderClassName
{
color: #B39F96;
}
.AnyTagClassName
{
color: #B39F96;
}
</style>
background-color css
<style>
a { background-color: #B39F96; }
a { background-color: rgb(179,159,150); }
div.DivClassName
{
background-color: #B39F96;
}
.BgClassName
{
background-color: #B39F96;
}
</style>
border-color css
<style>
span { border-color: #B39F96; }
span { border-color: rgb(179,159,150); }
td.TdClassName
{
border-color: #B39F96;
}
.TagClassName
{
border-color: #B39F96;
}
</style>