Shades of Del Rio #B29E8C
Tints of Del Rio #B29E8C
RGB
CMYK
RGB Variations
Color information
#B29E8C (or 0xB29E8C) is known color: Del Rio. HEX triplet: B2, 9E and 8C. RGB value is (178,158,140). Sum of RGB (Red+Green+Blue) = 178+158+140=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E8C is #4D6173. Grayscale: #A2A2A2. Windows color (decimal): -5071220 or 9215666. OLE color: 9215666.
HSL color Cylindrical-coordinate representation of color #B29E8C: hue angle of 28.42º 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 #B29E8C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 140 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.30 |
| HSL | 28.42º | 0.2% | 0.62% | - |
| HSV(B) | 28.42º | 0.21% | 0.7% | - |
| XYZ | 35.32 | 35.81 | 29.86 | - |
| YUV | 161.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 140 | 0 | 0.11 | 0.21 | 0.30 | 28.42 | 0.2 | 0.62 |
| Hex | B2 | 9E | 8C | 0 | B | 15 | 1E | 1C | 14 | 3E |
| Octal | 262 | 236 | 214 | 0 | 13 | 25 | 36 | 34 | 24 | 76 |
| Binary | 10110010 | 10011110 | 10001100 | 0 | 1011 | 10101 | 11110 | 11100 | 10100 | 111110 |
Color Harmonies of #B29E8C
Complementary color
Monochromatic Colors of #B29E8C
Black with #B29E8C
Text Example
Text Example
White with #B29E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E8C; }
p { color: rgb(178,158,140); }
H1.HeaderClassName
{
color: #B29E8C;
}
.AnyTagClassName
{
color: #B29E8C;
}
</style>
background-color css
<style>
a { background-color: #B29E8C; }
a { background-color: rgb(178,158,140); }
div.DivClassName
{
background-color: #B29E8C;
}
.BgClassName
{
background-color: #B29E8C;
}
</style>
border-color css
<style>
span { border-color: #B29E8C; }
span { border-color: rgb(178,158,140); }
td.TdClassName
{
border-color: #B29E8C;
}
.TagClassName
{
border-color: #B29E8C;
}
</style>