Shades of Del Rio #B79D8D
Tints of Del Rio #B79D8D
RGB
CMYK
RGB Variations
Color information
#B79D8D (or 0xB79D8D) is known color: Del Rio. HEX triplet: B7, 9D and 8D. RGB value is (183,157,141). Sum of RGB (Red+Green+Blue) = 183+157+141=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D8D is #486272. Grayscale: #A3A3A3. Windows color (decimal): -4743795 or 9280951. OLE color: 9280951.
HSL color Cylindrical-coordinate representation of color #B79D8D: hue angle of 22.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B79D8D is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 141 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.28 |
| HSL | 22.86º | 0.23% | 0.64% | - |
| HSV(B) | 22.86º | 0.23% | 0.72% | - |
| XYZ | 36.39 | 36.1 | 30.25 | - |
| YUV | 162.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 141 | 0 | 0.14 | 0.23 | 0.28 | 22.86 | 0.23 | 0.64 |
| Hex | B7 | 9D | 8D | 0 | E | 17 | 1C | 17 | 17 | 40 |
| Octal | 267 | 235 | 215 | 0 | 16 | 27 | 34 | 27 | 27 | 100 |
| Binary | 10110111 | 10011101 | 10001101 | 0 | 1110 | 10111 | 11100 | 10111 | 10111 | 1000000 |
Color Harmonies of #B79D8D
Complementary color
Monochromatic Colors of #B79D8D
Black with #B79D8D
Text Example
Text Example
White with #B79D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D8D; }
p { color: rgb(183,157,141); }
H1.HeaderClassName
{
color: #B79D8D;
}
.AnyTagClassName
{
color: #B79D8D;
}
</style>
background-color css
<style>
a { background-color: #B79D8D; }
a { background-color: rgb(183,157,141); }
div.DivClassName
{
background-color: #B79D8D;
}
.BgClassName
{
background-color: #B79D8D;
}
</style>
border-color css
<style>
span { border-color: #B79D8D; }
span { border-color: rgb(183,157,141); }
td.TdClassName
{
border-color: #B79D8D;
}
.TagClassName
{
border-color: #B79D8D;
}
</style>