Shades of Del Rio #B39184
Tints of Del Rio #B39184
RGB
CMYK
RGB Variations
Color information
#B39184 (or 0xB39184) is known color: Del Rio. HEX triplet: B3, 91 and 84. RGB value is (179,145,132). Sum of RGB (Red+Green+Blue) = 179+145+132=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B39184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39184 is #4C6E7B. Grayscale: #999999. Windows color (decimal): -5009020 or 8688051. OLE color: 8688051.
HSL color Cylindrical-coordinate representation of color #B39184: hue angle of 16.6º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39184 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 132 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.30 |
| HSL | 16.6º | 0.24% | 0.61% | - |
| HSV(B) | 16.6º | 0.26% | 0.7% | - |
| XYZ | 32.88 | 31.5 | 26.18 | - |
| YUV | 153.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 132 | 0 | 0.19 | 0.26 | 0.30 | 16.6 | 0.24 | 0.61 |
| Hex | B3 | 91 | 84 | 0 | 13 | 1A | 1E | 11 | 18 | 3D |
| Octal | 263 | 221 | 204 | 0 | 23 | 32 | 36 | 21 | 30 | 75 |
| Binary | 10110011 | 10010001 | 10000100 | 0 | 10011 | 11010 | 11110 | 10001 | 11000 | 111101 |
Color Harmonies of #B39184
Complementary color
Monochromatic Colors of #B39184
Black with #B39184
Text Example
Text Example
White with #B39184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39184; }
p { color: rgb(179,145,132); }
H1.HeaderClassName
{
color: #B39184;
}
.AnyTagClassName
{
color: #B39184;
}
</style>
background-color css
<style>
a { background-color: #B39184; }
a { background-color: rgb(179,145,132); }
div.DivClassName
{
background-color: #B39184;
}
.BgClassName
{
background-color: #B39184;
}
</style>
border-color css
<style>
span { border-color: #B39184; }
span { border-color: rgb(179,145,132); }
td.TdClassName
{
border-color: #B39184;
}
.TagClassName
{
border-color: #B39184;
}
</style>