Shades of Del Rio #B99E8F
Tints of Del Rio #B99E8F
RGB
CMYK
RGB Variations
Color information
#B99E8F (or 0xB99E8F) is known color: Del Rio. HEX triplet: B9, 9E and 8F. RGB value is (185,158,143). Sum of RGB (Red+Green+Blue) = 185+158+143=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E8F is #466170. Grayscale: #A4A4A4. Windows color (decimal): -4612465 or 9412281. OLE color: 9412281.
HSL color Cylindrical-coordinate representation of color #B99E8F: hue angle of 21.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99E8F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 143 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.27 |
| HSL | 21.43º | 0.23% | 0.64% | - |
| HSV(B) | 21.43º | 0.23% | 0.73% | - |
| XYZ | 37.19 | 36.75 | 31.12 | - |
| YUV | 164.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 143 | 0 | 0.15 | 0.23 | 0.27 | 21.43 | 0.23 | 0.64 |
| Hex | B9 | 9E | 8F | 0 | F | 17 | 1B | 15 | 17 | 40 |
| Octal | 271 | 236 | 217 | 0 | 17 | 27 | 33 | 25 | 27 | 100 |
| Binary | 10111001 | 10011110 | 10001111 | 0 | 1111 | 10111 | 11011 | 10101 | 10111 | 1000000 |
Color Harmonies of #B99E8F
Complementary color
Monochromatic Colors of #B99E8F
Black with #B99E8F
Text Example
Text Example
White with #B99E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E8F; }
p { color: rgb(185,158,143); }
H1.HeaderClassName
{
color: #B99E8F;
}
.AnyTagClassName
{
color: #B99E8F;
}
</style>
background-color css
<style>
a { background-color: #B99E8F; }
a { background-color: rgb(185,158,143); }
div.DivClassName
{
background-color: #B99E8F;
}
.BgClassName
{
background-color: #B99E8F;
}
</style>
border-color css
<style>
span { border-color: #B99E8F; }
span { border-color: rgb(185,158,143); }
td.TdClassName
{
border-color: #B99E8F;
}
.TagClassName
{
border-color: #B99E8F;
}
</style>