Shades of Del Rio #B6998D
Tints of Del Rio #B6998D
RGB
CMYK
RGB Variations
Color information
#B6998D (or 0xB6998D) is known color: Del Rio. HEX triplet: B6, 99 and 8D. RGB value is (182,153,141). Sum of RGB (Red+Green+Blue) = 182+153+141=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998D is #496672. Grayscale: #A0A0A0. Windows color (decimal): -4810355 or 9279926. OLE color: 9279926.
HSL color Cylindrical-coordinate representation of color #B6998D: hue angle of 17.56º 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 #B6998D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 141 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.29 |
| HSL | 17.56º | 0.22% | 0.63% | - |
| HSV(B) | 17.56º | 0.23% | 0.71% | - |
| XYZ | 35.49 | 34.65 | 30.02 | - |
| YUV | 160.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 141 | 0 | 0.16 | 0.23 | 0.29 | 17.56 | 0.22 | 0.63 |
| Hex | B6 | 99 | 8D | 0 | 10 | 17 | 1D | 12 | 16 | 3F |
| Octal | 266 | 231 | 215 | 0 | 20 | 27 | 35 | 22 | 26 | 77 |
| Binary | 10110110 | 10011001 | 10001101 | 0 | 10000 | 10111 | 11101 | 10010 | 10110 | 111111 |
Color Harmonies of #B6998D
Complementary color
Monochromatic Colors of #B6998D
Black with #B6998D
Text Example
Text Example
White with #B6998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6998D; }
p { color: rgb(182,153,141); }
H1.HeaderClassName
{
color: #B6998D;
}
.AnyTagClassName
{
color: #B6998D;
}
</style>
background-color css
<style>
a { background-color: #B6998D; }
a { background-color: rgb(182,153,141); }
div.DivClassName
{
background-color: #B6998D;
}
.BgClassName
{
background-color: #B6998D;
}
</style>
border-color css
<style>
span { border-color: #B6998D; }
span { border-color: rgb(182,153,141); }
td.TdClassName
{
border-color: #B6998D;
}
.TagClassName
{
border-color: #B6998D;
}
</style>