Shades of Del Rio #B59286
Tints of Del Rio #B59286
RGB
CMYK
RGB Variations
Color information
#B59286 (or 0xB59286) is known color: Del Rio. HEX triplet: B5, 92 and 86. RGB value is (181,146,134). Sum of RGB (Red+Green+Blue) = 181+146+134=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B59286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59286 is #4A6D79. Grayscale: #9B9B9B. Windows color (decimal): -4877690 or 8819381. OLE color: 8819381.
HSL color Cylindrical-coordinate representation of color #B59286: hue angle of 15.32º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59286 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 134 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.29 |
| HSL | 15.32º | 0.24% | 0.62% | - |
| HSV(B) | 15.32º | 0.26% | 0.71% | - |
| XYZ | 33.64 | 32.1 | 26.98 | - |
| YUV | 155.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 134 | 0 | 0.19 | 0.26 | 0.29 | 15.32 | 0.24 | 0.62 |
| Hex | B5 | 92 | 86 | 0 | 13 | 1A | 1D | F | 18 | 3E |
| Octal | 265 | 222 | 206 | 0 | 23 | 32 | 35 | 17 | 30 | 76 |
| Binary | 10110101 | 10010010 | 10000110 | 0 | 10011 | 11010 | 11101 | 1111 | 11000 | 111110 |
Color Harmonies of #B59286
Complementary color
Monochromatic Colors of #B59286
Black with #B59286
Text Example
Text Example
White with #B59286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59286; }
p { color: rgb(181,146,134); }
H1.HeaderClassName
{
color: #B59286;
}
.AnyTagClassName
{
color: #B59286;
}
</style>
background-color css
<style>
a { background-color: #B59286; }
a { background-color: rgb(181,146,134); }
div.DivClassName
{
background-color: #B59286;
}
.BgClassName
{
background-color: #B59286;
}
</style>
border-color css
<style>
span { border-color: #B59286; }
span { border-color: rgb(181,146,134); }
td.TdClassName
{
border-color: #B59286;
}
.TagClassName
{
border-color: #B59286;
}
</style>