Shades of Del Rio #B79C8C
Tints of Del Rio #B79C8C
RGB
CMYK
RGB Variations
Color information
#B79C8C (or 0xB79C8C) is known color: Del Rio. HEX triplet: B7, 9C and 8C. RGB value is (183,156,140). Sum of RGB (Red+Green+Blue) = 183+156+140=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79C8C is #486373. Grayscale: #A2A2A2. Windows color (decimal): -4744052 or 9215159. OLE color: 9215159.
HSL color Cylindrical-coordinate representation of color #B79C8C: hue angle of 22.33º 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 #B79C8C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 140 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.28 |
| HSL | 22.33º | 0.23% | 0.63% | - |
| HSV(B) | 22.33º | 0.23% | 0.72% | - |
| XYZ | 36.15 | 35.74 | 29.8 | - |
| YUV | 162.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 140 | 0 | 0.15 | 0.23 | 0.28 | 22.33 | 0.23 | 0.63 |
| Hex | B7 | 9C | 8C | 0 | F | 17 | 1C | 16 | 17 | 3F |
| Octal | 267 | 234 | 214 | 0 | 17 | 27 | 34 | 26 | 27 | 77 |
| Binary | 10110111 | 10011100 | 10001100 | 0 | 1111 | 10111 | 11100 | 10110 | 10111 | 111111 |
Color Harmonies of #B79C8C
Complementary color
Monochromatic Colors of #B79C8C
Black with #B79C8C
Text Example
Text Example
White with #B79C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C8C; }
p { color: rgb(183,156,140); }
H1.HeaderClassName
{
color: #B79C8C;
}
.AnyTagClassName
{
color: #B79C8C;
}
</style>
background-color css
<style>
a { background-color: #B79C8C; }
a { background-color: rgb(183,156,140); }
div.DivClassName
{
background-color: #B79C8C;
}
.BgClassName
{
background-color: #B79C8C;
}
</style>
border-color css
<style>
span { border-color: #B79C8C; }
span { border-color: rgb(183,156,140); }
td.TdClassName
{
border-color: #B79C8C;
}
.TagClassName
{
border-color: #B79C8C;
}
</style>