Shades of Del Rio #B99A90
Tints of Del Rio #B99A90
RGB
CMYK
RGB Variations
Color information
#B99A90 (or 0xB99A90) is known color: Del Rio. HEX triplet: B9, 9A and 90. RGB value is (185,154,144). Sum of RGB (Red+Green+Blue) = 185+154+144=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A90 is #46656F. Grayscale: #A2A2A2. Windows color (decimal): -4613488 or 9476793. OLE color: 9476793.
HSL color Cylindrical-coordinate representation of color #B99A90: hue angle of 14.63º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99A90 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 144 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.27 |
| HSL | 14.63º | 0.23% | 0.65% | - |
| HSV(B) | 14.63º | 0.22% | 0.73% | - |
| XYZ | 36.6 | 35.44 | 31.3 | - |
| YUV | 162.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 144 | 0 | 0.17 | 0.22 | 0.27 | 14.63 | 0.23 | 0.65 |
| Hex | B9 | 9A | 90 | 0 | 11 | 16 | 1B | F | 17 | 41 |
| Octal | 271 | 232 | 220 | 0 | 21 | 26 | 33 | 17 | 27 | 101 |
| Binary | 10111001 | 10011010 | 10010000 | 0 | 10001 | 10110 | 11011 | 1111 | 10111 | 1000001 |
Color Harmonies of #B99A90
Complementary color
Monochromatic Colors of #B99A90
Black with #B99A90
Text Example
Text Example
White with #B99A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A90; }
p { color: rgb(185,154,144); }
H1.HeaderClassName
{
color: #B99A90;
}
.AnyTagClassName
{
color: #B99A90;
}
</style>
background-color css
<style>
a { background-color: #B99A90; }
a { background-color: rgb(185,154,144); }
div.DivClassName
{
background-color: #B99A90;
}
.BgClassName
{
background-color: #B99A90;
}
</style>
border-color css
<style>
span { border-color: #B99A90; }
span { border-color: rgb(185,154,144); }
td.TdClassName
{
border-color: #B99A90;
}
.TagClassName
{
border-color: #B99A90;
}
</style>