Shades of Del Rio #B7958C
Tints of Del Rio #B7958C
RGB
CMYK
RGB Variations
Color information
#B7958C (or 0xB7958C) is known color: Del Rio. HEX triplet: B7, 95 and 8C. RGB value is (183,149,140). Sum of RGB (Red+Green+Blue) = 183+149+140=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7958C is #486A73. Grayscale: #9E9E9E. Windows color (decimal): -4745844 or 9213367. OLE color: 9213367.
HSL color Cylindrical-coordinate representation of color #B7958C: hue angle of 12.56º 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 #B7958C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 140 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.28 |
| HSL | 12.56º | 0.23% | 0.63% | - |
| HSV(B) | 12.56º | 0.23% | 0.72% | - |
| XYZ | 35.01 | 33.46 | 29.42 | - |
| YUV | 158.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 140 | 0 | 0.19 | 0.23 | 0.28 | 12.56 | 0.23 | 0.63 |
| Hex | B7 | 95 | 8C | 0 | 13 | 17 | 1C | D | 17 | 3F |
| Octal | 267 | 225 | 214 | 0 | 23 | 27 | 34 | 15 | 27 | 77 |
| Binary | 10110111 | 10010101 | 10001100 | 0 | 10011 | 10111 | 11100 | 1101 | 10111 | 111111 |
Color Harmonies of #B7958C
Complementary color
Monochromatic Colors of #B7958C
Black with #B7958C
Text Example
Text Example
White with #B7958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7958C; }
p { color: rgb(183,149,140); }
H1.HeaderClassName
{
color: #B7958C;
}
.AnyTagClassName
{
color: #B7958C;
}
</style>
background-color css
<style>
a { background-color: #B7958C; }
a { background-color: rgb(183,149,140); }
div.DivClassName
{
background-color: #B7958C;
}
.BgClassName
{
background-color: #B7958C;
}
</style>
border-color css
<style>
span { border-color: #B7958C; }
span { border-color: rgb(183,149,140); }
td.TdClassName
{
border-color: #B7958C;
}
.TagClassName
{
border-color: #B7958C;
}
</style>