Shades of Del Rio #B6A296
Tints of Del Rio #B6A296
RGB
CMYK
RGB Variations
Color information
#B6A296 (or 0xB6A296) is known color: Del Rio. HEX triplet: B6, A2 and 96. RGB value is (182,162,150). Sum of RGB (Red+Green+Blue) = 182+162+150=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A296 is #495D69. Grayscale: #A6A6A6. Windows color (decimal): -4808042 or 9872054. OLE color: 9872054.
HSL color Cylindrical-coordinate representation of color #B6A296: hue angle of 22.5º 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 #B6A296 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 150 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.29 |
| HSL | 22.5º | 0.18% | 0.65% | - |
| HSV(B) | 22.5º | 0.18% | 0.71% | - |
| XYZ | 37.72 | 37.99 | 34.2 | - |
| YUV | 166.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 150 | 0 | 0.11 | 0.18 | 0.29 | 22.5 | 0.18 | 0.65 |
| Hex | B6 | A2 | 96 | 0 | B | 12 | 1D | 16 | 12 | 41 |
| Octal | 266 | 242 | 226 | 0 | 13 | 22 | 35 | 26 | 22 | 101 |
| Binary | 10110110 | 10100010 | 10010110 | 0 | 1011 | 10010 | 11101 | 10110 | 10010 | 1000001 |
Color Harmonies of #B6A296
Complementary color
Monochromatic Colors of #B6A296
Black with #B6A296
Text Example
Text Example
White with #B6A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A296; }
p { color: rgb(182,162,150); }
H1.HeaderClassName
{
color: #B6A296;
}
.AnyTagClassName
{
color: #B6A296;
}
</style>
background-color css
<style>
a { background-color: #B6A296; }
a { background-color: rgb(182,162,150); }
div.DivClassName
{
background-color: #B6A296;
}
.BgClassName
{
background-color: #B6A296;
}
</style>
border-color css
<style>
span { border-color: #B6A296; }
span { border-color: rgb(182,162,150); }
td.TdClassName
{
border-color: #B6A296;
}
.TagClassName
{
border-color: #B6A296;
}
</style>