Shades of Del Rio #B7978A
Tints of Del Rio #B7978A
RGB
CMYK
RGB Variations
Color information
#B7978A (or 0xB7978A) is known color: Del Rio. HEX triplet: B7, 97 and 8A. RGB value is (183,151,138). Sum of RGB (Red+Green+Blue) = 183+151+138=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7978A is #486875. Grayscale: #9F9F9F. Windows color (decimal): -4745334 or 9082807. OLE color: 9082807.
HSL color Cylindrical-coordinate representation of color #B7978A: hue angle of 17.33º 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 #B7978A is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 138 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.28 |
| HSL | 17.33º | 0.24% | 0.63% | - |
| HSV(B) | 17.33º | 0.25% | 0.72% | - |
| XYZ | 35.18 | 34.04 | 28.76 | - |
| YUV | 159.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 138 | 0 | 0.17 | 0.25 | 0.28 | 17.33 | 0.24 | 0.63 |
| Hex | B7 | 97 | 8A | 0 | 11 | 19 | 1C | 11 | 18 | 3F |
| Octal | 267 | 227 | 212 | 0 | 21 | 31 | 34 | 21 | 30 | 77 |
| Binary | 10110111 | 10010111 | 10001010 | 0 | 10001 | 11001 | 11100 | 10001 | 11000 | 111111 |
Color Harmonies of #B7978A
Complementary color
Monochromatic Colors of #B7978A
Black with #B7978A
Text Example
Text Example
White with #B7978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7978A; }
p { color: rgb(183,151,138); }
H1.HeaderClassName
{
color: #B7978A;
}
.AnyTagClassName
{
color: #B7978A;
}
</style>
background-color css
<style>
a { background-color: #B7978A; }
a { background-color: rgb(183,151,138); }
div.DivClassName
{
background-color: #B7978A;
}
.BgClassName
{
background-color: #B7978A;
}
</style>
border-color css
<style>
span { border-color: #B7978A; }
span { border-color: rgb(183,151,138); }
td.TdClassName
{
border-color: #B7978A;
}
.TagClassName
{
border-color: #B7978A;
}
</style>