Shades of Del Rio #B49288
Tints of Del Rio #B49288
RGB
CMYK
RGB Variations
Color information
#B49288 (or 0xB49288) is known color: Del Rio. HEX triplet: B4, 92 and 88. RGB value is (180,146,136). Sum of RGB (Red+Green+Blue) = 180+146+136=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49288 is #4B6D77. Grayscale: #9B9B9B. Windows color (decimal): -4943224 or 8950452. OLE color: 8950452.
HSL color Cylindrical-coordinate representation of color #B49288: hue angle of 13.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49288 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 136 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.29 |
| HSL | 13.64º | 0.23% | 0.62% | - |
| HSV(B) | 13.64º | 0.24% | 0.71% | - |
| XYZ | 33.55 | 32.04 | 27.71 | - |
| YUV | 155.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 136 | 0 | 0.19 | 0.24 | 0.29 | 13.64 | 0.23 | 0.62 |
| Hex | B4 | 92 | 88 | 0 | 13 | 18 | 1D | E | 17 | 3E |
| Octal | 264 | 222 | 210 | 0 | 23 | 30 | 35 | 16 | 27 | 76 |
| Binary | 10110100 | 10010010 | 10001000 | 0 | 10011 | 11000 | 11101 | 1110 | 10111 | 111110 |
Color Harmonies of #B49288
Complementary color
Monochromatic Colors of #B49288
Black with #B49288
Text Example
Text Example
White with #B49288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49288; }
p { color: rgb(180,146,136); }
H1.HeaderClassName
{
color: #B49288;
}
.AnyTagClassName
{
color: #B49288;
}
</style>
background-color css
<style>
a { background-color: #B49288; }
a { background-color: rgb(180,146,136); }
div.DivClassName
{
background-color: #B49288;
}
.BgClassName
{
background-color: #B49288;
}
</style>
border-color css
<style>
span { border-color: #B49288; }
span { border-color: rgb(180,146,136); }
td.TdClassName
{
border-color: #B49288;
}
.TagClassName
{
border-color: #B49288;
}
</style>