Shades of Blush #B85A74
Tints of Blush #B85A74
RGB
CMYK
RGB Variations
Color information
#B85A74 (or 0xB85A74) is known color: Blush. HEX triplet: B8, 5A and 74. RGB value is (184,90,116). Sum of RGB (Red+Green+Blue) = 184+90+116=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A74 is #47A58B. Grayscale: #797979. Windows color (decimal): -4695436 or 7625400. OLE color: 7625400.
HSL color Cylindrical-coordinate representation of color #B85A74: hue angle of 343.4º 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 #B85A74 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 116 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.28 |
| HSL | 343.4º | 0.4% | 0.54% | - |
| HSV(B) | 343.4º | 0.51% | 0.72% | - |
| XYZ | 26.58 | 18.76 | 18.74 | - |
| YUV | 121.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 116 | 0 | 0.51 | 0.37 | 0.28 | 343.4 | 0.4 | 0.54 |
| Hex | B8 | 5A | 74 | 0 | 33 | 25 | 1C | 157 | 28 | 36 |
| Octal | 270 | 132 | 164 | 0 | 63 | 45 | 34 | 527 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1110100 | 0 | 110011 | 100101 | 11100 | 101010111 | 101000 | 110110 |
Color Harmonies of #B85A74
Complementary color
Monochromatic Colors of #B85A74
Black with #B85A74
Text Example
Text Example
White with #B85A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A74; }
p { color: rgb(184,90,116); }
H1.HeaderClassName
{
color: #B85A74;
}
.AnyTagClassName
{
color: #B85A74;
}
</style>
background-color css
<style>
a { background-color: #B85A74; }
a { background-color: rgb(184,90,116); }
div.DivClassName
{
background-color: #B85A74;
}
.BgClassName
{
background-color: #B85A74;
}
</style>
border-color css
<style>
span { border-color: #B85A74; }
span { border-color: rgb(184,90,116); }
td.TdClassName
{
border-color: #B85A74;
}
.TagClassName
{
border-color: #B85A74;
}
</style>