Shades of Del Rio #B69185
Tints of Del Rio #B69185
RGB
CMYK
RGB Variations
Color information
#B69185 (or 0xB69185) is known color: Del Rio. HEX triplet: B6, 91 and 85. RGB value is (182,145,133). Sum of RGB (Red+Green+Blue) = 182+145+133=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B69185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69185 is #496E7A. Grayscale: #9A9A9A. Windows color (decimal): -4812411 or 8753590. OLE color: 8753590.
HSL color Cylindrical-coordinate representation of color #B69185: hue angle of 14.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B69185 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 133 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.29 |
| HSL | 14.69º | 0.25% | 0.62% | - |
| HSV(B) | 14.69º | 0.27% | 0.71% | - |
| XYZ | 33.65 | 31.89 | 26.57 | - |
| YUV | 154.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 133 | 0 | 0.20 | 0.27 | 0.29 | 14.69 | 0.25 | 0.62 |
| Hex | B6 | 91 | 85 | 0 | 14 | 1B | 1D | F | 19 | 3E |
| Octal | 266 | 221 | 205 | 0 | 24 | 33 | 35 | 17 | 31 | 76 |
| Binary | 10110110 | 10010001 | 10000101 | 0 | 10100 | 11011 | 11101 | 1111 | 11001 | 111110 |
Color Harmonies of #B69185
Complementary color
Monochromatic Colors of #B69185
Black with #B69185
Text Example
Text Example
White with #B69185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69185; }
p { color: rgb(182,145,133); }
H1.HeaderClassName
{
color: #B69185;
}
.AnyTagClassName
{
color: #B69185;
}
</style>
background-color css
<style>
a { background-color: #B69185; }
a { background-color: rgb(182,145,133); }
div.DivClassName
{
background-color: #B69185;
}
.BgClassName
{
background-color: #B69185;
}
</style>
border-color css
<style>
span { border-color: #B69185; }
span { border-color: rgb(182,145,133); }
td.TdClassName
{
border-color: #B69185;
}
.TagClassName
{
border-color: #B69185;
}
</style>