Shades of Del Rio #B89B93
Tints of Del Rio #B89B93
RGB
CMYK
RGB Variations
Color information
#B89B93 (or 0xB89B93) is known color: Del Rio. HEX triplet: B8, 9B and 93. RGB value is (184,155,147). Sum of RGB (Red+Green+Blue) = 184+155+147=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B93 is #47646C. Grayscale: #A2A2A2. Windows color (decimal): -4678765 or 9673656. OLE color: 9673656.
HSL color Cylindrical-coordinate representation of color #B89B93: hue angle of 12.97º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B89B93 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 147 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.28 |
| HSL | 12.97º | 0.21% | 0.65% | - |
| HSV(B) | 12.97º | 0.2% | 0.72% | - |
| XYZ | 36.75 | 35.74 | 32.57 | - |
| YUV | 162.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 147 | 0 | 0.16 | 0.20 | 0.28 | 12.97 | 0.21 | 0.65 |
| Hex | B8 | 9B | 93 | 0 | 10 | 14 | 1C | D | 15 | 41 |
| Octal | 270 | 233 | 223 | 0 | 20 | 24 | 34 | 15 | 25 | 101 |
| Binary | 10111000 | 10011011 | 10010011 | 0 | 10000 | 10100 | 11100 | 1101 | 10101 | 1000001 |
Color Harmonies of #B89B93
Complementary color
Monochromatic Colors of #B89B93
Black with #B89B93
Text Example
Text Example
White with #B89B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B93; }
p { color: rgb(184,155,147); }
H1.HeaderClassName
{
color: #B89B93;
}
.AnyTagClassName
{
color: #B89B93;
}
</style>
background-color css
<style>
a { background-color: #B89B93; }
a { background-color: rgb(184,155,147); }
div.DivClassName
{
background-color: #B89B93;
}
.BgClassName
{
background-color: #B89B93;
}
</style>
border-color css
<style>
span { border-color: #B89B93; }
span { border-color: rgb(184,155,147); }
td.TdClassName
{
border-color: #B89B93;
}
.TagClassName
{
border-color: #B89B93;
}
</style>