Shades of Del Rio #B79E8C
Tints of Del Rio #B79E8C
RGB
CMYK
RGB Variations
Color information
#B79E8C (or 0xB79E8C) is known color: Del Rio. HEX triplet: B7, 9E and 8C. RGB value is (183,158,140). Sum of RGB (Red+Green+Blue) = 183+158+140=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79E8C is #486173. Grayscale: #A3A3A3. Windows color (decimal): -4743540 or 9215671. OLE color: 9215671.
HSL color Cylindrical-coordinate representation of color #B79E8C: hue angle of 25.12º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B79E8C is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 158 | 140 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.28 |
| HSL | 25.12º | 0.23% | 0.63% | - |
| HSV(B) | 25.12º | 0.23% | 0.72% | - |
| XYZ | 36.49 | 36.41 | 29.92 | - |
| YUV | 163.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 158 | 140 | 0 | 0.14 | 0.23 | 0.28 | 25.12 | 0.23 | 0.63 |
| Hex | B7 | 9E | 8C | 0 | E | 17 | 1C | 19 | 17 | 3F |
| Octal | 267 | 236 | 214 | 0 | 16 | 27 | 34 | 31 | 27 | 77 |
| Binary | 10110111 | 10011110 | 10001100 | 0 | 1110 | 10111 | 11100 | 11001 | 10111 | 111111 |
Color Harmonies of #B79E8C
Complementary color
Monochromatic Colors of #B79E8C
Black with #B79E8C
Text Example
Text Example
White with #B79E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79E8C; }
p { color: rgb(183,158,140); }
H1.HeaderClassName
{
color: #B79E8C;
}
.AnyTagClassName
{
color: #B79E8C;
}
</style>
background-color css
<style>
a { background-color: #B79E8C; }
a { background-color: rgb(183,158,140); }
div.DivClassName
{
background-color: #B79E8C;
}
.BgClassName
{
background-color: #B79E8C;
}
</style>
border-color css
<style>
span { border-color: #B79E8C; }
span { border-color: rgb(183,158,140); }
td.TdClassName
{
border-color: #B79E8C;
}
.TagClassName
{
border-color: #B79E8C;
}
</style>