Shades of Del Rio #B29E95
Tints of Del Rio #B29E95
RGB
CMYK
RGB Variations
Color information
#B29E95 (or 0xB29E95) is known color: Del Rio. HEX triplet: B2, 9E and 95. RGB value is (178,158,149). Sum of RGB (Red+Green+Blue) = 178+158+149=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E95 is #4D616A. Grayscale: #A3A3A3. Windows color (decimal): -5071211 or 9805490. OLE color: 9805490.
HSL color Cylindrical-coordinate representation of color #B29E95: hue angle of 18.62º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29E95 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 149 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.30 |
| HSL | 18.62º | 0.16% | 0.64% | - |
| HSV(B) | 18.62º | 0.16% | 0.7% | - |
| XYZ | 36.01 | 36.09 | 33.5 | - |
| YUV | 162.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 149 | 0 | 0.11 | 0.16 | 0.30 | 18.62 | 0.16 | 0.64 |
| Hex | B2 | 9E | 95 | 0 | B | 10 | 1E | 13 | 10 | 40 |
| Octal | 262 | 236 | 225 | 0 | 13 | 20 | 36 | 23 | 20 | 100 |
| Binary | 10110010 | 10011110 | 10010101 | 0 | 1011 | 10000 | 11110 | 10011 | 10000 | 1000000 |
Color Harmonies of #B29E95
Complementary color
Monochromatic Colors of #B29E95
Black with #B29E95
Text Example
Text Example
White with #B29E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E95; }
p { color: rgb(178,158,149); }
H1.HeaderClassName
{
color: #B29E95;
}
.AnyTagClassName
{
color: #B29E95;
}
</style>
background-color css
<style>
a { background-color: #B29E95; }
a { background-color: rgb(178,158,149); }
div.DivClassName
{
background-color: #B29E95;
}
.BgClassName
{
background-color: #B29E95;
}
</style>
border-color css
<style>
span { border-color: #B29E95; }
span { border-color: rgb(178,158,149); }
td.TdClassName
{
border-color: #B29E95;
}
.TagClassName
{
border-color: #B29E95;
}
</style>