Shades of Del Rio #B79D8A
Tints of Del Rio #B79D8A
RGB
CMYK
RGB Variations
Color information
#B79D8A (or 0xB79D8A) is known color: Del Rio. HEX triplet: B7, 9D and 8A. RGB value is (183,157,138). Sum of RGB (Red+Green+Blue) = 183+157+138=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D8A is #486275. Grayscale: #A2A2A2. Windows color (decimal): -4743798 or 9084343. OLE color: 9084343.
HSL color Cylindrical-coordinate representation of color #B79D8A: hue angle of 25.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B79D8A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 138 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.28 |
| HSL | 25.33º | 0.24% | 0.63% | - |
| HSV(B) | 25.33º | 0.25% | 0.72% | - |
| XYZ | 36.17 | 36.02 | 29.09 | - |
| YUV | 162.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 138 | 0 | 0.14 | 0.25 | 0.28 | 25.33 | 0.24 | 0.63 |
| Hex | B7 | 9D | 8A | 0 | E | 19 | 1C | 19 | 18 | 3F |
| Octal | 267 | 235 | 212 | 0 | 16 | 31 | 34 | 31 | 30 | 77 |
| Binary | 10110111 | 10011101 | 10001010 | 0 | 1110 | 11001 | 11100 | 11001 | 11000 | 111111 |
Color Harmonies of #B79D8A
Complementary color
Monochromatic Colors of #B79D8A
Black with #B79D8A
Text Example
Text Example
White with #B79D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D8A; }
p { color: rgb(183,157,138); }
H1.HeaderClassName
{
color: #B79D8A;
}
.AnyTagClassName
{
color: #B79D8A;
}
</style>
background-color css
<style>
a { background-color: #B79D8A; }
a { background-color: rgb(183,157,138); }
div.DivClassName
{
background-color: #B79D8A;
}
.BgClassName
{
background-color: #B79D8A;
}
</style>
border-color css
<style>
span { border-color: #B79D8A; }
span { border-color: rgb(183,157,138); }
td.TdClassName
{
border-color: #B79D8A;
}
.TagClassName
{
border-color: #B79D8A;
}
</style>