Shades of Del Rio #B79A8D
Tints of Del Rio #B79A8D
RGB
CMYK
RGB Variations
Color information
#B79A8D (or 0xB79A8D) is known color: Del Rio. HEX triplet: B7, 9A and 8D. RGB value is (183,154,141). Sum of RGB (Red+Green+Blue) = 183+154+141=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A8D is #486572. Grayscale: #A1A1A1. Windows color (decimal): -4744563 or 9280183. OLE color: 9280183.
HSL color Cylindrical-coordinate representation of color #B79A8D: hue angle of 18.57º 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 #B79A8D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 141 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.28 |
| HSL | 18.57º | 0.23% | 0.64% | - |
| HSV(B) | 18.57º | 0.23% | 0.72% | - |
| XYZ | 35.89 | 35.1 | 30.08 | - |
| YUV | 161.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 141 | 0 | 0.16 | 0.23 | 0.28 | 18.57 | 0.23 | 0.64 |
| Hex | B7 | 9A | 8D | 0 | 10 | 17 | 1C | 13 | 17 | 40 |
| Octal | 267 | 232 | 215 | 0 | 20 | 27 | 34 | 23 | 27 | 100 |
| Binary | 10110111 | 10011010 | 10001101 | 0 | 10000 | 10111 | 11100 | 10011 | 10111 | 1000000 |
Color Harmonies of #B79A8D
Complementary color
Monochromatic Colors of #B79A8D
Black with #B79A8D
Text Example
Text Example
White with #B79A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A8D; }
p { color: rgb(183,154,141); }
H1.HeaderClassName
{
color: #B79A8D;
}
.AnyTagClassName
{
color: #B79A8D;
}
</style>
background-color css
<style>
a { background-color: #B79A8D; }
a { background-color: rgb(183,154,141); }
div.DivClassName
{
background-color: #B79A8D;
}
.BgClassName
{
background-color: #B79A8D;
}
</style>
border-color css
<style>
span { border-color: #B79A8D; }
span { border-color: rgb(183,154,141); }
td.TdClassName
{
border-color: #B79A8D;
}
.TagClassName
{
border-color: #B79A8D;
}
</style>