Shades of Del Rio #B3978F
Tints of Del Rio #B3978F
RGB
CMYK
RGB Variations
Color information
#B3978F (or 0xB3978F) is known color: Del Rio. HEX triplet: B3, 97 and 8F. RGB value is (179,151,143). Sum of RGB (Red+Green+Blue) = 179+151+143=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3978F is #4C6870. Grayscale: #9E9E9E. Windows color (decimal): -5007473 or 9410483. OLE color: 9410483.
HSL color Cylindrical-coordinate representation of color #B3978F: hue angle of 13.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3978F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 143 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.30 |
| HSL | 13.33º | 0.19% | 0.63% | - |
| HSV(B) | 13.33º | 0.2% | 0.7% | - |
| XYZ | 34.61 | 33.7 | 30.67 | - |
| YUV | 158.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 143 | 0 | 0.16 | 0.20 | 0.30 | 13.33 | 0.19 | 0.63 |
| Hex | B3 | 97 | 8F | 0 | 10 | 14 | 1E | D | 13 | 3F |
| Octal | 263 | 227 | 217 | 0 | 20 | 24 | 36 | 15 | 23 | 77 |
| Binary | 10110011 | 10010111 | 10001111 | 0 | 10000 | 10100 | 11110 | 1101 | 10011 | 111111 |
Color Harmonies of #B3978F
Complementary color
Monochromatic Colors of #B3978F
Black with #B3978F
Text Example
Text Example
White with #B3978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3978F; }
p { color: rgb(179,151,143); }
H1.HeaderClassName
{
color: #B3978F;
}
.AnyTagClassName
{
color: #B3978F;
}
</style>
background-color css
<style>
a { background-color: #B3978F; }
a { background-color: rgb(179,151,143); }
div.DivClassName
{
background-color: #B3978F;
}
.BgClassName
{
background-color: #B3978F;
}
</style>
border-color css
<style>
span { border-color: #B3978F; }
span { border-color: rgb(179,151,143); }
td.TdClassName
{
border-color: #B3978F;
}
.TagClassName
{
border-color: #B3978F;
}
</style>