Shades of Del Rio #B49D8C
Tints of Del Rio #B49D8C
RGB
CMYK
RGB Variations
Color information
#B49D8C (or 0xB49D8C) is known color: Del Rio. HEX triplet: B4, 9D and 8C. RGB value is (180,157,140). Sum of RGB (Red+Green+Blue) = 180+157+140=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D8C is #4B6273. Grayscale: #A2A2A2. Windows color (decimal): -4940404 or 9215412. OLE color: 9215412.
HSL color Cylindrical-coordinate representation of color #B49D8C: hue angle of 25.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B49D8C is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 140 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.29 |
| HSL | 25.5º | 0.21% | 0.63% | - |
| HSV(B) | 25.5º | 0.22% | 0.71% | - |
| XYZ | 35.61 | 35.71 | 29.83 | - |
| YUV | 161.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 140 | 0 | 0.13 | 0.22 | 0.29 | 25.5 | 0.21 | 0.63 |
| Hex | B4 | 9D | 8C | 0 | D | 16 | 1D | 1A | 15 | 3F |
| Octal | 264 | 235 | 214 | 0 | 15 | 26 | 35 | 32 | 25 | 77 |
| Binary | 10110100 | 10011101 | 10001100 | 0 | 1101 | 10110 | 11101 | 11010 | 10101 | 111111 |
Color Harmonies of #B49D8C
Complementary color
Monochromatic Colors of #B49D8C
Black with #B49D8C
Text Example
Text Example
White with #B49D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D8C; }
p { color: rgb(180,157,140); }
H1.HeaderClassName
{
color: #B49D8C;
}
.AnyTagClassName
{
color: #B49D8C;
}
</style>
background-color css
<style>
a { background-color: #B49D8C; }
a { background-color: rgb(180,157,140); }
div.DivClassName
{
background-color: #B49D8C;
}
.BgClassName
{
background-color: #B49D8C;
}
</style>
border-color css
<style>
span { border-color: #B49D8C; }
span { border-color: rgb(180,157,140); }
td.TdClassName
{
border-color: #B49D8C;
}
.TagClassName
{
border-color: #B49D8C;
}
</style>