Shades of Blush #B85465
Tints of Blush #B85465
RGB
CMYK
RGB Variations
Color information
#B85465 (or 0xB85465) is known color: Blush. HEX triplet: B8, 54 and 65. RGB value is (184,84,101). Sum of RGB (Red+Green+Blue) = 184+84+101=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85465 is #47AB9A. Grayscale: #737373. Windows color (decimal): -4696987 or 6640824. OLE color: 6640824.
HSL color Cylindrical-coordinate representation of color #B85465: hue angle of 349.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85465 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 101 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.28 |
| HSL | 349.8º | 0.41% | 0.53% | - |
| HSV(B) | 349.8º | 0.54% | 0.72% | - |
| XYZ | 25.29 | 17.47 | 14.35 | - |
| YUV | 115.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 101 | 0 | 0.54 | 0.45 | 0.28 | 349.8 | 0.41 | 0.53 |
| Hex | B8 | 54 | 65 | 0 | 36 | 2D | 1C | 15E | 29 | 35 |
| Octal | 270 | 124 | 145 | 0 | 66 | 55 | 34 | 536 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1100101 | 0 | 110110 | 101101 | 11100 | 101011110 | 101001 | 110101 |
Color Harmonies of #B85465
Complementary color
Monochromatic Colors of #B85465
Black with #B85465
Text Example
Text Example
White with #B85465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85465; }
p { color: rgb(184,84,101); }
H1.HeaderClassName
{
color: #B85465;
}
.AnyTagClassName
{
color: #B85465;
}
</style>
background-color css
<style>
a { background-color: #B85465; }
a { background-color: rgb(184,84,101); }
div.DivClassName
{
background-color: #B85465;
}
.BgClassName
{
background-color: #B85465;
}
</style>
border-color css
<style>
span { border-color: #B85465; }
span { border-color: rgb(184,84,101); }
td.TdClassName
{
border-color: #B85465;
}
.TagClassName
{
border-color: #B85465;
}
</style>