Shades of Del Rio #B7958A
Tints of Del Rio #B7958A
RGB
CMYK
RGB Variations
Color information
#B7958A (or 0xB7958A) is known color: Del Rio. HEX triplet: B7, 95 and 8A. RGB value is (183,149,138). Sum of RGB (Red+Green+Blue) = 183+149+138=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7958A is #486A75. Grayscale: #9D9D9D. Windows color (decimal): -4745846 or 9082295. OLE color: 9082295.
HSL color Cylindrical-coordinate representation of color #B7958A: hue angle of 14.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7958A is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 138 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.28 |
| HSL | 14.67º | 0.24% | 0.63% | - |
| HSV(B) | 14.67º | 0.25% | 0.72% | - |
| XYZ | 34.86 | 33.4 | 28.65 | - |
| YUV | 157.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 138 | 0 | 0.19 | 0.25 | 0.28 | 14.67 | 0.24 | 0.63 |
| Hex | B7 | 95 | 8A | 0 | 13 | 19 | 1C | F | 18 | 3F |
| Octal | 267 | 225 | 212 | 0 | 23 | 31 | 34 | 17 | 30 | 77 |
| Binary | 10110111 | 10010101 | 10001010 | 0 | 10011 | 11001 | 11100 | 1111 | 11000 | 111111 |
Color Harmonies of #B7958A
Complementary color
Monochromatic Colors of #B7958A
Black with #B7958A
Text Example
Text Example
White with #B7958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7958A; }
p { color: rgb(183,149,138); }
H1.HeaderClassName
{
color: #B7958A;
}
.AnyTagClassName
{
color: #B7958A;
}
</style>
background-color css
<style>
a { background-color: #B7958A; }
a { background-color: rgb(183,149,138); }
div.DivClassName
{
background-color: #B7958A;
}
.BgClassName
{
background-color: #B7958A;
}
</style>
border-color css
<style>
span { border-color: #B7958A; }
span { border-color: rgb(183,149,138); }
td.TdClassName
{
border-color: #B7958A;
}
.TagClassName
{
border-color: #B7958A;
}
</style>