Shades of Del Rio #B39990
Tints of Del Rio #B39990
RGB
CMYK
RGB Variations
Color information
#B39990 (or 0xB39990) is known color: Del Rio. HEX triplet: B3, 99 and 90. RGB value is (179,153,144). Sum of RGB (Red+Green+Blue) = 179+153+144=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B39990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39990 is #4C666F. Grayscale: #9F9F9F. Windows color (decimal): -5006960 or 9476531. OLE color: 9476531.
HSL color Cylindrical-coordinate representation of color #B39990: hue angle of 15.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B39990 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 144 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.30 |
| HSL | 15.43º | 0.19% | 0.63% | - |
| HSV(B) | 15.43º | 0.2% | 0.7% | - |
| XYZ | 35.02 | 34.38 | 31.18 | - |
| YUV | 159.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 144 | 0 | 0.15 | 0.20 | 0.30 | 15.43 | 0.19 | 0.63 |
| Hex | B3 | 99 | 90 | 0 | F | 14 | 1E | F | 13 | 3F |
| Octal | 263 | 231 | 220 | 0 | 17 | 24 | 36 | 17 | 23 | 77 |
| Binary | 10110011 | 10011001 | 10010000 | 0 | 1111 | 10100 | 11110 | 1111 | 10011 | 111111 |
Color Harmonies of #B39990
Complementary color
Monochromatic Colors of #B39990
Black with #B39990
Text Example
Text Example
White with #B39990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39990; }
p { color: rgb(179,153,144); }
H1.HeaderClassName
{
color: #B39990;
}
.AnyTagClassName
{
color: #B39990;
}
</style>
background-color css
<style>
a { background-color: #B39990; }
a { background-color: rgb(179,153,144); }
div.DivClassName
{
background-color: #B39990;
}
.BgClassName
{
background-color: #B39990;
}
</style>
border-color css
<style>
span { border-color: #B39990; }
span { border-color: rgb(179,153,144); }
td.TdClassName
{
border-color: #B39990;
}
.TagClassName
{
border-color: #B39990;
}
</style>