Shades of Del Rio #B59992
Tints of Del Rio #B59992
RGB
CMYK
RGB Variations
Color information
#B59992 (or 0xB59992) is known color: Del Rio. HEX triplet: B5, 99 and 92. RGB value is (181,153,146). Sum of RGB (Red+Green+Blue) = 181+153+146=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B59992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59992 is #4A666D. Grayscale: #A0A0A0. Windows color (decimal): -4875886 or 9607605. OLE color: 9607605.
HSL color Cylindrical-coordinate representation of color #B59992: hue angle of 12º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59992 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 146 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.29 |
| HSL | 12º | 0.19% | 0.64% | - |
| HSV(B) | 12º | 0.19% | 0.71% | - |
| XYZ | 35.64 | 34.68 | 32.01 | - |
| YUV | 160.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 146 | 0 | 0.15 | 0.19 | 0.29 | 12 | 0.19 | 0.64 |
| Hex | B5 | 99 | 92 | 0 | F | 13 | 1D | C | 13 | 40 |
| Octal | 265 | 231 | 222 | 0 | 17 | 23 | 35 | 14 | 23 | 100 |
| Binary | 10110101 | 10011001 | 10010010 | 0 | 1111 | 10011 | 11101 | 1100 | 10011 | 1000000 |
Color Harmonies of #B59992
Complementary color
Monochromatic Colors of #B59992
Black with #B59992
Text Example
Text Example
White with #B59992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59992; }
p { color: rgb(181,153,146); }
H1.HeaderClassName
{
color: #B59992;
}
.AnyTagClassName
{
color: #B59992;
}
</style>
background-color css
<style>
a { background-color: #B59992; }
a { background-color: rgb(181,153,146); }
div.DivClassName
{
background-color: #B59992;
}
.BgClassName
{
background-color: #B59992;
}
</style>
border-color css
<style>
span { border-color: #B59992; }
span { border-color: rgb(181,153,146); }
td.TdClassName
{
border-color: #B59992;
}
.TagClassName
{
border-color: #B59992;
}
</style>