Shades of Del Rio #B89287
Tints of Del Rio #B89287
RGB
CMYK
RGB Variations
Color information
#B89287 (or 0xB89287) is known color: Del Rio. HEX triplet: B8, 92 and 87. RGB value is (184,146,135). Sum of RGB (Red+Green+Blue) = 184+146+135=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B89287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89287 is #476D78. Grayscale: #9C9C9C. Windows color (decimal): -4681081 or 8884920. OLE color: 8884920.
HSL color Cylindrical-coordinate representation of color #B89287: hue angle of 13.47º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89287 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 135 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.28 |
| HSL | 13.47º | 0.26% | 0.63% | - |
| HSV(B) | 13.47º | 0.27% | 0.72% | - |
| XYZ | 34.42 | 32.5 | 27.38 | - |
| YUV | 156.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 135 | 0 | 0.21 | 0.27 | 0.28 | 13.47 | 0.26 | 0.63 |
| Hex | B8 | 92 | 87 | 0 | 15 | 1B | 1C | D | 1A | 3F |
| Octal | 270 | 222 | 207 | 0 | 25 | 33 | 34 | 15 | 32 | 77 |
| Binary | 10111000 | 10010010 | 10000111 | 0 | 10101 | 11011 | 11100 | 1101 | 11010 | 111111 |
Color Harmonies of #B89287
Complementary color
Monochromatic Colors of #B89287
Black with #B89287
Text Example
Text Example
White with #B89287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89287; }
p { color: rgb(184,146,135); }
H1.HeaderClassName
{
color: #B89287;
}
.AnyTagClassName
{
color: #B89287;
}
</style>
background-color css
<style>
a { background-color: #B89287; }
a { background-color: rgb(184,146,135); }
div.DivClassName
{
background-color: #B89287;
}
.BgClassName
{
background-color: #B89287;
}
</style>
border-color css
<style>
span { border-color: #B89287; }
span { border-color: rgb(184,146,135); }
td.TdClassName
{
border-color: #B89287;
}
.TagClassName
{
border-color: #B89287;
}
</style>