Shades of Del Rio #B4978F
Tints of Del Rio #B4978F
RGB
CMYK
RGB Variations
Color information
#B4978F (or 0xB4978F) is known color: Del Rio. HEX triplet: B4, 97 and 8F. RGB value is (180,151,143). Sum of RGB (Red+Green+Blue) = 180+151+143=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4978F is #4B6870. Grayscale: #9E9E9E. Windows color (decimal): -4941937 or 9410484. OLE color: 9410484.
HSL color Cylindrical-coordinate representation of color #B4978F: hue angle of 12.97º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4978F is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 143 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.29 |
| HSL | 12.97º | 0.2% | 0.63% | - |
| HSV(B) | 12.97º | 0.21% | 0.71% | - |
| XYZ | 34.85 | 33.82 | 30.68 | - |
| YUV | 158.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 143 | 0 | 0.16 | 0.21 | 0.29 | 12.97 | 0.2 | 0.63 |
| Hex | B4 | 97 | 8F | 0 | 10 | 15 | 1D | D | 14 | 3F |
| Octal | 264 | 227 | 217 | 0 | 20 | 25 | 35 | 15 | 24 | 77 |
| Binary | 10110100 | 10010111 | 10001111 | 0 | 10000 | 10101 | 11101 | 1101 | 10100 | 111111 |
Color Harmonies of #B4978F
Complementary color
Monochromatic Colors of #B4978F
Black with #B4978F
Text Example
Text Example
White with #B4978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4978F; }
p { color: rgb(180,151,143); }
H1.HeaderClassName
{
color: #B4978F;
}
.AnyTagClassName
{
color: #B4978F;
}
</style>
background-color css
<style>
a { background-color: #B4978F; }
a { background-color: rgb(180,151,143); }
div.DivClassName
{
background-color: #B4978F;
}
.BgClassName
{
background-color: #B4978F;
}
</style>
border-color css
<style>
span { border-color: #B4978F; }
span { border-color: rgb(180,151,143); }
td.TdClassName
{
border-color: #B4978F;
}
.TagClassName
{
border-color: #B4978F;
}
</style>