Shades of Del Rio #B69C94
Tints of Del Rio #B69C94
RGB
CMYK
RGB Variations
Color information
#B69C94 (or 0xB69C94) is known color: Del Rio. HEX triplet: B6, 9C and 94. RGB value is (182,156,148). Sum of RGB (Red+Green+Blue) = 182+156+148=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C94 is #49636B. Grayscale: #A2A2A2. Windows color (decimal): -4809580 or 9739446. OLE color: 9739446.
HSL color Cylindrical-coordinate representation of color #B69C94: hue angle of 14.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B69C94 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 148 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.29 |
| HSL | 14.12º | 0.19% | 0.65% | - |
| HSV(B) | 14.12º | 0.19% | 0.71% | - |
| XYZ | 36.53 | 35.86 | 33.01 | - |
| YUV | 162.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 148 | 0 | 0.14 | 0.19 | 0.29 | 14.12 | 0.19 | 0.65 |
| Hex | B6 | 9C | 94 | 0 | E | 13 | 1D | E | 13 | 41 |
| Octal | 266 | 234 | 224 | 0 | 16 | 23 | 35 | 16 | 23 | 101 |
| Binary | 10110110 | 10011100 | 10010100 | 0 | 1110 | 10011 | 11101 | 1110 | 10011 | 1000001 |
Color Harmonies of #B69C94
Complementary color
Monochromatic Colors of #B69C94
Black with #B69C94
Text Example
Text Example
White with #B69C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C94; }
p { color: rgb(182,156,148); }
H1.HeaderClassName
{
color: #B69C94;
}
.AnyTagClassName
{
color: #B69C94;
}
</style>
background-color css
<style>
a { background-color: #B69C94; }
a { background-color: rgb(182,156,148); }
div.DivClassName
{
background-color: #B69C94;
}
.BgClassName
{
background-color: #B69C94;
}
</style>
border-color css
<style>
span { border-color: #B69C94; }
span { border-color: rgb(182,156,148); }
td.TdClassName
{
border-color: #B69C94;
}
.TagClassName
{
border-color: #B69C94;
}
</style>