Shades of Del Rio #B8A095
Tints of Del Rio #B8A095
RGB
CMYK
RGB Variations
Color information
#B8A095 (or 0xB8A095) is known color: Del Rio. HEX triplet: B8, A0 and 95. RGB value is (184,160,149). Sum of RGB (Red+Green+Blue) = 184+160+149=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A095 is #475F6A. Grayscale: #A5A5A5. Windows color (decimal): -4677483 or 9806008. OLE color: 9806008.
HSL color Cylindrical-coordinate representation of color #B8A095: hue angle of 18.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8A095 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 149 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.28 |
| HSL | 18.86º | 0.2% | 0.65% | - |
| HSV(B) | 18.86º | 0.19% | 0.72% | - |
| XYZ | 37.76 | 37.5 | 33.68 | - |
| YUV | 165.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 149 | 0 | 0.13 | 0.19 | 0.28 | 18.86 | 0.2 | 0.65 |
| Hex | B8 | A0 | 95 | 0 | D | 13 | 1C | 13 | 14 | 41 |
| Octal | 270 | 240 | 225 | 0 | 15 | 23 | 34 | 23 | 24 | 101 |
| Binary | 10111000 | 10100000 | 10010101 | 0 | 1101 | 10011 | 11100 | 10011 | 10100 | 1000001 |
Color Harmonies of #B8A095
Complementary color
Monochromatic Colors of #B8A095
Black with #B8A095
Text Example
Text Example
White with #B8A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A095; }
p { color: rgb(184,160,149); }
H1.HeaderClassName
{
color: #B8A095;
}
.AnyTagClassName
{
color: #B8A095;
}
</style>
background-color css
<style>
a { background-color: #B8A095; }
a { background-color: rgb(184,160,149); }
div.DivClassName
{
background-color: #B8A095;
}
.BgClassName
{
background-color: #B8A095;
}
</style>
border-color css
<style>
span { border-color: #B8A095; }
span { border-color: rgb(184,160,149); }
td.TdClassName
{
border-color: #B8A095;
}
.TagClassName
{
border-color: #B8A095;
}
</style>