Shades of Del Rio #B69D93
Tints of Del Rio #B69D93
RGB
CMYK
RGB Variations
Color information
#B69D93 (or 0xB69D93) is known color: Del Rio. HEX triplet: B6, 9D and 93. RGB value is (182,157,147). Sum of RGB (Red+Green+Blue) = 182+157+147=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D93 is #49626C. Grayscale: #A3A3A3. Windows color (decimal): -4809325 or 9674166. OLE color: 9674166.
HSL color Cylindrical-coordinate representation of color #B69D93: hue angle of 17.14º 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 #B69D93 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 157 | 147 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.29 |
| HSL | 17.14º | 0.19% | 0.65% | - |
| HSV(B) | 17.14º | 0.19% | 0.71% | - |
| XYZ | 36.61 | 36.17 | 32.65 | - |
| YUV | 163.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 157 | 147 | 0 | 0.14 | 0.19 | 0.29 | 17.14 | 0.19 | 0.65 |
| Hex | B6 | 9D | 93 | 0 | E | 13 | 1D | 11 | 13 | 41 |
| Octal | 266 | 235 | 223 | 0 | 16 | 23 | 35 | 21 | 23 | 101 |
| Binary | 10110110 | 10011101 | 10010011 | 0 | 1110 | 10011 | 11101 | 10001 | 10011 | 1000001 |
Color Harmonies of #B69D93
Complementary color
Monochromatic Colors of #B69D93
Black with #B69D93
Text Example
Text Example
White with #B69D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69D93; }
p { color: rgb(182,157,147); }
H1.HeaderClassName
{
color: #B69D93;
}
.AnyTagClassName
{
color: #B69D93;
}
</style>
background-color css
<style>
a { background-color: #B69D93; }
a { background-color: rgb(182,157,147); }
div.DivClassName
{
background-color: #B69D93;
}
.BgClassName
{
background-color: #B69D93;
}
</style>
border-color css
<style>
span { border-color: #B69D93; }
span { border-color: rgb(182,157,147); }
td.TdClassName
{
border-color: #B69D93;
}
.TagClassName
{
border-color: #B69D93;
}
</style>