Shades of Del Rio #B9A395
Tints of Del Rio #B9A395
RGB
CMYK
RGB Variations
Color information
#B9A395 (or 0xB9A395) is known color: Del Rio. HEX triplet: B9, A3 and 95. RGB value is (185,163,149). Sum of RGB (Red+Green+Blue) = 185+163+149=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A395 is #465C6A. Grayscale: #A8A8A8. Windows color (decimal): -4611179 or 9806777. OLE color: 9806777.
HSL color Cylindrical-coordinate representation of color #B9A395: hue angle of 23.33º 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 #B9A395 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 149 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.27 |
| HSL | 23.33º | 0.2% | 0.65% | - |
| HSV(B) | 23.33º | 0.19% | 0.73% | - |
| XYZ | 38.53 | 38.68 | 33.87 | - |
| YUV | 167.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 149 | 0 | 0.12 | 0.19 | 0.27 | 23.33 | 0.2 | 0.65 |
| Hex | B9 | A3 | 95 | 0 | C | 13 | 1B | 17 | 14 | 41 |
| Octal | 271 | 243 | 225 | 0 | 14 | 23 | 33 | 27 | 24 | 101 |
| Binary | 10111001 | 10100011 | 10010101 | 0 | 1100 | 10011 | 11011 | 10111 | 10100 | 1000001 |
Color Harmonies of #B9A395
Complementary color
Monochromatic Colors of #B9A395
Black with #B9A395
Text Example
Text Example
White with #B9A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A395; }
p { color: rgb(185,163,149); }
H1.HeaderClassName
{
color: #B9A395;
}
.AnyTagClassName
{
color: #B9A395;
}
</style>
background-color css
<style>
a { background-color: #B9A395; }
a { background-color: rgb(185,163,149); }
div.DivClassName
{
background-color: #B9A395;
}
.BgClassName
{
background-color: #B9A395;
}
</style>
border-color css
<style>
span { border-color: #B9A395; }
span { border-color: rgb(185,163,149); }
td.TdClassName
{
border-color: #B9A395;
}
.TagClassName
{
border-color: #B9A395;
}
</style>