Shades of Del Rio #B29084
Tints of Del Rio #B29084
RGB
CMYK
RGB Variations
Color information
#B29084 (or 0xB29084) is known color: Del Rio. HEX triplet: B2, 90 and 84. RGB value is (178,144,132). Sum of RGB (Red+Green+Blue) = 178+144+132=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B29084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29084 is #4D6F7B. Grayscale: #989898. Windows color (decimal): -5074812 or 8687794. OLE color: 8687794.
HSL color Cylindrical-coordinate representation of color #B29084: hue angle of 15.65º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29084 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 132 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.30 |
| HSL | 15.65º | 0.23% | 0.61% | - |
| HSV(B) | 15.65º | 0.26% | 0.7% | - |
| XYZ | 32.5 | 31.08 | 26.12 | - |
| YUV | 152.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 132 | 0 | 0.19 | 0.26 | 0.30 | 15.65 | 0.23 | 0.61 |
| Hex | B2 | 90 | 84 | 0 | 13 | 1A | 1E | 10 | 17 | 3D |
| Octal | 262 | 220 | 204 | 0 | 23 | 32 | 36 | 20 | 27 | 75 |
| Binary | 10110010 | 10010000 | 10000100 | 0 | 10011 | 11010 | 11110 | 10000 | 10111 | 111101 |
Color Harmonies of #B29084
Complementary color
Monochromatic Colors of #B29084
Black with #B29084
Text Example
Text Example
White with #B29084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29084; }
p { color: rgb(178,144,132); }
H1.HeaderClassName
{
color: #B29084;
}
.AnyTagClassName
{
color: #B29084;
}
</style>
background-color css
<style>
a { background-color: #B29084; }
a { background-color: rgb(178,144,132); }
div.DivClassName
{
background-color: #B29084;
}
.BgClassName
{
background-color: #B29084;
}
</style>
border-color css
<style>
span { border-color: #B29084; }
span { border-color: rgb(178,144,132); }
td.TdClassName
{
border-color: #B29084;
}
.TagClassName
{
border-color: #B29084;
}
</style>