Shades of Del Rio #B99384
Tints of Del Rio #B99384
RGB
CMYK
RGB Variations
Color information
#B99384 (or 0xB99384) is known color: Del Rio. HEX triplet: B9, 93 and 84. RGB value is (185,147,132). Sum of RGB (Red+Green+Blue) = 185+147+132=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B99384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99384 is #466C7B. Grayscale: #9C9C9C. Windows color (decimal): -4615292 or 8688569. OLE color: 8688569.
HSL color Cylindrical-coordinate representation of color #B99384: hue angle of 16.98º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99384 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 132 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.27 |
| HSL | 16.98º | 0.27% | 0.62% | - |
| HSV(B) | 16.98º | 0.29% | 0.73% | - |
| XYZ | 34.61 | 32.85 | 26.35 | - |
| YUV | 156.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 132 | 0 | 0.21 | 0.29 | 0.27 | 16.98 | 0.27 | 0.62 |
| Hex | B9 | 93 | 84 | 0 | 15 | 1D | 1B | 11 | 1B | 3E |
| Octal | 271 | 223 | 204 | 0 | 25 | 35 | 33 | 21 | 33 | 76 |
| Binary | 10111001 | 10010011 | 10000100 | 0 | 10101 | 11101 | 11011 | 10001 | 11011 | 111110 |
Color Harmonies of #B99384
Complementary color
Monochromatic Colors of #B99384
Black with #B99384
Text Example
Text Example
White with #B99384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99384; }
p { color: rgb(185,147,132); }
H1.HeaderClassName
{
color: #B99384;
}
.AnyTagClassName
{
color: #B99384;
}
</style>
background-color css
<style>
a { background-color: #B99384; }
a { background-color: rgb(185,147,132); }
div.DivClassName
{
background-color: #B99384;
}
.BgClassName
{
background-color: #B99384;
}
</style>
border-color css
<style>
span { border-color: #B99384; }
span { border-color: rgb(185,147,132); }
td.TdClassName
{
border-color: #B99384;
}
.TagClassName
{
border-color: #B99384;
}
</style>