Shades of Del Rio #B59284
Tints of Del Rio #B59284
RGB
CMYK
RGB Variations
Color information
#B59284 (or 0xB59284) is known color: Del Rio. HEX triplet: B5, 92 and 84. RGB value is (181,146,132). Sum of RGB (Red+Green+Blue) = 181+146+132=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B59284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59284 is #4A6D7B. Grayscale: #9A9A9A. Windows color (decimal): -4877692 or 8688309. OLE color: 8688309.
HSL color Cylindrical-coordinate representation of color #B59284: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B59284 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 132 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.29 |
| HSL | 17.14º | 0.25% | 0.61% | - |
| HSV(B) | 17.14º | 0.27% | 0.71% | - |
| XYZ | 33.5 | 32.05 | 26.25 | - |
| YUV | 154.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 132 | 0 | 0.19 | 0.27 | 0.29 | 17.14 | 0.25 | 0.61 |
| Hex | B5 | 92 | 84 | 0 | 13 | 1B | 1D | 11 | 19 | 3D |
| Octal | 265 | 222 | 204 | 0 | 23 | 33 | 35 | 21 | 31 | 75 |
| Binary | 10110101 | 10010010 | 10000100 | 0 | 10011 | 11011 | 11101 | 10001 | 11001 | 111101 |
Color Harmonies of #B59284
Complementary color
Monochromatic Colors of #B59284
Black with #B59284
Text Example
Text Example
White with #B59284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59284; }
p { color: rgb(181,146,132); }
H1.HeaderClassName
{
color: #B59284;
}
.AnyTagClassName
{
color: #B59284;
}
</style>
background-color css
<style>
a { background-color: #B59284; }
a { background-color: rgb(181,146,132); }
div.DivClassName
{
background-color: #B59284;
}
.BgClassName
{
background-color: #B59284;
}
</style>
border-color css
<style>
span { border-color: #B59284; }
span { border-color: rgb(181,146,132); }
td.TdClassName
{
border-color: #B59284;
}
.TagClassName
{
border-color: #B59284;
}
</style>