Shades of Del Rio #B5A18F
Tints of Del Rio #B5A18F
RGB
CMYK
RGB Variations
Color information
#B5A18F (or 0xB5A18F) is known color: Del Rio. HEX triplet: B5, A1 and 8F. RGB value is (181,161,143). Sum of RGB (Red+Green+Blue) = 181+161+143=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A18F is #4A5E70. Grayscale: #A5A5A5. Windows color (decimal): -4873841 or 9413045. OLE color: 9413045.
HSL color Cylindrical-coordinate representation of color #B5A18F: hue angle of 28.42º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5A18F is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 143 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.29 |
| HSL | 28.42º | 0.2% | 0.64% | - |
| HSV(B) | 28.42º | 0.21% | 0.71% | - |
| XYZ | 36.76 | 37.3 | 31.25 | - |
| YUV | 164.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 143 | 0 | 0.11 | 0.21 | 0.29 | 28.42 | 0.2 | 0.64 |
| Hex | B5 | A1 | 8F | 0 | B | 15 | 1D | 1C | 14 | 40 |
| Octal | 265 | 241 | 217 | 0 | 13 | 25 | 35 | 34 | 24 | 100 |
| Binary | 10110101 | 10100001 | 10001111 | 0 | 1011 | 10101 | 11101 | 11100 | 10100 | 1000000 |
Color Harmonies of #B5A18F
Complementary color
Monochromatic Colors of #B5A18F
Black with #B5A18F
Text Example
Text Example
White with #B5A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A18F; }
p { color: rgb(181,161,143); }
H1.HeaderClassName
{
color: #B5A18F;
}
.AnyTagClassName
{
color: #B5A18F;
}
</style>
background-color css
<style>
a { background-color: #B5A18F; }
a { background-color: rgb(181,161,143); }
div.DivClassName
{
background-color: #B5A18F;
}
.BgClassName
{
background-color: #B5A18F;
}
</style>
border-color css
<style>
span { border-color: #B5A18F; }
span { border-color: rgb(181,161,143); }
td.TdClassName
{
border-color: #B5A18F;
}
.TagClassName
{
border-color: #B5A18F;
}
</style>