Shades of Del Rio #B69B94
Tints of Del Rio #B69B94
RGB
CMYK
RGB Variations
Color information
#B69B94 (or 0xB69B94) is known color: Del Rio. HEX triplet: B6, 9B and 94. RGB value is (182,155,148). Sum of RGB (Red+Green+Blue) = 182+155+148=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B94 is #49646B. Grayscale: #A2A2A2. Windows color (decimal): -4809836 or 9739190. OLE color: 9739190.
HSL color Cylindrical-coordinate representation of color #B69B94: hue angle of 12.35º 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 #B69B94 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 155 | 148 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.29 |
| HSL | 12.35º | 0.19% | 0.65% | - |
| HSV(B) | 12.35º | 0.19% | 0.71% | - |
| XYZ | 36.36 | 35.53 | 32.96 | - |
| YUV | 162.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 148 | 0 | 0.15 | 0.19 | 0.29 | 12.35 | 0.19 | 0.65 |
| Hex | B6 | 9B | 94 | 0 | F | 13 | 1D | C | 13 | 41 |
| Octal | 266 | 233 | 224 | 0 | 17 | 23 | 35 | 14 | 23 | 101 |
| Binary | 10110110 | 10011011 | 10010100 | 0 | 1111 | 10011 | 11101 | 1100 | 10011 | 1000001 |
Color Harmonies of #B69B94
Complementary color
Monochromatic Colors of #B69B94
Black with #B69B94
Text Example
Text Example
White with #B69B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69B94; }
p { color: rgb(182,155,148); }
H1.HeaderClassName
{
color: #B69B94;
}
.AnyTagClassName
{
color: #B69B94;
}
</style>
background-color css
<style>
a { background-color: #B69B94; }
a { background-color: rgb(182,155,148); }
div.DivClassName
{
background-color: #B69B94;
}
.BgClassName
{
background-color: #B69B94;
}
</style>
border-color css
<style>
span { border-color: #B69B94; }
span { border-color: rgb(182,155,148); }
td.TdClassName
{
border-color: #B69B94;
}
.TagClassName
{
border-color: #B69B94;
}
</style>