Shades of Del Rio #B39A88
Tints of Del Rio #B39A88
RGB
CMYK
RGB Variations
Color information
#B39A88 (or 0xB39A88) is known color: Del Rio. HEX triplet: B3, 9A and 88. RGB value is (179,154,136). Sum of RGB (Red+Green+Blue) = 179+154+136=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A88 is #4C6577. Grayscale: #9F9F9F. Windows color (decimal): -5006712 or 8952499. OLE color: 8952499.
HSL color Cylindrical-coordinate representation of color #B39A88: hue angle of 25.12º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39A88 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 136 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.30 |
| HSL | 25.12º | 0.22% | 0.62% | - |
| HSV(B) | 25.12º | 0.24% | 0.7% | - |
| XYZ | 34.59 | 34.47 | 28.12 | - |
| YUV | 159.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 136 | 0 | 0.14 | 0.24 | 0.30 | 25.12 | 0.22 | 0.62 |
| Hex | B3 | 9A | 88 | 0 | E | 18 | 1E | 19 | 16 | 3E |
| Octal | 263 | 232 | 210 | 0 | 16 | 30 | 36 | 31 | 26 | 76 |
| Binary | 10110011 | 10011010 | 10001000 | 0 | 1110 | 11000 | 11110 | 11001 | 10110 | 111110 |
Color Harmonies of #B39A88
Complementary color
Monochromatic Colors of #B39A88
Black with #B39A88
Text Example
Text Example
White with #B39A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A88; }
p { color: rgb(179,154,136); }
H1.HeaderClassName
{
color: #B39A88;
}
.AnyTagClassName
{
color: #B39A88;
}
</style>
background-color css
<style>
a { background-color: #B39A88; }
a { background-color: rgb(179,154,136); }
div.DivClassName
{
background-color: #B39A88;
}
.BgClassName
{
background-color: #B39A88;
}
</style>
border-color css
<style>
span { border-color: #B39A88; }
span { border-color: rgb(179,154,136); }
td.TdClassName
{
border-color: #B39A88;
}
.TagClassName
{
border-color: #B39A88;
}
</style>