Shades of Del Rio #B39F8C
Tints of Del Rio #B39F8C
RGB
CMYK
RGB Variations
Color information
#B39F8C (or 0xB39F8C) is known color: Del Rio. HEX triplet: B3, 9F and 8C. RGB value is (179,159,140). Sum of RGB (Red+Green+Blue) = 179+159+140=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F8C is #4C6073. Grayscale: #A2A2A2. Windows color (decimal): -5005428 or 9215923. OLE color: 9215923.
HSL color Cylindrical-coordinate representation of color #B39F8C: hue angle of 29.23º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B39F8C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 140 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.30 |
| HSL | 29.23º | 0.2% | 0.63% | - |
| HSV(B) | 29.23º | 0.22% | 0.7% | - |
| XYZ | 35.72 | 36.27 | 29.93 | - |
| YUV | 162.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 140 | 0 | 0.11 | 0.22 | 0.30 | 29.23 | 0.2 | 0.63 |
| Hex | B3 | 9F | 8C | 0 | B | 16 | 1E | 1D | 14 | 3F |
| Octal | 263 | 237 | 214 | 0 | 13 | 26 | 36 | 35 | 24 | 77 |
| Binary | 10110011 | 10011111 | 10001100 | 0 | 1011 | 10110 | 11110 | 11101 | 10100 | 111111 |
Color Harmonies of #B39F8C
Complementary color
Monochromatic Colors of #B39F8C
Black with #B39F8C
Text Example
Text Example
White with #B39F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F8C; }
p { color: rgb(179,159,140); }
H1.HeaderClassName
{
color: #B39F8C;
}
.AnyTagClassName
{
color: #B39F8C;
}
</style>
background-color css
<style>
a { background-color: #B39F8C; }
a { background-color: rgb(179,159,140); }
div.DivClassName
{
background-color: #B39F8C;
}
.BgClassName
{
background-color: #B39F8C;
}
</style>
border-color css
<style>
span { border-color: #B39F8C; }
span { border-color: rgb(179,159,140); }
td.TdClassName
{
border-color: #B39F8C;
}
.TagClassName
{
border-color: #B39F8C;
}
</style>