Shades of Del Rio #B6988C
Tints of Del Rio #B6988C
RGB
CMYK
RGB Variations
Color information
#B6988C (or 0xB6988C) is known color: Del Rio. HEX triplet: B6, 98 and 8C. RGB value is (182,152,140). Sum of RGB (Red+Green+Blue) = 182+152+140=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6988C is #496773. Grayscale: #9F9F9F. Windows color (decimal): -4810612 or 9214134. OLE color: 9214134.
HSL color Cylindrical-coordinate representation of color #B6988C: hue angle of 17.14º 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 #B6988C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 152 | 140 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.29 |
| HSL | 17.14º | 0.22% | 0.63% | - |
| HSV(B) | 17.14º | 0.23% | 0.71% | - |
| XYZ | 35.25 | 34.3 | 29.57 | - |
| YUV | 159.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 140 | 0 | 0.16 | 0.23 | 0.29 | 17.14 | 0.22 | 0.63 |
| Hex | B6 | 98 | 8C | 0 | 10 | 17 | 1D | 11 | 16 | 3F |
| Octal | 266 | 230 | 214 | 0 | 20 | 27 | 35 | 21 | 26 | 77 |
| Binary | 10110110 | 10011000 | 10001100 | 0 | 10000 | 10111 | 11101 | 10001 | 10110 | 111111 |
Color Harmonies of #B6988C
Complementary color
Monochromatic Colors of #B6988C
Black with #B6988C
Text Example
Text Example
White with #B6988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6988C; }
p { color: rgb(182,152,140); }
H1.HeaderClassName
{
color: #B6988C;
}
.AnyTagClassName
{
color: #B6988C;
}
</style>
background-color css
<style>
a { background-color: #B6988C; }
a { background-color: rgb(182,152,140); }
div.DivClassName
{
background-color: #B6988C;
}
.BgClassName
{
background-color: #B6988C;
}
</style>
border-color css
<style>
span { border-color: #B6988C; }
span { border-color: rgb(182,152,140); }
td.TdClassName
{
border-color: #B6988C;
}
.TagClassName
{
border-color: #B6988C;
}
</style>