Shades of Del Rio #B89D96
Tints of Del Rio #B89D96
RGB
CMYK
RGB Variations
Color information
#B89D96 (or 0xB89D96) is known color: Del Rio. HEX triplet: B8, 9D and 96. RGB value is (184,157,150). Sum of RGB (Red+Green+Blue) = 184+157+150=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89D96 is #476269. Grayscale: #A4A4A4. Windows color (decimal): -4678250 or 9870776. OLE color: 9870776.
HSL color Cylindrical-coordinate representation of color #B89D96: hue angle of 12.35º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89D96 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 150 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.28 |
| HSL | 12.35º | 0.19% | 0.65% | - |
| HSV(B) | 12.35º | 0.18% | 0.72% | - |
| XYZ | 37.33 | 36.51 | 33.93 | - |
| YUV | 164.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 150 | 0 | 0.15 | 0.18 | 0.28 | 12.35 | 0.19 | 0.65 |
| Hex | B8 | 9D | 96 | 0 | F | 12 | 1C | C | 13 | 41 |
| Octal | 270 | 235 | 226 | 0 | 17 | 22 | 34 | 14 | 23 | 101 |
| Binary | 10111000 | 10011101 | 10010110 | 0 | 1111 | 10010 | 11100 | 1100 | 10011 | 1000001 |
Color Harmonies of #B89D96
Complementary color
Monochromatic Colors of #B89D96
Black with #B89D96
Text Example
Text Example
White with #B89D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D96; }
p { color: rgb(184,157,150); }
H1.HeaderClassName
{
color: #B89D96;
}
.AnyTagClassName
{
color: #B89D96;
}
</style>
background-color css
<style>
a { background-color: #B89D96; }
a { background-color: rgb(184,157,150); }
div.DivClassName
{
background-color: #B89D96;
}
.BgClassName
{
background-color: #B89D96;
}
</style>
border-color css
<style>
span { border-color: #B89D96; }
span { border-color: rgb(184,157,150); }
td.TdClassName
{
border-color: #B89D96;
}
.TagClassName
{
border-color: #B89D96;
}
</style>