Shades of Del Rio #B29C8C
Tints of Del Rio #B29C8C
RGB
CMYK
RGB Variations
Color information
#B29C8C (or 0xB29C8C) is known color: Del Rio. HEX triplet: B2, 9C and 8C. RGB value is (178,156,140). Sum of RGB (Red+Green+Blue) = 178+156+140=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C8C is #4D6373. Grayscale: #A0A0A0. Windows color (decimal): -5071732 or 9215154. OLE color: 9215154.
HSL color Cylindrical-coordinate representation of color #B29C8C: hue angle of 25.26º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B29C8C is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 140 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.30 |
| HSL | 25.26º | 0.2% | 0.62% | - |
| HSV(B) | 25.26º | 0.21% | 0.7% | - |
| XYZ | 34.98 | 35.14 | 29.75 | - |
| YUV | 160.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 140 | 0 | 0.12 | 0.21 | 0.30 | 25.26 | 0.2 | 0.62 |
| Hex | B2 | 9C | 8C | 0 | C | 15 | 1E | 19 | 14 | 3E |
| Octal | 262 | 234 | 214 | 0 | 14 | 25 | 36 | 31 | 24 | 76 |
| Binary | 10110010 | 10011100 | 10001100 | 0 | 1100 | 10101 | 11110 | 11001 | 10100 | 111110 |
Color Harmonies of #B29C8C
Complementary color
Monochromatic Colors of #B29C8C
Black with #B29C8C
Text Example
Text Example
White with #B29C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C8C; }
p { color: rgb(178,156,140); }
H1.HeaderClassName
{
color: #B29C8C;
}
.AnyTagClassName
{
color: #B29C8C;
}
</style>
background-color css
<style>
a { background-color: #B29C8C; }
a { background-color: rgb(178,156,140); }
div.DivClassName
{
background-color: #B29C8C;
}
.BgClassName
{
background-color: #B29C8C;
}
</style>
border-color css
<style>
span { border-color: #B29C8C; }
span { border-color: rgb(178,156,140); }
td.TdClassName
{
border-color: #B29C8C;
}
.TagClassName
{
border-color: #B29C8C;
}
</style>