Shades of Del Rio #B3978D
Tints of Del Rio #B3978D
RGB
CMYK
RGB Variations
Color information
#B3978D (or 0xB3978D) is known color: Del Rio. HEX triplet: B3, 97 and 8D. RGB value is (179,151,141). Sum of RGB (Red+Green+Blue) = 179+151+141=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B3978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3978D is #4C6872. Grayscale: #9E9E9E. Windows color (decimal): -5007475 or 9279411. OLE color: 9279411.
HSL color Cylindrical-coordinate representation of color #B3978D: hue angle of 15.79º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3978D is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 141 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.30 |
| HSL | 15.79º | 0.2% | 0.63% | - |
| HSV(B) | 15.79º | 0.21% | 0.7% | - |
| XYZ | 34.46 | 33.64 | 29.88 | - |
| YUV | 158.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 141 | 0 | 0.16 | 0.21 | 0.30 | 15.79 | 0.2 | 0.63 |
| Hex | B3 | 97 | 8D | 0 | 10 | 15 | 1E | 10 | 14 | 3F |
| Octal | 263 | 227 | 215 | 0 | 20 | 25 | 36 | 20 | 24 | 77 |
| Binary | 10110011 | 10010111 | 10001101 | 0 | 10000 | 10101 | 11110 | 10000 | 10100 | 111111 |
Color Harmonies of #B3978D
Complementary color
Monochromatic Colors of #B3978D
Black with #B3978D
Text Example
Text Example
White with #B3978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3978D; }
p { color: rgb(179,151,141); }
H1.HeaderClassName
{
color: #B3978D;
}
.AnyTagClassName
{
color: #B3978D;
}
</style>
background-color css
<style>
a { background-color: #B3978D; }
a { background-color: rgb(179,151,141); }
div.DivClassName
{
background-color: #B3978D;
}
.BgClassName
{
background-color: #B3978D;
}
</style>
border-color css
<style>
span { border-color: #B3978D; }
span { border-color: rgb(179,151,141); }
td.TdClassName
{
border-color: #B3978D;
}
.TagClassName
{
border-color: #B3978D;
}
</style>