Shades of Del Rio #B19385
Tints of Del Rio #B19385
RGB
CMYK
RGB Variations
Color information
#B19385 (or 0xB19385) is known color: Del Rio. HEX triplet: B1, 93 and 85. RGB value is (177,147,133). Sum of RGB (Red+Green+Blue) = 177+147+133=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19385 is #4E6C7A. Grayscale: #9A9A9A. Windows color (decimal): -5139579 or 8754097. OLE color: 8754097.
HSL color Cylindrical-coordinate representation of color #B19385: hue angle of 19.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19385 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 133 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.31 |
| HSL | 19.09º | 0.22% | 0.61% | - |
| HSV(B) | 19.09º | 0.25% | 0.69% | - |
| XYZ | 32.8 | 31.91 | 26.62 | - |
| YUV | 154.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 133 | 0 | 0.17 | 0.25 | 0.31 | 19.09 | 0.22 | 0.61 |
| Hex | B1 | 93 | 85 | 0 | 11 | 19 | 1F | 13 | 16 | 3D |
| Octal | 261 | 223 | 205 | 0 | 21 | 31 | 37 | 23 | 26 | 75 |
| Binary | 10110001 | 10010011 | 10000101 | 0 | 10001 | 11001 | 11111 | 10011 | 10110 | 111101 |
Color Harmonies of #B19385
Complementary color
Monochromatic Colors of #B19385
Black with #B19385
Text Example
Text Example
White with #B19385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19385; }
p { color: rgb(177,147,133); }
H1.HeaderClassName
{
color: #B19385;
}
.AnyTagClassName
{
color: #B19385;
}
</style>
background-color css
<style>
a { background-color: #B19385; }
a { background-color: rgb(177,147,133); }
div.DivClassName
{
background-color: #B19385;
}
.BgClassName
{
background-color: #B19385;
}
</style>
border-color css
<style>
span { border-color: #B19385; }
span { border-color: rgb(177,147,133); }
td.TdClassName
{
border-color: #B19385;
}
.TagClassName
{
border-color: #B19385;
}
</style>