Shades of Del Rio #B79486
Tints of Del Rio #B79486
RGB
CMYK
RGB Variations
Color information
#B79486 (or 0xB79486) is known color: Del Rio. HEX triplet: B7, 94 and 86. RGB value is (183,148,134). Sum of RGB (Red+Green+Blue) = 183+148+134=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B79486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79486 is #486B79. Grayscale: #9C9C9C. Windows color (decimal): -4746106 or 8819895. OLE color: 8819895.
HSL color Cylindrical-coordinate representation of color #B79486: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B79486 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 134 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.28 |
| HSL | 17.14º | 0.25% | 0.62% | - |
| HSV(B) | 17.14º | 0.27% | 0.72% | - |
| XYZ | 34.42 | 32.97 | 27.1 | - |
| YUV | 156.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 134 | 0 | 0.19 | 0.27 | 0.28 | 17.14 | 0.25 | 0.62 |
| Hex | B7 | 94 | 86 | 0 | 13 | 1B | 1C | 11 | 19 | 3E |
| Octal | 267 | 224 | 206 | 0 | 23 | 33 | 34 | 21 | 31 | 76 |
| Binary | 10110111 | 10010100 | 10000110 | 0 | 10011 | 11011 | 11100 | 10001 | 11001 | 111110 |
Color Harmonies of #B79486
Complementary color
Monochromatic Colors of #B79486
Black with #B79486
Text Example
Text Example
White with #B79486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79486; }
p { color: rgb(183,148,134); }
H1.HeaderClassName
{
color: #B79486;
}
.AnyTagClassName
{
color: #B79486;
}
</style>
background-color css
<style>
a { background-color: #B79486; }
a { background-color: rgb(183,148,134); }
div.DivClassName
{
background-color: #B79486;
}
.BgClassName
{
background-color: #B79486;
}
</style>
border-color css
<style>
span { border-color: #B79486; }
span { border-color: rgb(183,148,134); }
td.TdClassName
{
border-color: #B79486;
}
.TagClassName
{
border-color: #B79486;
}
</style>