Shades of Del Rio #B3A096
Tints of Del Rio #B3A096
RGB
CMYK
RGB Variations
Color information
#B3A096 (or 0xB3A096) is known color: Del Rio. HEX triplet: B3, A0 and 96. RGB value is (179,160,150). Sum of RGB (Red+Green+Blue) = 179+160+150=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A096 is #4C5F69. Grayscale: #A4A4A4. Windows color (decimal): -5005162 or 9871539. OLE color: 9871539.
HSL color Cylindrical-coordinate representation of color #B3A096: hue angle of 20.69º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3A096 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 150 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.30 |
| HSL | 20.69º | 0.16% | 0.65% | - |
| HSV(B) | 20.69º | 0.16% | 0.7% | - |
| XYZ | 36.67 | 36.93 | 34.05 | - |
| YUV | 164.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 150 | 0 | 0.11 | 0.16 | 0.30 | 20.69 | 0.16 | 0.65 |
| Hex | B3 | A0 | 96 | 0 | B | 10 | 1E | 15 | 10 | 41 |
| Octal | 263 | 240 | 226 | 0 | 13 | 20 | 36 | 25 | 20 | 101 |
| Binary | 10110011 | 10100000 | 10010110 | 0 | 1011 | 10000 | 11110 | 10101 | 10000 | 1000001 |
Color Harmonies of #B3A096
Complementary color
Monochromatic Colors of #B3A096
Black with #B3A096
Text Example
Text Example
White with #B3A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A096; }
p { color: rgb(179,160,150); }
H1.HeaderClassName
{
color: #B3A096;
}
.AnyTagClassName
{
color: #B3A096;
}
</style>
background-color css
<style>
a { background-color: #B3A096; }
a { background-color: rgb(179,160,150); }
div.DivClassName
{
background-color: #B3A096;
}
.BgClassName
{
background-color: #B3A096;
}
</style>
border-color css
<style>
span { border-color: #B3A096; }
span { border-color: rgb(179,160,150); }
td.TdClassName
{
border-color: #B3A096;
}
.TagClassName
{
border-color: #B3A096;
}
</style>