#B55B74

Color #B55B74 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B55B74

Tints of Blush #B55B74

Color information

#B55B74 (or 0xB55B74) is unknown color: approx Blush. HEX triplet: B5, 5B and 74. RGB value is (181,91,116). Sum of RGB (Red+Green+Blue) = 181+91+116=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B74 is #4AA48B. Grayscale: #787878. Windows color (decimal): -4891788 or 7625653. OLE color: 7625653.

HSL color Cylindrical-coordinate representation of color #B55B74: hue angle of 343.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B74 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18191116-
CMYK00.500.360.29
HSL343.33º37.82%53.33%-
HSV(B)343.33º49.72%70.98%-
XYZ25.9518.5718.74-
YUV120.76125.32170.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=46.65%
G=23.45%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819111600.500.360.29343.3337.8253.33
HexB55B74032241D1572635
Octal26513316406244355274665
Binary1011010110110111110100011001010010011101101010111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B74; }

 p { color: rgb(181,91,116); }

 H1.HeaderClassName
 {
   color: #B55B74;
 }
 .AnyTagClassName
 {
   color: #B55B74;
 }
</style>
background-color css

<style>
 a { background-color: #B55B74; }

 a { background-color: rgb(181,91,116); }

 div.DivClassName
 {
   background-color: #B55B74;
 }
 .BgClassName
 {
   background-color: #B55B74;
 }
</style>
border-color css

<style>
 span { border-color: #B55B74; }

 span { border-color: rgb(181,91,116); }

 td.TdClassName
 {
   border-color: #B55B74;
 }
 .TagClassName
 {
   border-color: #B55B74;
 }
</style>