Shades of Del Rio #B79C94
Tints of Del Rio #B79C94
RGB
CMYK
RGB Variations
Color information
#B79C94 (or 0xB79C94) is known color: Del Rio. HEX triplet: B7, 9C and 94. RGB value is (183,156,148). Sum of RGB (Red+Green+Blue) = 183+156+148=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79C94 is #48636B. Grayscale: #A3A3A3. Windows color (decimal): -4744044 or 9739447. OLE color: 9739447.
HSL color Cylindrical-coordinate representation of color #B79C94: hue angle of 13.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B79C94 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 148 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.28 |
| HSL | 13.71º | 0.2% | 0.65% | - |
| HSV(B) | 13.71º | 0.19% | 0.72% | - |
| XYZ | 36.76 | 35.98 | 33.02 | - |
| YUV | 163.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 148 | 0 | 0.15 | 0.19 | 0.28 | 13.71 | 0.2 | 0.65 |
| Hex | B7 | 9C | 94 | 0 | F | 13 | 1C | E | 14 | 41 |
| Octal | 267 | 234 | 224 | 0 | 17 | 23 | 34 | 16 | 24 | 101 |
| Binary | 10110111 | 10011100 | 10010100 | 0 | 1111 | 10011 | 11100 | 1110 | 10100 | 1000001 |
Color Harmonies of #B79C94
Complementary color
Monochromatic Colors of #B79C94
Black with #B79C94
Text Example
Text Example
White with #B79C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C94; }
p { color: rgb(183,156,148); }
H1.HeaderClassName
{
color: #B79C94;
}
.AnyTagClassName
{
color: #B79C94;
}
</style>
background-color css
<style>
a { background-color: #B79C94; }
a { background-color: rgb(183,156,148); }
div.DivClassName
{
background-color: #B79C94;
}
.BgClassName
{
background-color: #B79C94;
}
</style>
border-color css
<style>
span { border-color: #B79C94; }
span { border-color: rgb(183,156,148); }
td.TdClassName
{
border-color: #B79C94;
}
.TagClassName
{
border-color: #B79C94;
}
</style>