Shades of Del Rio #B49F90
Tints of Del Rio #B49F90
RGB
CMYK
RGB Variations
Color information
#B49F90 (or 0xB49F90) is known color: Del Rio. HEX triplet: B4, 9F and 90. RGB value is (180,159,144). Sum of RGB (Red+Green+Blue) = 180+159+144=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49F90 is #4B606F. Grayscale: #A3A3A3. Windows color (decimal): -4939888 or 9478068. OLE color: 9478068.
HSL color Cylindrical-coordinate representation of color #B49F90: hue angle of 25º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B49F90 is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 144 | - |
| CMYK | 0 | 0.12 | 0.2 | 0.29 |
| HSL | 25º | 0.19% | 0.64% | - |
| HSV(B) | 25º | 0.2% | 0.71% | - |
| XYZ | 36.25 | 36.51 | 31.52 | - |
| YUV | 163.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 144 | 0 | 0.12 | 0.2 | 0.29 | 25 | 0.19 | 0.64 |
| Hex | B4 | 9F | 90 | 0 | C | 14 | 1D | 19 | 13 | 40 |
| Octal | 264 | 237 | 220 | 0 | 14 | 24 | 35 | 31 | 23 | 100 |
| Binary | 10110100 | 10011111 | 10010000 | 0 | 1100 | 10100 | 11101 | 11001 | 10011 | 1000000 |
Color Harmonies of #B49F90
Complementary color
Monochromatic Colors of #B49F90
Black with #B49F90
Text Example
Text Example
White with #B49F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F90; }
p { color: rgb(180,159,144); }
H1.HeaderClassName
{
color: #B49F90;
}
.AnyTagClassName
{
color: #B49F90;
}
</style>
background-color css
<style>
a { background-color: #B49F90; }
a { background-color: rgb(180,159,144); }
div.DivClassName
{
background-color: #B49F90;
}
.BgClassName
{
background-color: #B49F90;
}
</style>
border-color css
<style>
span { border-color: #B49F90; }
span { border-color: rgb(180,159,144); }
td.TdClassName
{
border-color: #B49F90;
}
.TagClassName
{
border-color: #B49F90;
}
</style>