Shades of Del Rio #B59A90
Tints of Del Rio #B59A90
RGB
CMYK
RGB Variations
Color information
#B59A90 (or 0xB59A90) is known color: Del Rio. HEX triplet: B5, 9A and 90. RGB value is (181,154,144). Sum of RGB (Red+Green+Blue) = 181+154+144=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A90 is #4A656F. Grayscale: #A1A1A1. Windows color (decimal): -4875632 or 9476789. OLE color: 9476789.
HSL color Cylindrical-coordinate representation of color #B59A90: hue angle of 16.22º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59A90 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 144 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.29 |
| HSL | 16.22º | 0.2% | 0.64% | - |
| HSV(B) | 16.22º | 0.2% | 0.71% | - |
| XYZ | 35.65 | 34.95 | 31.25 | - |
| YUV | 160.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 144 | 0 | 0.15 | 0.20 | 0.29 | 16.22 | 0.2 | 0.64 |
| Hex | B5 | 9A | 90 | 0 | F | 14 | 1D | 10 | 14 | 40 |
| Octal | 265 | 232 | 220 | 0 | 17 | 24 | 35 | 20 | 24 | 100 |
| Binary | 10110101 | 10011010 | 10010000 | 0 | 1111 | 10100 | 11101 | 10000 | 10100 | 1000000 |
Color Harmonies of #B59A90
Complementary color
Monochromatic Colors of #B59A90
Black with #B59A90
Text Example
Text Example
White with #B59A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A90; }
p { color: rgb(181,154,144); }
H1.HeaderClassName
{
color: #B59A90;
}
.AnyTagClassName
{
color: #B59A90;
}
</style>
background-color css
<style>
a { background-color: #B59A90; }
a { background-color: rgb(181,154,144); }
div.DivClassName
{
background-color: #B59A90;
}
.BgClassName
{
background-color: #B59A90;
}
</style>
border-color css
<style>
span { border-color: #B59A90; }
span { border-color: rgb(181,154,144); }
td.TdClassName
{
border-color: #B59A90;
}
.TagClassName
{
border-color: #B59A90;
}
</style>