Shades of Blush #B55C74
Tints of Blush #B55C74
RGB
CMYK
RGB Variations
Color information
#B55C74 (or 0xB55C74) is known color: Blush. HEX triplet: B5, 5C and 74. RGB value is (181,92,116). Sum of RGB (Red+Green+Blue) = 181+92+116=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C74 is #4AA38B. Grayscale: #797979. Windows color (decimal): -4891532 or 7625909. OLE color: 7625909.
HSL color Cylindrical-coordinate representation of color #B55C74: hue angle of 343.82º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C74 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 116 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.29 |
| HSL | 343.82º | 0.38% | 0.54% | - |
| HSV(B) | 343.82º | 0.49% | 0.71% | - |
| XYZ | 26.04 | 18.74 | 18.77 | - |
| YUV | 121.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 116 | 0 | 0.49 | 0.36 | 0.29 | 343.82 | 0.38 | 0.54 |
| Hex | B5 | 5C | 74 | 0 | 31 | 24 | 1D | 158 | 26 | 36 |
| Octal | 265 | 134 | 164 | 0 | 61 | 44 | 35 | 530 | 46 | 66 |
| Binary | 10110101 | 1011100 | 1110100 | 0 | 110001 | 100100 | 11101 | 101011000 | 100110 | 110110 |
Color Harmonies of #B55C74
Complementary color
Monochromatic Colors of #B55C74
Black with #B55C74
Text Example
Text Example
White with #B55C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C74; }
p { color: rgb(181,92,116); }
H1.HeaderClassName
{
color: #B55C74;
}
.AnyTagClassName
{
color: #B55C74;
}
</style>
background-color css
<style>
a { background-color: #B55C74; }
a { background-color: rgb(181,92,116); }
div.DivClassName
{
background-color: #B55C74;
}
.BgClassName
{
background-color: #B55C74;
}
</style>
border-color css
<style>
span { border-color: #B55C74; }
span { border-color: rgb(181,92,116); }
td.TdClassName
{
border-color: #B55C74;
}
.TagClassName
{
border-color: #B55C74;
}
</style>