Shades of Del Rio #B49D97
Tints of Del Rio #B49D97
RGB
CMYK
RGB Variations
Color information
#B49D97 (or 0xB49D97) is known color: Del Rio. HEX triplet: B4, 9D and 97. RGB value is (180,157,151). Sum of RGB (Red+Green+Blue) = 180+157+151=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D97 is #4B6268. Grayscale: #A3A3A3. Windows color (decimal): -4940393 or 9936308. OLE color: 9936308.
HSL color Cylindrical-coordinate representation of color #B49D97: hue angle of 12.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49D97 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 151 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.29 |
| HSL | 12.41º | 0.16% | 0.65% | - |
| HSV(B) | 12.41º | 0.16% | 0.71% | - |
| XYZ | 36.47 | 36.05 | 34.31 | - |
| YUV | 163.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 151 | 0 | 0.13 | 0.16 | 0.29 | 12.41 | 0.16 | 0.65 |
| Hex | B4 | 9D | 97 | 0 | D | 10 | 1D | C | 10 | 41 |
| Octal | 264 | 235 | 227 | 0 | 15 | 20 | 35 | 14 | 20 | 101 |
| Binary | 10110100 | 10011101 | 10010111 | 0 | 1101 | 10000 | 11101 | 1100 | 10000 | 1000001 |
Color Harmonies of #B49D97
Complementary color
Monochromatic Colors of #B49D97
Black with #B49D97
Text Example
Text Example
White with #B49D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D97; }
p { color: rgb(180,157,151); }
H1.HeaderClassName
{
color: #B49D97;
}
.AnyTagClassName
{
color: #B49D97;
}
</style>
background-color css
<style>
a { background-color: #B49D97; }
a { background-color: rgb(180,157,151); }
div.DivClassName
{
background-color: #B49D97;
}
.BgClassName
{
background-color: #B49D97;
}
</style>
border-color css
<style>
span { border-color: #B49D97; }
span { border-color: rgb(180,157,151); }
td.TdClassName
{
border-color: #B49D97;
}
.TagClassName
{
border-color: #B49D97;
}
</style>