Shades of Del Rio #B89685
Tints of Del Rio #B89685
RGB
CMYK
RGB Variations
Color information
#B89685 (or 0xB89685) is known color: Del Rio. HEX triplet: B8, 96 and 85. RGB value is (184,150,133). Sum of RGB (Red+Green+Blue) = 184+150+133=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B89685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89685 is #47697A. Grayscale: #9E9E9E. Windows color (decimal): -4680059 or 8754872. OLE color: 8754872.
HSL color Cylindrical-coordinate representation of color #B89685: hue angle of 20º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89685 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 133 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.28 |
| HSL | 20º | 0.26% | 0.62% | - |
| HSV(B) | 20º | 0.28% | 0.72% | - |
| XYZ | 34.91 | 33.7 | 26.85 | - |
| YUV | 158.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 133 | 0 | 0.18 | 0.28 | 0.28 | 20 | 0.26 | 0.62 |
| Hex | B8 | 96 | 85 | 0 | 12 | 1C | 1C | 14 | 1A | 3E |
| Octal | 270 | 226 | 205 | 0 | 22 | 34 | 34 | 24 | 32 | 76 |
| Binary | 10111000 | 10010110 | 10000101 | 0 | 10010 | 11100 | 11100 | 10100 | 11010 | 111110 |
Color Harmonies of #B89685
Complementary color
Monochromatic Colors of #B89685
Black with #B89685
Text Example
Text Example
White with #B89685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89685; }
p { color: rgb(184,150,133); }
H1.HeaderClassName
{
color: #B89685;
}
.AnyTagClassName
{
color: #B89685;
}
</style>
background-color css
<style>
a { background-color: #B89685; }
a { background-color: rgb(184,150,133); }
div.DivClassName
{
background-color: #B89685;
}
.BgClassName
{
background-color: #B89685;
}
</style>
border-color css
<style>
span { border-color: #B89685; }
span { border-color: rgb(184,150,133); }
td.TdClassName
{
border-color: #B89685;
}
.TagClassName
{
border-color: #B89685;
}
</style>