Shades of Del Rio #B7968B
Tints of Del Rio #B7968B
RGB
CMYK
RGB Variations
Color information
#B7968B (or 0xB7968B) is known color: Del Rio. HEX triplet: B7, 96 and 8B. RGB value is (183,150,139). Sum of RGB (Red+Green+Blue) = 183+150+139=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968B is #486974. Grayscale: #9E9E9E. Windows color (decimal): -4745589 or 9148087. OLE color: 9148087.
HSL color Cylindrical-coordinate representation of color #B7968B: hue angle of 15º 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 #B7968B is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 139 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.28 |
| HSL | 15º | 0.23% | 0.63% | - |
| HSV(B) | 15º | 0.24% | 0.72% | - |
| XYZ | 35.09 | 33.74 | 29.09 | - |
| YUV | 158.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 139 | 0 | 0.18 | 0.24 | 0.28 | 15 | 0.23 | 0.63 |
| Hex | B7 | 96 | 8B | 0 | 12 | 18 | 1C | F | 17 | 3F |
| Octal | 267 | 226 | 213 | 0 | 22 | 30 | 34 | 17 | 27 | 77 |
| Binary | 10110111 | 10010110 | 10001011 | 0 | 10010 | 11000 | 11100 | 1111 | 10111 | 111111 |
Color Harmonies of #B7968B
Complementary color
Monochromatic Colors of #B7968B
Black with #B7968B
Text Example
Text Example
White with #B7968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7968B; }
p { color: rgb(183,150,139); }
H1.HeaderClassName
{
color: #B7968B;
}
.AnyTagClassName
{
color: #B7968B;
}
</style>
background-color css
<style>
a { background-color: #B7968B; }
a { background-color: rgb(183,150,139); }
div.DivClassName
{
background-color: #B7968B;
}
.BgClassName
{
background-color: #B7968B;
}
</style>
border-color css
<style>
span { border-color: #B7968B; }
span { border-color: rgb(183,150,139); }
td.TdClassName
{
border-color: #B7968B;
}
.TagClassName
{
border-color: #B7968B;
}
</style>