Shades of Blush #B85165
Tints of Blush #B85165
RGB
CMYK
RGB Variations
Color information
#B85165 (or 0xB85165) is known color: Blush. HEX triplet: B8, 51 and 65. RGB value is (184,81,101). Sum of RGB (Red+Green+Blue) = 184+81+101=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B85165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85165 is #47AE9A. Grayscale: #727272. Windows color (decimal): -4697755 or 6640056. OLE color: 6640056.
HSL color Cylindrical-coordinate representation of color #B85165: hue angle of 348.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85165 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 101 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.28 |
| HSL | 348.35º | 0.42% | 0.52% | - |
| HSV(B) | 348.35º | 0.56% | 0.72% | - |
| XYZ | 25.06 | 17.01 | 14.28 | - |
| YUV | 114.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 101 | 0 | 0.56 | 0.45 | 0.28 | 348.35 | 0.42 | 0.52 |
| Hex | B8 | 51 | 65 | 0 | 38 | 2D | 1C | 15C | 2A | 34 |
| Octal | 270 | 121 | 145 | 0 | 70 | 55 | 34 | 534 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1100101 | 0 | 111000 | 101101 | 11100 | 101011100 | 101010 | 110100 |
Color Harmonies of #B85165
Complementary color
Monochromatic Colors of #B85165
Black with #B85165
Text Example
Text Example
White with #B85165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85165; }
p { color: rgb(184,81,101); }
H1.HeaderClassName
{
color: #B85165;
}
.AnyTagClassName
{
color: #B85165;
}
</style>
background-color css
<style>
a { background-color: #B85165; }
a { background-color: rgb(184,81,101); }
div.DivClassName
{
background-color: #B85165;
}
.BgClassName
{
background-color: #B85165;
}
</style>
border-color css
<style>
span { border-color: #B85165; }
span { border-color: rgb(184,81,101); }
td.TdClassName
{
border-color: #B85165;
}
.TagClassName
{
border-color: #B85165;
}
</style>