Shades of Del Rio #B19288
Tints of Del Rio #B19288
RGB
CMYK
RGB Variations
Color information
#B19288 (or 0xB19288) is known color: Del Rio. HEX triplet: B1, 92 and 88. RGB value is (177,146,136). Sum of RGB (Red+Green+Blue) = 177+146+136=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19288 is #4E6D77. Grayscale: #9A9A9A. Windows color (decimal): -5139832 or 8950449. OLE color: 8950449.
HSL color Cylindrical-coordinate representation of color #B19288: hue angle of 14.63º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19288 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 136 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.31 |
| HSL | 14.63º | 0.21% | 0.61% | - |
| HSV(B) | 14.63º | 0.23% | 0.69% | - |
| XYZ | 32.85 | 31.68 | 27.68 | - |
| YUV | 154.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 136 | 0 | 0.18 | 0.23 | 0.31 | 14.63 | 0.21 | 0.61 |
| Hex | B1 | 92 | 88 | 0 | 12 | 17 | 1F | F | 15 | 3D |
| Octal | 261 | 222 | 210 | 0 | 22 | 27 | 37 | 17 | 25 | 75 |
| Binary | 10110001 | 10010010 | 10001000 | 0 | 10010 | 10111 | 11111 | 1111 | 10101 | 111101 |
Color Harmonies of #B19288
Complementary color
Monochromatic Colors of #B19288
Black with #B19288
Text Example
Text Example
White with #B19288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19288; }
p { color: rgb(177,146,136); }
H1.HeaderClassName
{
color: #B19288;
}
.AnyTagClassName
{
color: #B19288;
}
</style>
background-color css
<style>
a { background-color: #B19288; }
a { background-color: rgb(177,146,136); }
div.DivClassName
{
background-color: #B19288;
}
.BgClassName
{
background-color: #B19288;
}
</style>
border-color css
<style>
span { border-color: #B19288; }
span { border-color: rgb(177,146,136); }
td.TdClassName
{
border-color: #B19288;
}
.TagClassName
{
border-color: #B19288;
}
</style>