Shades of Del Rio #B39085
Tints of Del Rio #B39085
RGB
CMYK
RGB Variations
Color information
#B39085 (or 0xB39085) is known color: Del Rio. HEX triplet: B3, 90 and 85. RGB value is (179,144,133). Sum of RGB (Red+Green+Blue) = 179+144+133=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B39085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39085 is #4C6F7A. Grayscale: #999999. Windows color (decimal): -5009275 or 8753331. OLE color: 8753331.
HSL color Cylindrical-coordinate representation of color #B39085: hue angle of 14.35º degrees, saturation: 0.23, 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 #B39085 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 133 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.30 |
| HSL | 14.35º | 0.23% | 0.61% | - |
| HSV(B) | 14.35º | 0.26% | 0.7% | - |
| XYZ | 32.8 | 31.22 | 26.49 | - |
| YUV | 153.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 133 | 0 | 0.20 | 0.26 | 0.30 | 14.35 | 0.23 | 0.61 |
| Hex | B3 | 90 | 85 | 0 | 14 | 1A | 1E | E | 17 | 3D |
| Octal | 263 | 220 | 205 | 0 | 24 | 32 | 36 | 16 | 27 | 75 |
| Binary | 10110011 | 10010000 | 10000101 | 0 | 10100 | 11010 | 11110 | 1110 | 10111 | 111101 |
Color Harmonies of #B39085
Complementary color
Monochromatic Colors of #B39085
Black with #B39085
Text Example
Text Example
White with #B39085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39085; }
p { color: rgb(179,144,133); }
H1.HeaderClassName
{
color: #B39085;
}
.AnyTagClassName
{
color: #B39085;
}
</style>
background-color css
<style>
a { background-color: #B39085; }
a { background-color: rgb(179,144,133); }
div.DivClassName
{
background-color: #B39085;
}
.BgClassName
{
background-color: #B39085;
}
</style>
border-color css
<style>
span { border-color: #B39085; }
span { border-color: rgb(179,144,133); }
td.TdClassName
{
border-color: #B39085;
}
.TagClassName
{
border-color: #B39085;
}
</style>