Shades of Del Rio #B59C8E
Tints of Del Rio #B59C8E
RGB
CMYK
RGB Variations
Color information
#B59C8E (or 0xB59C8E) is known color: Del Rio. HEX triplet: B5, 9C and 8E. RGB value is (181,156,142). Sum of RGB (Red+Green+Blue) = 181+156+142=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C8E is #4A6371. Grayscale: #A1A1A1. Windows color (decimal): -4875122 or 9346229. OLE color: 9346229.
HSL color Cylindrical-coordinate representation of color #B59C8E: hue angle of 21.54º 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 #B59C8E is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 142 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.29 |
| HSL | 21.54º | 0.21% | 0.63% | - |
| HSV(B) | 21.54º | 0.22% | 0.71% | - |
| XYZ | 35.83 | 35.55 | 30.57 | - |
| YUV | 161.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 142 | 0 | 0.14 | 0.22 | 0.29 | 21.54 | 0.21 | 0.63 |
| Hex | B5 | 9C | 8E | 0 | E | 16 | 1D | 16 | 15 | 3F |
| Octal | 265 | 234 | 216 | 0 | 16 | 26 | 35 | 26 | 25 | 77 |
| Binary | 10110101 | 10011100 | 10001110 | 0 | 1110 | 10110 | 11101 | 10110 | 10101 | 111111 |
Color Harmonies of #B59C8E
Complementary color
Monochromatic Colors of #B59C8E
Black with #B59C8E
Text Example
Text Example
White with #B59C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C8E; }
p { color: rgb(181,156,142); }
H1.HeaderClassName
{
color: #B59C8E;
}
.AnyTagClassName
{
color: #B59C8E;
}
</style>
background-color css
<style>
a { background-color: #B59C8E; }
a { background-color: rgb(181,156,142); }
div.DivClassName
{
background-color: #B59C8E;
}
.BgClassName
{
background-color: #B59C8E;
}
</style>
border-color css
<style>
span { border-color: #B59C8E; }
span { border-color: rgb(181,156,142); }
td.TdClassName
{
border-color: #B59C8E;
}
.TagClassName
{
border-color: #B59C8E;
}
</style>