Shades of Del Rio #B29385
Tints of Del Rio #B29385
RGB
CMYK
RGB Variations
Color information
#B29385 (or 0xB29385) is known color: Del Rio. HEX triplet: B2, 93 and 85. RGB value is (178,147,133). Sum of RGB (Red+Green+Blue) = 178+147+133=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B29385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29385 is #4D6C7A. Grayscale: #9A9A9A. Windows color (decimal): -5074043 or 8754098. OLE color: 8754098.
HSL color Cylindrical-coordinate representation of color #B29385: hue angle of 18.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29385 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 133 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.30 |
| HSL | 18.67º | 0.23% | 0.61% | - |
| HSV(B) | 18.67º | 0.25% | 0.7% | - |
| XYZ | 33.03 | 32.03 | 26.63 | - |
| YUV | 154.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 133 | 0 | 0.17 | 0.25 | 0.30 | 18.67 | 0.23 | 0.61 |
| Hex | B2 | 93 | 85 | 0 | 11 | 19 | 1E | 13 | 17 | 3D |
| Octal | 262 | 223 | 205 | 0 | 21 | 31 | 36 | 23 | 27 | 75 |
| Binary | 10110010 | 10010011 | 10000101 | 0 | 10001 | 11001 | 11110 | 10011 | 10111 | 111101 |
Color Harmonies of #B29385
Complementary color
Monochromatic Colors of #B29385
Black with #B29385
Text Example
Text Example
White with #B29385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29385; }
p { color: rgb(178,147,133); }
H1.HeaderClassName
{
color: #B29385;
}
.AnyTagClassName
{
color: #B29385;
}
</style>
background-color css
<style>
a { background-color: #B29385; }
a { background-color: rgb(178,147,133); }
div.DivClassName
{
background-color: #B29385;
}
.BgClassName
{
background-color: #B29385;
}
</style>
border-color css
<style>
span { border-color: #B29385; }
span { border-color: rgb(178,147,133); }
td.TdClassName
{
border-color: #B29385;
}
.TagClassName
{
border-color: #B29385;
}
</style>