Shades of Del Rio #B59C8D
Tints of Del Rio #B59C8D
RGB
CMYK
RGB Variations
Color information
#B59C8D (or 0xB59C8D) is known color: Del Rio. HEX triplet: B5, 9C and 8D. RGB value is (181,156,141). Sum of RGB (Red+Green+Blue) = 181+156+141=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C8D is #4A6372. Grayscale: #A1A1A1. Windows color (decimal): -4875123 or 9280693. OLE color: 9280693.
HSL color Cylindrical-coordinate representation of color #B59C8D: hue angle of 22.5º 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 #B59C8D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 141 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.29 |
| HSL | 22.5º | 0.21% | 0.63% | - |
| HSV(B) | 22.5º | 0.22% | 0.71% | - |
| XYZ | 35.75 | 35.52 | 30.17 | - |
| YUV | 161.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 141 | 0 | 0.14 | 0.22 | 0.29 | 22.5 | 0.21 | 0.63 |
| Hex | B5 | 9C | 8D | 0 | E | 16 | 1D | 16 | 15 | 3F |
| Octal | 265 | 234 | 215 | 0 | 16 | 26 | 35 | 26 | 25 | 77 |
| Binary | 10110101 | 10011100 | 10001101 | 0 | 1110 | 10110 | 11101 | 10110 | 10101 | 111111 |
Color Harmonies of #B59C8D
Complementary color
Monochromatic Colors of #B59C8D
Black with #B59C8D
Text Example
Text Example
White with #B59C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C8D; }
p { color: rgb(181,156,141); }
H1.HeaderClassName
{
color: #B59C8D;
}
.AnyTagClassName
{
color: #B59C8D;
}
</style>
background-color css
<style>
a { background-color: #B59C8D; }
a { background-color: rgb(181,156,141); }
div.DivClassName
{
background-color: #B59C8D;
}
.BgClassName
{
background-color: #B59C8D;
}
</style>
border-color css
<style>
span { border-color: #B59C8D; }
span { border-color: rgb(181,156,141); }
td.TdClassName
{
border-color: #B59C8D;
}
.TagClassName
{
border-color: #B59C8D;
}
</style>