Shades of Del Rio #B89B92
Tints of Del Rio #B89B92
RGB
CMYK
RGB Variations
Color information
#B89B92 (or 0xB89B92) is known color: Del Rio. HEX triplet: B8, 9B and 92. RGB value is (184,155,146). Sum of RGB (Red+Green+Blue) = 184+155+146=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B92 is #47646D. Grayscale: #A2A2A2. Windows color (decimal): -4678766 or 9608120. OLE color: 9608120.
HSL color Cylindrical-coordinate representation of color #B89B92: hue angle of 14.21º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89B92 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 146 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.28 |
| HSL | 14.21º | 0.21% | 0.65% | - |
| HSV(B) | 14.21º | 0.21% | 0.72% | - |
| XYZ | 36.68 | 35.71 | 32.15 | - |
| YUV | 162.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 146 | 0 | 0.16 | 0.21 | 0.28 | 14.21 | 0.21 | 0.65 |
| Hex | B8 | 9B | 92 | 0 | 10 | 15 | 1C | E | 15 | 41 |
| Octal | 270 | 233 | 222 | 0 | 20 | 25 | 34 | 16 | 25 | 101 |
| Binary | 10111000 | 10011011 | 10010010 | 0 | 10000 | 10101 | 11100 | 1110 | 10101 | 1000001 |
Color Harmonies of #B89B92
Complementary color
Monochromatic Colors of #B89B92
Black with #B89B92
Text Example
Text Example
White with #B89B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B92; }
p { color: rgb(184,155,146); }
H1.HeaderClassName
{
color: #B89B92;
}
.AnyTagClassName
{
color: #B89B92;
}
</style>
background-color css
<style>
a { background-color: #B89B92; }
a { background-color: rgb(184,155,146); }
div.DivClassName
{
background-color: #B89B92;
}
.BgClassName
{
background-color: #B89B92;
}
</style>
border-color css
<style>
span { border-color: #B89B92; }
span { border-color: rgb(184,155,146); }
td.TdClassName
{
border-color: #B89B92;
}
.TagClassName
{
border-color: #B89B92;
}
</style>