Shades of Del Rio #B99F8C
Tints of Del Rio #B99F8C
RGB
CMYK
RGB Variations
Color information
#B99F8C (or 0xB99F8C) is known color: Del Rio. HEX triplet: B9, 9F and 8C. RGB value is (185,159,140). Sum of RGB (Red+Green+Blue) = 185+159+140=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F8C is #466073. Grayscale: #A4A4A4. Windows color (decimal): -4612212 or 9215929. OLE color: 9215929.
HSL color Cylindrical-coordinate representation of color #B99F8C: hue angle of 25.33º 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 #B99F8C is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 140 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.27 |
| HSL | 25.33º | 0.24% | 0.64% | - |
| HSV(B) | 25.33º | 0.24% | 0.73% | - |
| XYZ | 37.14 | 37 | 30 | - |
| YUV | 164.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 140 | 0 | 0.14 | 0.24 | 0.27 | 25.33 | 0.24 | 0.64 |
| Hex | B9 | 9F | 8C | 0 | E | 18 | 1B | 19 | 18 | 40 |
| Octal | 271 | 237 | 214 | 0 | 16 | 30 | 33 | 31 | 30 | 100 |
| Binary | 10111001 | 10011111 | 10001100 | 0 | 1110 | 11000 | 11011 | 11001 | 11000 | 1000000 |
Color Harmonies of #B99F8C
Complementary color
Monochromatic Colors of #B99F8C
Black with #B99F8C
Text Example
Text Example
White with #B99F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F8C; }
p { color: rgb(185,159,140); }
H1.HeaderClassName
{
color: #B99F8C;
}
.AnyTagClassName
{
color: #B99F8C;
}
</style>
background-color css
<style>
a { background-color: #B99F8C; }
a { background-color: rgb(185,159,140); }
div.DivClassName
{
background-color: #B99F8C;
}
.BgClassName
{
background-color: #B99F8C;
}
</style>
border-color css
<style>
span { border-color: #B99F8C; }
span { border-color: rgb(185,159,140); }
td.TdClassName
{
border-color: #B99F8C;
}
.TagClassName
{
border-color: #B99F8C;
}
</style>