Shades of Del Rio #B19085
Tints of Del Rio #B19085
RGB
CMYK
RGB Variations
Color information
#B19085 (or 0xB19085) is known color: Del Rio. HEX triplet: B1, 90 and 85. RGB value is (177,144,133). Sum of RGB (Red+Green+Blue) = 177+144+133=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B19085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19085 is #4E6F7A. Grayscale: #989898. Windows color (decimal): -5140347 or 8753329. OLE color: 8753329.
HSL color Cylindrical-coordinate representation of color #B19085: hue angle of 15º 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 #B19085 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 133 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.31 |
| HSL | 15º | 0.22% | 0.61% | - |
| HSV(B) | 15º | 0.25% | 0.69% | - |
| XYZ | 32.34 | 30.99 | 26.47 | - |
| YUV | 152.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 133 | 0 | 0.19 | 0.25 | 0.31 | 15 | 0.22 | 0.61 |
| Hex | B1 | 90 | 85 | 0 | 13 | 19 | 1F | F | 16 | 3D |
| Octal | 261 | 220 | 205 | 0 | 23 | 31 | 37 | 17 | 26 | 75 |
| Binary | 10110001 | 10010000 | 10000101 | 0 | 10011 | 11001 | 11111 | 1111 | 10110 | 111101 |
Color Harmonies of #B19085
Complementary color
Monochromatic Colors of #B19085
Black with #B19085
Text Example
Text Example
White with #B19085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19085; }
p { color: rgb(177,144,133); }
H1.HeaderClassName
{
color: #B19085;
}
.AnyTagClassName
{
color: #B19085;
}
</style>
background-color css
<style>
a { background-color: #B19085; }
a { background-color: rgb(177,144,133); }
div.DivClassName
{
background-color: #B19085;
}
.BgClassName
{
background-color: #B19085;
}
</style>
border-color css
<style>
span { border-color: #B19085; }
span { border-color: rgb(177,144,133); }
td.TdClassName
{
border-color: #B19085;
}
.TagClassName
{
border-color: #B19085;
}
</style>