Shades of Del Rio #B49D8E
Tints of Del Rio #B49D8E
RGB
CMYK
RGB Variations
Color information
#B49D8E (or 0xB49D8E) is known color: Del Rio. HEX triplet: B4, 9D and 8E. RGB value is (180,157,142). Sum of RGB (Red+Green+Blue) = 180+157+142=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D8E is #4B6271. Grayscale: #A2A2A2. Windows color (decimal): -4940402 or 9346484. OLE color: 9346484.
HSL color Cylindrical-coordinate representation of color #B49D8E: hue angle of 23.68º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B49D8E is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 142 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.29 |
| HSL | 23.68º | 0.2% | 0.63% | - |
| HSV(B) | 23.68º | 0.21% | 0.71% | - |
| XYZ | 35.76 | 35.77 | 30.61 | - |
| YUV | 162.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 142 | 0 | 0.13 | 0.21 | 0.29 | 23.68 | 0.2 | 0.63 |
| Hex | B4 | 9D | 8E | 0 | D | 15 | 1D | 18 | 14 | 3F |
| Octal | 264 | 235 | 216 | 0 | 15 | 25 | 35 | 30 | 24 | 77 |
| Binary | 10110100 | 10011101 | 10001110 | 0 | 1101 | 10101 | 11101 | 11000 | 10100 | 111111 |
Color Harmonies of #B49D8E
Complementary color
Monochromatic Colors of #B49D8E
Black with #B49D8E
Text Example
Text Example
White with #B49D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D8E; }
p { color: rgb(180,157,142); }
H1.HeaderClassName
{
color: #B49D8E;
}
.AnyTagClassName
{
color: #B49D8E;
}
</style>
background-color css
<style>
a { background-color: #B49D8E; }
a { background-color: rgb(180,157,142); }
div.DivClassName
{
background-color: #B49D8E;
}
.BgClassName
{
background-color: #B49D8E;
}
</style>
border-color css
<style>
span { border-color: #B49D8E; }
span { border-color: rgb(180,157,142); }
td.TdClassName
{
border-color: #B49D8E;
}
.TagClassName
{
border-color: #B49D8E;
}
</style>