Shades of Del Rio #B29991
Tints of Del Rio #B29991
RGB
CMYK
RGB Variations
Color information
#B29991 (or 0xB29991) is known color: Del Rio. HEX triplet: B2, 99 and 91. RGB value is (178,153,145). Sum of RGB (Red+Green+Blue) = 178+153+145=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29991 is #4D666E. Grayscale: #9F9F9F. Windows color (decimal): -5072495 or 9542066. OLE color: 9542066.
HSL color Cylindrical-coordinate representation of color #B29991: hue angle of 14.55º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29991 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 145 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.30 |
| HSL | 14.55º | 0.18% | 0.63% | - |
| HSV(B) | 14.55º | 0.19% | 0.7% | - |
| XYZ | 34.86 | 34.29 | 31.57 | - |
| YUV | 159.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 145 | 0 | 0.14 | 0.19 | 0.30 | 14.55 | 0.18 | 0.63 |
| Hex | B2 | 99 | 91 | 0 | E | 13 | 1E | F | 12 | 3F |
| Octal | 262 | 231 | 221 | 0 | 16 | 23 | 36 | 17 | 22 | 77 |
| Binary | 10110010 | 10011001 | 10010001 | 0 | 1110 | 10011 | 11110 | 1111 | 10010 | 111111 |
Color Harmonies of #B29991
Complementary color
Monochromatic Colors of #B29991
Black with #B29991
Text Example
Text Example
White with #B29991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29991; }
p { color: rgb(178,153,145); }
H1.HeaderClassName
{
color: #B29991;
}
.AnyTagClassName
{
color: #B29991;
}
</style>
background-color css
<style>
a { background-color: #B29991; }
a { background-color: rgb(178,153,145); }
div.DivClassName
{
background-color: #B29991;
}
.BgClassName
{
background-color: #B29991;
}
</style>
border-color css
<style>
span { border-color: #B29991; }
span { border-color: rgb(178,153,145); }
td.TdClassName
{
border-color: #B29991;
}
.TagClassName
{
border-color: #B29991;
}
</style>