Shades of Del Rio #B6978D
Tints of Del Rio #B6978D
RGB
CMYK
RGB Variations
Color information
#B6978D (or 0xB6978D) is known color: Del Rio. HEX triplet: B6, 97 and 8D. RGB value is (182,151,141). Sum of RGB (Red+Green+Blue) = 182+151+141=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6978D is #496872. Grayscale: #9F9F9F. Windows color (decimal): -4810867 or 9279414. OLE color: 9279414.
HSL color Cylindrical-coordinate representation of color #B6978D: hue angle of 14.63º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6978D is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 151 | 141 | - |
CMYK | 0 | 0.17 | 0.23 | 0.29 |
HSL | 14.63º | 0.22% | 0.63% | - |
HSV(B) | 14.63º | 0.23% | 0.71% | - |
XYZ | 35.17 | 34 | 29.91 | - |
YUV | 159.13 | 117.77 | 144.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 151 | 141 | 0 | 0.17 | 0.23 | 0.29 | 14.63 | 0.22 | 0.63 |
Hex | B6 | 97 | 8D | 0 | 11 | 17 | 1D | F | 16 | 3F |
Octal | 266 | 227 | 215 | 0 | 21 | 27 | 35 | 17 | 26 | 77 |
Binary | 10110110 | 10010111 | 10001101 | 0 | 10001 | 10111 | 11101 | 1111 | 10110 | 111111 |
Color Harmonies of #B6978D
Complementary color
Monochromatic Colors of #B6978D
Black with #B6978D
Text Example
Text Example
White with #B6978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6978D; }
p { color: rgb(182,151,141); }
H1.HeaderClassName
{
color: #B6978D;
}
.AnyTagClassName
{
color: #B6978D;
}
</style>
background-color css
<style>
a { background-color: #B6978D; }
a { background-color: rgb(182,151,141); }
div.DivClassName
{
background-color: #B6978D;
}
.BgClassName
{
background-color: #B6978D;
}
</style>
border-color css
<style>
span { border-color: #B6978D; }
span { border-color: rgb(182,151,141); }
td.TdClassName
{
border-color: #B6978D;
}
.TagClassName
{
border-color: #B6978D;
}
</style>