Shades of Del Rio #B29184
Tints of Del Rio #B29184
RGB
CMYK
RGB Variations
Color information
#B29184 (or 0xB29184) is known color: Del Rio. HEX triplet: B2, 91 and 84. RGB value is (178,145,132). Sum of RGB (Red+Green+Blue) = 178+145+132=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B29184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29184 is #4D6E7B. Grayscale: #999999. Windows color (decimal): -5074556 or 8688050. OLE color: 8688050.
HSL color Cylindrical-coordinate representation of color #B29184: hue angle of 16.96º 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 #B29184 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 132 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.30 |
| HSL | 16.96º | 0.23% | 0.61% | - |
| HSV(B) | 16.96º | 0.26% | 0.7% | - |
| XYZ | 32.65 | 31.38 | 26.17 | - |
| YUV | 153.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 132 | 0 | 0.19 | 0.26 | 0.30 | 16.96 | 0.23 | 0.61 |
| Hex | B2 | 91 | 84 | 0 | 13 | 1A | 1E | 11 | 17 | 3D |
| Octal | 262 | 221 | 204 | 0 | 23 | 32 | 36 | 21 | 27 | 75 |
| Binary | 10110010 | 10010001 | 10000100 | 0 | 10011 | 11010 | 11110 | 10001 | 10111 | 111101 |
Color Harmonies of #B29184
Complementary color
Monochromatic Colors of #B29184
Black with #B29184
Text Example
Text Example
White with #B29184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29184; }
p { color: rgb(178,145,132); }
H1.HeaderClassName
{
color: #B29184;
}
.AnyTagClassName
{
color: #B29184;
}
</style>
background-color css
<style>
a { background-color: #B29184; }
a { background-color: rgb(178,145,132); }
div.DivClassName
{
background-color: #B29184;
}
.BgClassName
{
background-color: #B29184;
}
</style>
border-color css
<style>
span { border-color: #B29184; }
span { border-color: rgb(178,145,132); }
td.TdClassName
{
border-color: #B29184;
}
.TagClassName
{
border-color: #B29184;
}
</style>