Shades of Del Rio #B89589
Tints of Del Rio #B89589
RGB
CMYK
RGB Variations
Color information
#B89589 (or 0xB89589) is known color: Del Rio. HEX triplet: B8, 95 and 89. RGB value is (184,149,137). Sum of RGB (Red+Green+Blue) = 184+149+137=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B89589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89589 is #476A76. Grayscale: #9E9E9E. Windows color (decimal): -4680311 or 9016760. OLE color: 9016760.
HSL color Cylindrical-coordinate representation of color #B89589: hue angle of 15.32º 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 #B89589 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 137 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.28 |
| HSL | 15.32º | 0.25% | 0.63% | - |
| HSV(B) | 15.32º | 0.26% | 0.72% | - |
| XYZ | 35.03 | 33.49 | 28.29 | - |
| YUV | 158.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 137 | 0 | 0.19 | 0.26 | 0.28 | 15.32 | 0.25 | 0.63 |
| Hex | B8 | 95 | 89 | 0 | 13 | 1A | 1C | F | 19 | 3F |
| Octal | 270 | 225 | 211 | 0 | 23 | 32 | 34 | 17 | 31 | 77 |
| Binary | 10111000 | 10010101 | 10001001 | 0 | 10011 | 11010 | 11100 | 1111 | 11001 | 111111 |
Color Harmonies of #B89589
Complementary color
Monochromatic Colors of #B89589
Black with #B89589
Text Example
Text Example
White with #B89589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89589; }
p { color: rgb(184,149,137); }
H1.HeaderClassName
{
color: #B89589;
}
.AnyTagClassName
{
color: #B89589;
}
</style>
background-color css
<style>
a { background-color: #B89589; }
a { background-color: rgb(184,149,137); }
div.DivClassName
{
background-color: #B89589;
}
.BgClassName
{
background-color: #B89589;
}
</style>
border-color css
<style>
span { border-color: #B89589; }
span { border-color: rgb(184,149,137); }
td.TdClassName
{
border-color: #B89589;
}
.TagClassName
{
border-color: #B89589;
}
</style>