Shades of Del Rio #B19487
Tints of Del Rio #B19487
RGB
CMYK
RGB Variations
Color information
#B19487 (or 0xB19487) is known color: Del Rio. HEX triplet: B1, 94 and 87. RGB value is (177,148,135). Sum of RGB (Red+Green+Blue) = 177+148+135=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19487 is #4E6B78. Grayscale: #9B9B9B. Windows color (decimal): -5139321 or 8885425. OLE color: 8885425.
HSL color Cylindrical-coordinate representation of color #B19487: hue angle of 18.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19487 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 135 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.31 |
| HSL | 18.57º | 0.21% | 0.61% | - |
| HSV(B) | 18.57º | 0.24% | 0.69% | - |
| XYZ | 33.09 | 32.28 | 27.41 | - |
| YUV | 155.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 135 | 0 | 0.16 | 0.24 | 0.31 | 18.57 | 0.21 | 0.61 |
| Hex | B1 | 94 | 87 | 0 | 10 | 18 | 1F | 13 | 15 | 3D |
| Octal | 261 | 224 | 207 | 0 | 20 | 30 | 37 | 23 | 25 | 75 |
| Binary | 10110001 | 10010100 | 10000111 | 0 | 10000 | 11000 | 11111 | 10011 | 10101 | 111101 |
Color Harmonies of #B19487
Complementary color
Monochromatic Colors of #B19487
Black with #B19487
Text Example
Text Example
White with #B19487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19487; }
p { color: rgb(177,148,135); }
H1.HeaderClassName
{
color: #B19487;
}
.AnyTagClassName
{
color: #B19487;
}
</style>
background-color css
<style>
a { background-color: #B19487; }
a { background-color: rgb(177,148,135); }
div.DivClassName
{
background-color: #B19487;
}
.BgClassName
{
background-color: #B19487;
}
</style>
border-color css
<style>
span { border-color: #B19487; }
span { border-color: rgb(177,148,135); }
td.TdClassName
{
border-color: #B19487;
}
.TagClassName
{
border-color: #B19487;
}
</style>