Shades of Del Rio #B59D8B
Tints of Del Rio #B59D8B
RGB
CMYK
RGB Variations
Color information
#B59D8B (or 0xB59D8B) is known color: Del Rio. HEX triplet: B5, 9D and 8B. RGB value is (181,157,139). Sum of RGB (Red+Green+Blue) = 181+157+139=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D8B is #4A6274. Grayscale: #A2A2A2. Windows color (decimal): -4874869 or 9149877. OLE color: 9149877.
HSL color Cylindrical-coordinate representation of color #B59D8B: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59D8B is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 139 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.29 |
| HSL | 25.71º | 0.22% | 0.63% | - |
| HSV(B) | 25.71º | 0.23% | 0.71% | - |
| XYZ | 35.77 | 35.8 | 29.45 | - |
| YUV | 162.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 139 | 0 | 0.13 | 0.23 | 0.29 | 25.71 | 0.22 | 0.63 |
| Hex | B5 | 9D | 8B | 0 | D | 17 | 1D | 1A | 16 | 3F |
| Octal | 265 | 235 | 213 | 0 | 15 | 27 | 35 | 32 | 26 | 77 |
| Binary | 10110101 | 10011101 | 10001011 | 0 | 1101 | 10111 | 11101 | 11010 | 10110 | 111111 |
Color Harmonies of #B59D8B
Complementary color
Monochromatic Colors of #B59D8B
Black with #B59D8B
Text Example
Text Example
White with #B59D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D8B; }
p { color: rgb(181,157,139); }
H1.HeaderClassName
{
color: #B59D8B;
}
.AnyTagClassName
{
color: #B59D8B;
}
</style>
background-color css
<style>
a { background-color: #B59D8B; }
a { background-color: rgb(181,157,139); }
div.DivClassName
{
background-color: #B59D8B;
}
.BgClassName
{
background-color: #B59D8B;
}
</style>
border-color css
<style>
span { border-color: #B59D8B; }
span { border-color: rgb(181,157,139); }
td.TdClassName
{
border-color: #B59D8B;
}
.TagClassName
{
border-color: #B59D8B;
}
</style>