Shades of Del Rio #B9A295
Tints of Del Rio #B9A295
RGB
CMYK
RGB Variations
Color information
#B9A295 (or 0xB9A295) is known color: Del Rio. HEX triplet: B9, A2 and 95. RGB value is (185,162,149). Sum of RGB (Red+Green+Blue) = 185+162+149=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A295 is #465D6A. Grayscale: #A7A7A7. Windows color (decimal): -4611435 or 9806521. OLE color: 9806521.
HSL color Cylindrical-coordinate representation of color #B9A295: hue angle of 21.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9A295 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 149 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.27 |
| HSL | 21.67º | 0.2% | 0.65% | - |
| HSV(B) | 21.67º | 0.19% | 0.73% | - |
| XYZ | 38.35 | 38.32 | 33.81 | - |
| YUV | 167.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 149 | 0 | 0.12 | 0.19 | 0.27 | 21.67 | 0.2 | 0.65 |
| Hex | B9 | A2 | 95 | 0 | C | 13 | 1B | 16 | 14 | 41 |
| Octal | 271 | 242 | 225 | 0 | 14 | 23 | 33 | 26 | 24 | 101 |
| Binary | 10111001 | 10100010 | 10010101 | 0 | 1100 | 10011 | 11011 | 10110 | 10100 | 1000001 |
Color Harmonies of #B9A295
Complementary color
Monochromatic Colors of #B9A295
Black with #B9A295
Text Example
Text Example
White with #B9A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A295; }
p { color: rgb(185,162,149); }
H1.HeaderClassName
{
color: #B9A295;
}
.AnyTagClassName
{
color: #B9A295;
}
</style>
background-color css
<style>
a { background-color: #B9A295; }
a { background-color: rgb(185,162,149); }
div.DivClassName
{
background-color: #B9A295;
}
.BgClassName
{
background-color: #B9A295;
}
</style>
border-color css
<style>
span { border-color: #B9A295; }
span { border-color: rgb(185,162,149); }
td.TdClassName
{
border-color: #B9A295;
}
.TagClassName
{
border-color: #B9A295;
}
</style>