Shades of Del Rio #B5A18E
Tints of Del Rio #B5A18E
RGB
CMYK
RGB Variations
Color information
#B5A18E (or 0xB5A18E) is known color: Del Rio. HEX triplet: B5, A1 and 8E. RGB value is (181,161,142). Sum of RGB (Red+Green+Blue) = 181+161+142=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A18E is #4A5E71. Grayscale: #A4A4A4. Windows color (decimal): -4873842 or 9347509. OLE color: 9347509.
HSL color Cylindrical-coordinate representation of color #B5A18E: hue angle of 29.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A18E is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 142 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.29 |
| HSL | 29.23º | 0.21% | 0.63% | - |
| HSV(B) | 29.23º | 0.22% | 0.71% | - |
| XYZ | 36.68 | 37.27 | 30.85 | - |
| YUV | 164.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 142 | 0 | 0.11 | 0.22 | 0.29 | 29.23 | 0.21 | 0.63 |
| Hex | B5 | A1 | 8E | 0 | B | 16 | 1D | 1D | 15 | 3F |
| Octal | 265 | 241 | 216 | 0 | 13 | 26 | 35 | 35 | 25 | 77 |
| Binary | 10110101 | 10100001 | 10001110 | 0 | 1011 | 10110 | 11101 | 11101 | 10101 | 111111 |
Color Harmonies of #B5A18E
Complementary color
Monochromatic Colors of #B5A18E
Black with #B5A18E
Text Example
Text Example
White with #B5A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A18E; }
p { color: rgb(181,161,142); }
H1.HeaderClassName
{
color: #B5A18E;
}
.AnyTagClassName
{
color: #B5A18E;
}
</style>
background-color css
<style>
a { background-color: #B5A18E; }
a { background-color: rgb(181,161,142); }
div.DivClassName
{
background-color: #B5A18E;
}
.BgClassName
{
background-color: #B5A18E;
}
</style>
border-color css
<style>
span { border-color: #B5A18E; }
span { border-color: rgb(181,161,142); }
td.TdClassName
{
border-color: #B5A18E;
}
.TagClassName
{
border-color: #B5A18E;
}
</style>