Shades of Del Rio #B29689
Tints of Del Rio #B29689
RGB
CMYK
RGB Variations
Color information
#B29689 (or 0xB29689) is known color: Del Rio. HEX triplet: B2, 96 and 89. RGB value is (178,150,137). Sum of RGB (Red+Green+Blue) = 178+150+137=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29689 is #4D6976. Grayscale: #9C9C9C. Windows color (decimal): -5073271 or 9017010. OLE color: 9017010.
HSL color Cylindrical-coordinate representation of color #B29689: hue angle of 19.02º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29689 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 137 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.30 |
| HSL | 19.02º | 0.21% | 0.62% | - |
| HSV(B) | 19.02º | 0.23% | 0.7% | - |
| XYZ | 33.78 | 33.08 | 28.27 | - |
| YUV | 156.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 137 | 0 | 0.16 | 0.23 | 0.30 | 19.02 | 0.21 | 0.62 |
| Hex | B2 | 96 | 89 | 0 | 10 | 17 | 1E | 13 | 15 | 3E |
| Octal | 262 | 226 | 211 | 0 | 20 | 27 | 36 | 23 | 25 | 76 |
| Binary | 10110010 | 10010110 | 10001001 | 0 | 10000 | 10111 | 11110 | 10011 | 10101 | 111110 |
Color Harmonies of #B29689
Complementary color
Monochromatic Colors of #B29689
Black with #B29689
Text Example
Text Example
White with #B29689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29689; }
p { color: rgb(178,150,137); }
H1.HeaderClassName
{
color: #B29689;
}
.AnyTagClassName
{
color: #B29689;
}
</style>
background-color css
<style>
a { background-color: #B29689; }
a { background-color: rgb(178,150,137); }
div.DivClassName
{
background-color: #B29689;
}
.BgClassName
{
background-color: #B29689;
}
</style>
border-color css
<style>
span { border-color: #B29689; }
span { border-color: rgb(178,150,137); }
td.TdClassName
{
border-color: #B29689;
}
.TagClassName
{
border-color: #B29689;
}
</style>