Shades of Del Rio #B6A195
Tints of Del Rio #B6A195
RGB
CMYK
RGB Variations
Color information
#B6A195 (or 0xB6A195) is known color: Del Rio. HEX triplet: B6, A1 and 95. RGB value is (182,161,149). Sum of RGB (Red+Green+Blue) = 182+161+149=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A195 is #495E6A. Grayscale: #A5A5A5. Windows color (decimal): -4808299 or 9806262. OLE color: 9806262.
HSL color Cylindrical-coordinate representation of color #B6A195: hue angle of 21.82º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6A195 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 149 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.29 |
| HSL | 21.82º | 0.18% | 0.65% | - |
| HSV(B) | 21.82º | 0.18% | 0.71% | - |
| XYZ | 37.46 | 37.6 | 33.72 | - |
| YUV | 165.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 149 | 0 | 0.12 | 0.18 | 0.29 | 21.82 | 0.18 | 0.65 |
| Hex | B6 | A1 | 95 | 0 | C | 12 | 1D | 16 | 12 | 41 |
| Octal | 266 | 241 | 225 | 0 | 14 | 22 | 35 | 26 | 22 | 101 |
| Binary | 10110110 | 10100001 | 10010101 | 0 | 1100 | 10010 | 11101 | 10110 | 10010 | 1000001 |
Color Harmonies of #B6A195
Complementary color
Monochromatic Colors of #B6A195
Black with #B6A195
Text Example
Text Example
White with #B6A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A195; }
p { color: rgb(182,161,149); }
H1.HeaderClassName
{
color: #B6A195;
}
.AnyTagClassName
{
color: #B6A195;
}
</style>
background-color css
<style>
a { background-color: #B6A195; }
a { background-color: rgb(182,161,149); }
div.DivClassName
{
background-color: #B6A195;
}
.BgClassName
{
background-color: #B6A195;
}
</style>
border-color css
<style>
span { border-color: #B6A195; }
span { border-color: rgb(182,161,149); }
td.TdClassName
{
border-color: #B6A195;
}
.TagClassName
{
border-color: #B6A195;
}
</style>