Shades of Del Rio #B89989
Tints of Del Rio #B89989
RGB
CMYK
RGB Variations
Color information
#B89989 (or 0xB89989) is known color: Del Rio. HEX triplet: B8, 99 and 89. RGB value is (184,153,137). Sum of RGB (Red+Green+Blue) = 184+153+137=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B89989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89989 is #476676. Grayscale: #A0A0A0. Windows color (decimal): -4679287 or 9017784. OLE color: 9017784.
HSL color Cylindrical-coordinate representation of color #B89989: hue angle of 20.43º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89989 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 137 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.28 |
| HSL | 20.43º | 0.25% | 0.63% | - |
| HSV(B) | 20.43º | 0.26% | 0.72% | - |
| XYZ | 35.67 | 34.78 | 28.5 | - |
| YUV | 160.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 137 | 0 | 0.17 | 0.26 | 0.28 | 20.43 | 0.25 | 0.63 |
| Hex | B8 | 99 | 89 | 0 | 11 | 1A | 1C | 14 | 19 | 3F |
| Octal | 270 | 231 | 211 | 0 | 21 | 32 | 34 | 24 | 31 | 77 |
| Binary | 10111000 | 10011001 | 10001001 | 0 | 10001 | 11010 | 11100 | 10100 | 11001 | 111111 |
Color Harmonies of #B89989
Complementary color
Monochromatic Colors of #B89989
Black with #B89989
Text Example
Text Example
White with #B89989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89989; }
p { color: rgb(184,153,137); }
H1.HeaderClassName
{
color: #B89989;
}
.AnyTagClassName
{
color: #B89989;
}
</style>
background-color css
<style>
a { background-color: #B89989; }
a { background-color: rgb(184,153,137); }
div.DivClassName
{
background-color: #B89989;
}
.BgClassName
{
background-color: #B89989;
}
</style>
border-color css
<style>
span { border-color: #B89989; }
span { border-color: rgb(184,153,137); }
td.TdClassName
{
border-color: #B89989;
}
.TagClassName
{
border-color: #B89989;
}
</style>