Shades of Del Rio #B79A8C
Tints of Del Rio #B79A8C
RGB
CMYK
RGB Variations
Color information
#B79A8C (or 0xB79A8C) is known color: Del Rio. HEX triplet: B7, 9A and 8C. RGB value is (183,154,140). Sum of RGB (Red+Green+Blue) = 183+154+140=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A8C is #486573. Grayscale: #A1A1A1. Windows color (decimal): -4744564 or 9214647. OLE color: 9214647.
HSL color Cylindrical-coordinate representation of color #B79A8C: hue angle of 19.53º 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 #B79A8C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 140 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.28 |
| HSL | 19.53º | 0.23% | 0.63% | - |
| HSV(B) | 19.53º | 0.23% | 0.72% | - |
| XYZ | 35.82 | 35.07 | 29.69 | - |
| YUV | 161.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 140 | 0 | 0.16 | 0.23 | 0.28 | 19.53 | 0.23 | 0.63 |
| Hex | B7 | 9A | 8C | 0 | 10 | 17 | 1C | 14 | 17 | 3F |
| Octal | 267 | 232 | 214 | 0 | 20 | 27 | 34 | 24 | 27 | 77 |
| Binary | 10110111 | 10011010 | 10001100 | 0 | 10000 | 10111 | 11100 | 10100 | 10111 | 111111 |
Color Harmonies of #B79A8C
Complementary color
Monochromatic Colors of #B79A8C
Black with #B79A8C
Text Example
Text Example
White with #B79A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A8C; }
p { color: rgb(183,154,140); }
H1.HeaderClassName
{
color: #B79A8C;
}
.AnyTagClassName
{
color: #B79A8C;
}
</style>
background-color css
<style>
a { background-color: #B79A8C; }
a { background-color: rgb(183,154,140); }
div.DivClassName
{
background-color: #B79A8C;
}
.BgClassName
{
background-color: #B79A8C;
}
</style>
border-color css
<style>
span { border-color: #B79A8C; }
span { border-color: rgb(183,154,140); }
td.TdClassName
{
border-color: #B79A8C;
}
.TagClassName
{
border-color: #B79A8C;
}
</style>