Shades of Del Rio #B99B8D
Tints of Del Rio #B99B8D
RGB
CMYK
RGB Variations
Color information
#B99B8D (or 0xB99B8D) is known color: Del Rio. HEX triplet: B9, 9B and 8D. RGB value is (185,155,141). Sum of RGB (Red+Green+Blue) = 185+155+141=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B8D is #466472. Grayscale: #A2A2A2. Windows color (decimal): -4613235 or 9280441. OLE color: 9280441.
HSL color Cylindrical-coordinate representation of color #B99B8D: hue angle of 19.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99B8D is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 141 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.27 |
| HSL | 19.09º | 0.24% | 0.64% | - |
| HSV(B) | 19.09º | 0.24% | 0.73% | - |
| XYZ | 36.54 | 35.68 | 30.16 | - |
| YUV | 162.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 141 | 0 | 0.16 | 0.24 | 0.27 | 19.09 | 0.24 | 0.64 |
| Hex | B9 | 9B | 8D | 0 | 10 | 18 | 1B | 13 | 18 | 40 |
| Octal | 271 | 233 | 215 | 0 | 20 | 30 | 33 | 23 | 30 | 100 |
| Binary | 10111001 | 10011011 | 10001101 | 0 | 10000 | 11000 | 11011 | 10011 | 11000 | 1000000 |
Color Harmonies of #B99B8D
Complementary color
Monochromatic Colors of #B99B8D
Black with #B99B8D
Text Example
Text Example
White with #B99B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B8D; }
p { color: rgb(185,155,141); }
H1.HeaderClassName
{
color: #B99B8D;
}
.AnyTagClassName
{
color: #B99B8D;
}
</style>
background-color css
<style>
a { background-color: #B99B8D; }
a { background-color: rgb(185,155,141); }
div.DivClassName
{
background-color: #B99B8D;
}
.BgClassName
{
background-color: #B99B8D;
}
</style>
border-color css
<style>
span { border-color: #B99B8D; }
span { border-color: rgb(185,155,141); }
td.TdClassName
{
border-color: #B99B8D;
}
.TagClassName
{
border-color: #B99B8D;
}
</style>