Shades of Del Rio #B5A190
Tints of Del Rio #B5A190
RGB
CMYK
RGB Variations
Color information
#B5A190 (or 0xB5A190) is known color: Del Rio. HEX triplet: B5, A1 and 90. RGB value is (181,161,144). Sum of RGB (Red+Green+Blue) = 181+161+144=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A190 is #4A5E6F. Grayscale: #A5A5A5. Windows color (decimal): -4873840 or 9478581. OLE color: 9478581.
HSL color Cylindrical-coordinate representation of color #B5A190: hue angle of 27.57º 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 #B5A190 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 144 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.29 |
| HSL | 27.57º | 0.2% | 0.64% | - |
| HSV(B) | 27.57º | 0.2% | 0.71% | - |
| XYZ | 36.83 | 37.33 | 31.65 | - |
| YUV | 165.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 144 | 0 | 0.11 | 0.20 | 0.29 | 27.57 | 0.2 | 0.64 |
| Hex | B5 | A1 | 90 | 0 | B | 14 | 1D | 1C | 14 | 40 |
| Octal | 265 | 241 | 220 | 0 | 13 | 24 | 35 | 34 | 24 | 100 |
| Binary | 10110101 | 10100001 | 10010000 | 0 | 1011 | 10100 | 11101 | 11100 | 10100 | 1000000 |
Color Harmonies of #B5A190
Complementary color
Monochromatic Colors of #B5A190
Black with #B5A190
Text Example
Text Example
White with #B5A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A190; }
p { color: rgb(181,161,144); }
H1.HeaderClassName
{
color: #B5A190;
}
.AnyTagClassName
{
color: #B5A190;
}
</style>
background-color css
<style>
a { background-color: #B5A190; }
a { background-color: rgb(181,161,144); }
div.DivClassName
{
background-color: #B5A190;
}
.BgClassName
{
background-color: #B5A190;
}
</style>
border-color css
<style>
span { border-color: #B5A190; }
span { border-color: rgb(181,161,144); }
td.TdClassName
{
border-color: #B5A190;
}
.TagClassName
{
border-color: #B5A190;
}
</style>