Shades of Del Rio #B8A08D
Tints of Del Rio #B8A08D
RGB
CMYK
RGB Variations
Color information
#B8A08D (or 0xB8A08D) is known color: Del Rio. HEX triplet: B8, A0 and 8D. RGB value is (184,160,141). Sum of RGB (Red+Green+Blue) = 184+160+141=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A08D is #475F72. Grayscale: #A5A5A5. Windows color (decimal): -4677491 or 9281720. OLE color: 9281720.
HSL color Cylindrical-coordinate representation of color #B8A08D: hue angle of 26.51º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8A08D is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 141 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.28 |
| HSL | 26.51º | 0.23% | 0.64% | - |
| HSV(B) | 26.51º | 0.23% | 0.72% | - |
| XYZ | 37.15 | 37.26 | 30.43 | - |
| YUV | 165.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 141 | 0 | 0.13 | 0.23 | 0.28 | 26.51 | 0.23 | 0.64 |
| Hex | B8 | A0 | 8D | 0 | D | 17 | 1C | 1B | 17 | 40 |
| Octal | 270 | 240 | 215 | 0 | 15 | 27 | 34 | 33 | 27 | 100 |
| Binary | 10111000 | 10100000 | 10001101 | 0 | 1101 | 10111 | 11100 | 11011 | 10111 | 1000000 |
Color Harmonies of #B8A08D
Complementary color
Monochromatic Colors of #B8A08D
Black with #B8A08D
Text Example
Text Example
White with #B8A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A08D; }
p { color: rgb(184,160,141); }
H1.HeaderClassName
{
color: #B8A08D;
}
.AnyTagClassName
{
color: #B8A08D;
}
</style>
background-color css
<style>
a { background-color: #B8A08D; }
a { background-color: rgb(184,160,141); }
div.DivClassName
{
background-color: #B8A08D;
}
.BgClassName
{
background-color: #B8A08D;
}
</style>
border-color css
<style>
span { border-color: #B8A08D; }
span { border-color: rgb(184,160,141); }
td.TdClassName
{
border-color: #B8A08D;
}
.TagClassName
{
border-color: #B8A08D;
}
</style>