Shades of Blush #B85C71
Tints of Blush #B85C71
RGB
CMYK
RGB Variations
Color information
#B85C71 (or 0xB85C71) is known color: Blush. HEX triplet: B8, 5C and 71. RGB value is (184,92,113). Sum of RGB (Red+Green+Blue) = 184+92+113=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C71 is #47A38E. Grayscale: #797979. Windows color (decimal): -4694927 or 7429304. OLE color: 7429304.
HSL color Cylindrical-coordinate representation of color #B85C71: hue angle of 346.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C71 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 113 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.28 |
| HSL | 346.3º | 0.39% | 0.54% | - |
| HSV(B) | 346.3º | 0.5% | 0.72% | - |
| XYZ | 26.57 | 19.04 | 17.9 | - |
| YUV | 121.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 113 | 0 | 0.50 | 0.39 | 0.28 | 346.3 | 0.39 | 0.54 |
| Hex | B8 | 5C | 71 | 0 | 32 | 27 | 1C | 15A | 27 | 36 |
| Octal | 270 | 134 | 161 | 0 | 62 | 47 | 34 | 532 | 47 | 66 |
| Binary | 10111000 | 1011100 | 1110001 | 0 | 110010 | 100111 | 11100 | 101011010 | 100111 | 110110 |
Color Harmonies of #B85C71
Complementary color
Monochromatic Colors of #B85C71
Black with #B85C71
Text Example
Text Example
White with #B85C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C71; }
p { color: rgb(184,92,113); }
H1.HeaderClassName
{
color: #B85C71;
}
.AnyTagClassName
{
color: #B85C71;
}
</style>
background-color css
<style>
a { background-color: #B85C71; }
a { background-color: rgb(184,92,113); }
div.DivClassName
{
background-color: #B85C71;
}
.BgClassName
{
background-color: #B85C71;
}
</style>
border-color css
<style>
span { border-color: #B85C71; }
span { border-color: rgb(184,92,113); }
td.TdClassName
{
border-color: #B85C71;
}
.TagClassName
{
border-color: #B85C71;
}
</style>