Shades of Del Rio #B99C96
Tints of Del Rio #B99C96
RGB
CMYK
RGB Variations
Color information
#B99C96 (or 0xB99C96) is known color: Del Rio. HEX triplet: B9, 9C and 96. RGB value is (185,156,150). Sum of RGB (Red+Green+Blue) = 185+156+150=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C96 is #466369. Grayscale: #A4A4A4. Windows color (decimal): -4612970 or 9870521. OLE color: 9870521.
HSL color Cylindrical-coordinate representation of color #B99C96: hue angle of 10.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99C96 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 150 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.27 |
| HSL | 10.29º | 0.2% | 0.66% | - |
| HSV(B) | 10.29º | 0.19% | 0.73% | - |
| XYZ | 37.4 | 36.29 | 33.89 | - |
| YUV | 163.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 150 | 0 | 0.16 | 0.19 | 0.27 | 10.29 | 0.2 | 0.66 |
| Hex | B9 | 9C | 96 | 0 | 10 | 13 | 1B | A | 14 | 42 |
| Octal | 271 | 234 | 226 | 0 | 20 | 23 | 33 | 12 | 24 | 102 |
| Binary | 10111001 | 10011100 | 10010110 | 0 | 10000 | 10011 | 11011 | 1010 | 10100 | 1000010 |
Color Harmonies of #B99C96
Complementary color
Monochromatic Colors of #B99C96
Black with #B99C96
Text Example
Text Example
White with #B99C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C96; }
p { color: rgb(185,156,150); }
H1.HeaderClassName
{
color: #B99C96;
}
.AnyTagClassName
{
color: #B99C96;
}
</style>
background-color css
<style>
a { background-color: #B99C96; }
a { background-color: rgb(185,156,150); }
div.DivClassName
{
background-color: #B99C96;
}
.BgClassName
{
background-color: #B99C96;
}
</style>
border-color css
<style>
span { border-color: #B99C96; }
span { border-color: rgb(185,156,150); }
td.TdClassName
{
border-color: #B99C96;
}
.TagClassName
{
border-color: #B99C96;
}
</style>