Shades of Del Rio #B29C8B
Tints of Del Rio #B29C8B
RGB
CMYK
RGB Variations
Color information
#B29C8B (or 0xB29C8B) is known color: Del Rio. HEX triplet: B2, 9C and 8B. RGB value is (178,156,139). Sum of RGB (Red+Green+Blue) = 178+156+139=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C8B is #4D6374. Grayscale: #A0A0A0. Windows color (decimal): -5071733 or 9149618. OLE color: 9149618.
HSL color Cylindrical-coordinate representation of color #B29C8B: hue angle of 26.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B29C8B is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 139 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.30 |
| HSL | 26.15º | 0.2% | 0.62% | - |
| HSV(B) | 26.15º | 0.22% | 0.7% | - |
| XYZ | 34.91 | 35.11 | 29.36 | - |
| YUV | 160.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 139 | 0 | 0.12 | 0.22 | 0.30 | 26.15 | 0.2 | 0.62 |
| Hex | B2 | 9C | 8B | 0 | C | 16 | 1E | 1A | 14 | 3E |
| Octal | 262 | 234 | 213 | 0 | 14 | 26 | 36 | 32 | 24 | 76 |
| Binary | 10110010 | 10011100 | 10001011 | 0 | 1100 | 10110 | 11110 | 11010 | 10100 | 111110 |
Color Harmonies of #B29C8B
Complementary color
Monochromatic Colors of #B29C8B
Black with #B29C8B
Text Example
Text Example
White with #B29C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C8B; }
p { color: rgb(178,156,139); }
H1.HeaderClassName
{
color: #B29C8B;
}
.AnyTagClassName
{
color: #B29C8B;
}
</style>
background-color css
<style>
a { background-color: #B29C8B; }
a { background-color: rgb(178,156,139); }
div.DivClassName
{
background-color: #B29C8B;
}
.BgClassName
{
background-color: #B29C8B;
}
</style>
border-color css
<style>
span { border-color: #B29C8B; }
span { border-color: rgb(178,156,139); }
td.TdClassName
{
border-color: #B29C8B;
}
.TagClassName
{
border-color: #B29C8B;
}
</style>