Shades of Blush #B85B65
Tints of Blush #B85B65
RGB
CMYK
RGB Variations
Color information
#B85B65 (or 0xB85B65) is known color: Blush. HEX triplet: B8, 5B and 65. RGB value is (184,91,101). Sum of RGB (Red+Green+Blue) = 184+91+101=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B65 is #47A49A. Grayscale: #777777. Windows color (decimal): -4695195 or 6642616. OLE color: 6642616.
HSL color Cylindrical-coordinate representation of color #B85B65: hue angle of 353.55º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B65 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 101 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.28 |
| HSL | 353.55º | 0.4% | 0.54% | - |
| HSV(B) | 353.55º | 0.51% | 0.72% | - |
| XYZ | 25.86 | 18.61 | 14.54 | - |
| YUV | 119.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 101 | 0 | 0.51 | 0.45 | 0.28 | 353.55 | 0.4 | 0.54 |
| Hex | B8 | 5B | 65 | 0 | 33 | 2D | 1C | 162 | 28 | 36 |
| Octal | 270 | 133 | 145 | 0 | 63 | 55 | 34 | 542 | 50 | 66 |
| Binary | 10111000 | 1011011 | 1100101 | 0 | 110011 | 101101 | 11100 | 101100010 | 101000 | 110110 |
Color Harmonies of #B85B65
Complementary color
Monochromatic Colors of #B85B65
Black with #B85B65
Text Example
Text Example
White with #B85B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85B65; }
p { color: rgb(184,91,101); }
H1.HeaderClassName
{
color: #B85B65;
}
.AnyTagClassName
{
color: #B85B65;
}
</style>
background-color css
<style>
a { background-color: #B85B65; }
a { background-color: rgb(184,91,101); }
div.DivClassName
{
background-color: #B85B65;
}
.BgClassName
{
background-color: #B85B65;
}
</style>
border-color css
<style>
span { border-color: #B85B65; }
span { border-color: rgb(184,91,101); }
td.TdClassName
{
border-color: #B85B65;
}
.TagClassName
{
border-color: #B85B65;
}
</style>