Shades of Blush #B85D65
Tints of Blush #B85D65
RGB
CMYK
RGB Variations
Color information
#B85D65 (or 0xB85D65) is known color: Blush. HEX triplet: B8, 5D and 65. RGB value is (184,93,101). Sum of RGB (Red+Green+Blue) = 184+93+101=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D65 is #47A29A. Grayscale: #797979. Windows color (decimal): -4694683 or 6643128. OLE color: 6643128.
HSL color Cylindrical-coordinate representation of color #B85D65: hue angle of 354.73º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D65 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 101 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.28 |
| HSL | 354.73º | 0.39% | 0.54% | - |
| HSV(B) | 354.73º | 0.49% | 0.72% | - |
| XYZ | 26.03 | 18.96 | 14.6 | - |
| YUV | 121.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 101 | 0 | 0.49 | 0.45 | 0.28 | 354.73 | 0.39 | 0.54 |
| Hex | B8 | 5D | 65 | 0 | 31 | 2D | 1C | 163 | 27 | 36 |
| Octal | 270 | 135 | 145 | 0 | 61 | 55 | 34 | 543 | 47 | 66 |
| Binary | 10111000 | 1011101 | 1100101 | 0 | 110001 | 101101 | 11100 | 101100011 | 100111 | 110110 |
Color Harmonies of #B85D65
Complementary color
Monochromatic Colors of #B85D65
Black with #B85D65
Text Example
Text Example
White with #B85D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D65; }
p { color: rgb(184,93,101); }
H1.HeaderClassName
{
color: #B85D65;
}
.AnyTagClassName
{
color: #B85D65;
}
</style>
background-color css
<style>
a { background-color: #B85D65; }
a { background-color: rgb(184,93,101); }
div.DivClassName
{
background-color: #B85D65;
}
.BgClassName
{
background-color: #B85D65;
}
</style>
border-color css
<style>
span { border-color: #B85D65; }
span { border-color: rgb(184,93,101); }
td.TdClassName
{
border-color: #B85D65;
}
.TagClassName
{
border-color: #B85D65;
}
</style>