Shades of Del Rio #B69286
Tints of Del Rio #B69286
RGB
CMYK
RGB Variations
Color information
#B69286 (or 0xB69286) is known color: Del Rio. HEX triplet: B6, 92 and 86. RGB value is (182,146,134). Sum of RGB (Red+Green+Blue) = 182+146+134=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69286 is #496D79. Grayscale: #9B9B9B. Windows color (decimal): -4812154 or 8819382. OLE color: 8819382.
HSL color Cylindrical-coordinate representation of color #B69286: hue angle of 15º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69286 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 146 | 134 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.29 |
| HSL | 15º | 0.25% | 0.62% | - |
| HSV(B) | 15º | 0.26% | 0.71% | - |
| XYZ | 33.87 | 32.22 | 26.99 | - |
| YUV | 155.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 134 | 0 | 0.20 | 0.26 | 0.29 | 15 | 0.25 | 0.62 |
| Hex | B6 | 92 | 86 | 0 | 14 | 1A | 1D | F | 19 | 3E |
| Octal | 266 | 222 | 206 | 0 | 24 | 32 | 35 | 17 | 31 | 76 |
| Binary | 10110110 | 10010010 | 10000110 | 0 | 10100 | 11010 | 11101 | 1111 | 11001 | 111110 |
Color Harmonies of #B69286
Complementary color
Monochromatic Colors of #B69286
Black with #B69286
Text Example
Text Example
White with #B69286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69286; }
p { color: rgb(182,146,134); }
H1.HeaderClassName
{
color: #B69286;
}
.AnyTagClassName
{
color: #B69286;
}
</style>
background-color css
<style>
a { background-color: #B69286; }
a { background-color: rgb(182,146,134); }
div.DivClassName
{
background-color: #B69286;
}
.BgClassName
{
background-color: #B69286;
}
</style>
border-color css
<style>
span { border-color: #B69286; }
span { border-color: rgb(182,146,134); }
td.TdClassName
{
border-color: #B69286;
}
.TagClassName
{
border-color: #B69286;
}
</style>