Shades of Del Rio #B29F8D
Tints of Del Rio #B29F8D
RGB
CMYK
RGB Variations
Color information
#B29F8D (or 0xB29F8D) is known color: Del Rio. HEX triplet: B2, 9F and 8D. RGB value is (178,159,141). Sum of RGB (Red+Green+Blue) = 178+159+141=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F8D is #4D6072. Grayscale: #A2A2A2. Windows color (decimal): -5070963 or 9281458. OLE color: 9281458.
HSL color Cylindrical-coordinate representation of color #B29F8D: hue angle of 29.19º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B29F8D is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 141 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.30 |
| HSL | 29.19º | 0.19% | 0.63% | - |
| HSV(B) | 29.19º | 0.21% | 0.7% | - |
| XYZ | 35.57 | 36.18 | 30.31 | - |
| YUV | 162.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 141 | 0 | 0.11 | 0.21 | 0.30 | 29.19 | 0.19 | 0.63 |
| Hex | B2 | 9F | 8D | 0 | B | 15 | 1E | 1D | 13 | 3F |
| Octal | 262 | 237 | 215 | 0 | 13 | 25 | 36 | 35 | 23 | 77 |
| Binary | 10110010 | 10011111 | 10001101 | 0 | 1011 | 10101 | 11110 | 11101 | 10011 | 111111 |
Color Harmonies of #B29F8D
Complementary color
Monochromatic Colors of #B29F8D
Black with #B29F8D
Text Example
Text Example
White with #B29F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F8D; }
p { color: rgb(178,159,141); }
H1.HeaderClassName
{
color: #B29F8D;
}
.AnyTagClassName
{
color: #B29F8D;
}
</style>
background-color css
<style>
a { background-color: #B29F8D; }
a { background-color: rgb(178,159,141); }
div.DivClassName
{
background-color: #B29F8D;
}
.BgClassName
{
background-color: #B29F8D;
}
</style>
border-color css
<style>
span { border-color: #B29F8D; }
span { border-color: rgb(178,159,141); }
td.TdClassName
{
border-color: #B29F8D;
}
.TagClassName
{
border-color: #B29F8D;
}
</style>