Shades of Del Rio #B6998B
Tints of Del Rio #B6998B
RGB
CMYK
RGB Variations
Color information
#B6998B (or 0xB6998B) is known color: Del Rio. HEX triplet: B6, 99 and 8B. RGB value is (182,153,139). Sum of RGB (Red+Green+Blue) = 182+153+139=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998B is #496674. Grayscale: #A0A0A0. Windows color (decimal): -4810357 or 9148854. OLE color: 9148854.
HSL color Cylindrical-coordinate representation of color #B6998B: hue angle of 19.53º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6998B is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 139 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.29 |
| HSL | 19.53º | 0.23% | 0.63% | - |
| HSV(B) | 19.53º | 0.24% | 0.71% | - |
| XYZ | 35.34 | 34.59 | 29.24 | - |
| YUV | 160.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 139 | 0 | 0.16 | 0.24 | 0.29 | 19.53 | 0.23 | 0.63 |
| Hex | B6 | 99 | 8B | 0 | 10 | 18 | 1D | 14 | 17 | 3F |
| Octal | 266 | 231 | 213 | 0 | 20 | 30 | 35 | 24 | 27 | 77 |
| Binary | 10110110 | 10011001 | 10001011 | 0 | 10000 | 11000 | 11101 | 10100 | 10111 | 111111 |
Color Harmonies of #B6998B
Complementary color
Monochromatic Colors of #B6998B
Black with #B6998B
Text Example
Text Example
White with #B6998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6998B; }
p { color: rgb(182,153,139); }
H1.HeaderClassName
{
color: #B6998B;
}
.AnyTagClassName
{
color: #B6998B;
}
</style>
background-color css
<style>
a { background-color: #B6998B; }
a { background-color: rgb(182,153,139); }
div.DivClassName
{
background-color: #B6998B;
}
.BgClassName
{
background-color: #B6998B;
}
</style>
border-color css
<style>
span { border-color: #B6998B; }
span { border-color: rgb(182,153,139); }
td.TdClassName
{
border-color: #B6998B;
}
.TagClassName
{
border-color: #B6998B;
}
</style>