Shades of Del Rio #B59F8D
Tints of Del Rio #B59F8D
RGB
CMYK
RGB Variations
Color information
#B59F8D (or 0xB59F8D) is known color: Del Rio. HEX triplet: B5, 9F and 8D. RGB value is (181,159,141). Sum of RGB (Red+Green+Blue) = 181+159+141=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F8D is #4A6072. Grayscale: #A3A3A3. Windows color (decimal): -4874355 or 9281461. OLE color: 9281461.
HSL color Cylindrical-coordinate representation of color #B59F8D: hue angle of 27º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59F8D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 141 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.29 |
| HSL | 27º | 0.21% | 0.63% | - |
| HSV(B) | 27º | 0.22% | 0.71% | - |
| XYZ | 36.26 | 36.54 | 30.34 | - |
| YUV | 163.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 141 | 0 | 0.12 | 0.22 | 0.29 | 27 | 0.21 | 0.63 |
| Hex | B5 | 9F | 8D | 0 | C | 16 | 1D | 1B | 15 | 3F |
| Octal | 265 | 237 | 215 | 0 | 14 | 26 | 35 | 33 | 25 | 77 |
| Binary | 10110101 | 10011111 | 10001101 | 0 | 1100 | 10110 | 11101 | 11011 | 10101 | 111111 |
Color Harmonies of #B59F8D
Complementary color
Monochromatic Colors of #B59F8D
Black with #B59F8D
Text Example
Text Example
White with #B59F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F8D; }
p { color: rgb(181,159,141); }
H1.HeaderClassName
{
color: #B59F8D;
}
.AnyTagClassName
{
color: #B59F8D;
}
</style>
background-color css
<style>
a { background-color: #B59F8D; }
a { background-color: rgb(181,159,141); }
div.DivClassName
{
background-color: #B59F8D;
}
.BgClassName
{
background-color: #B59F8D;
}
</style>
border-color css
<style>
span { border-color: #B59F8D; }
span { border-color: rgb(181,159,141); }
td.TdClassName
{
border-color: #B59F8D;
}
.TagClassName
{
border-color: #B59F8D;
}
</style>