Shades of Del Rio #B49A93
Tints of Del Rio #B49A93
RGB
CMYK
RGB Variations
Color information
#B49A93 (or 0xB49A93) is known color: Del Rio. HEX triplet: B4, 9A and 93. RGB value is (180,154,147). Sum of RGB (Red+Green+Blue) = 180+154+147=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A93 is #4B656C. Grayscale: #A1A1A1. Windows color (decimal): -4941165 or 9673396. OLE color: 9673396.
HSL color Cylindrical-coordinate representation of color #B49A93: hue angle of 12.73º 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 #B49A93 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 147 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.29 |
| HSL | 12.73º | 0.18% | 0.64% | - |
| HSV(B) | 12.73º | 0.18% | 0.71% | - |
| XYZ | 35.64 | 34.92 | 32.47 | - |
| YUV | 160.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 147 | 0 | 0.14 | 0.18 | 0.29 | 12.73 | 0.18 | 0.64 |
| Hex | B4 | 9A | 93 | 0 | E | 12 | 1D | D | 12 | 40 |
| Octal | 264 | 232 | 223 | 0 | 16 | 22 | 35 | 15 | 22 | 100 |
| Binary | 10110100 | 10011010 | 10010011 | 0 | 1110 | 10010 | 11101 | 1101 | 10010 | 1000000 |
Color Harmonies of #B49A93
Complementary color
Monochromatic Colors of #B49A93
Black with #B49A93
Text Example
Text Example
White with #B49A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A93; }
p { color: rgb(180,154,147); }
H1.HeaderClassName
{
color: #B49A93;
}
.AnyTagClassName
{
color: #B49A93;
}
</style>
background-color css
<style>
a { background-color: #B49A93; }
a { background-color: rgb(180,154,147); }
div.DivClassName
{
background-color: #B49A93;
}
.BgClassName
{
background-color: #B49A93;
}
</style>
border-color css
<style>
span { border-color: #B49A93; }
span { border-color: rgb(180,154,147); }
td.TdClassName
{
border-color: #B49A93;
}
.TagClassName
{
border-color: #B49A93;
}
</style>