Shades of Del Rio #B7958B
Tints of Del Rio #B7958B
RGB
CMYK
RGB Variations
Color information
#B7958B (or 0xB7958B) is known color: Del Rio. HEX triplet: B7, 95 and 8B. RGB value is (183,149,139). Sum of RGB (Red+Green+Blue) = 183+149+139=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7958B is #486A74. Grayscale: #9E9E9E. Windows color (decimal): -4745845 or 9147831. OLE color: 9147831.
HSL color Cylindrical-coordinate representation of color #B7958B: hue angle of 13.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7958B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 139 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.28 |
| HSL | 13.64º | 0.23% | 0.63% | - |
| HSV(B) | 13.64º | 0.24% | 0.72% | - |
| XYZ | 34.94 | 33.43 | 29.04 | - |
| YUV | 158.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 139 | 0 | 0.19 | 0.24 | 0.28 | 13.64 | 0.23 | 0.63 |
| Hex | B7 | 95 | 8B | 0 | 13 | 18 | 1C | E | 17 | 3F |
| Octal | 267 | 225 | 213 | 0 | 23 | 30 | 34 | 16 | 27 | 77 |
| Binary | 10110111 | 10010101 | 10001011 | 0 | 10011 | 11000 | 11100 | 1110 | 10111 | 111111 |
Color Harmonies of #B7958B
Complementary color
Monochromatic Colors of #B7958B
Black with #B7958B
Text Example
Text Example
White with #B7958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7958B; }
p { color: rgb(183,149,139); }
H1.HeaderClassName
{
color: #B7958B;
}
.AnyTagClassName
{
color: #B7958B;
}
</style>
background-color css
<style>
a { background-color: #B7958B; }
a { background-color: rgb(183,149,139); }
div.DivClassName
{
background-color: #B7958B;
}
.BgClassName
{
background-color: #B7958B;
}
</style>
border-color css
<style>
span { border-color: #B7958B; }
span { border-color: rgb(183,149,139); }
td.TdClassName
{
border-color: #B7958B;
}
.TagClassName
{
border-color: #B7958B;
}
</style>