Shades of Del Rio #B49C94
Tints of Del Rio #B49C94
RGB
CMYK
RGB Variations
Color information
#B49C94 (or 0xB49C94) is known color: Del Rio. HEX triplet: B4, 9C and 94. RGB value is (180,156,148). Sum of RGB (Red+Green+Blue) = 180+156+148=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C94 is #4B636B. Grayscale: #A2A2A2. Windows color (decimal): -4940652 or 9739444. OLE color: 9739444.
HSL color Cylindrical-coordinate representation of color #B49C94: hue angle of 15º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49C94 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 148 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.29 |
| HSL | 15º | 0.18% | 0.64% | - |
| HSV(B) | 15º | 0.18% | 0.71% | - |
| XYZ | 36.06 | 35.62 | 32.99 | - |
| YUV | 162.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 148 | 0 | 0.13 | 0.18 | 0.29 | 15 | 0.18 | 0.64 |
| Hex | B4 | 9C | 94 | 0 | D | 12 | 1D | F | 12 | 40 |
| Octal | 264 | 234 | 224 | 0 | 15 | 22 | 35 | 17 | 22 | 100 |
| Binary | 10110100 | 10011100 | 10010100 | 0 | 1101 | 10010 | 11101 | 1111 | 10010 | 1000000 |
Color Harmonies of #B49C94
Complementary color
Monochromatic Colors of #B49C94
Black with #B49C94
Text Example
Text Example
White with #B49C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C94; }
p { color: rgb(180,156,148); }
H1.HeaderClassName
{
color: #B49C94;
}
.AnyTagClassName
{
color: #B49C94;
}
</style>
background-color css
<style>
a { background-color: #B49C94; }
a { background-color: rgb(180,156,148); }
div.DivClassName
{
background-color: #B49C94;
}
.BgClassName
{
background-color: #B49C94;
}
</style>
border-color css
<style>
span { border-color: #B49C94; }
span { border-color: rgb(180,156,148); }
td.TdClassName
{
border-color: #B49C94;
}
.TagClassName
{
border-color: #B49C94;
}
</style>