#B55C73

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

Shades of Blush #B55C73

Tints of Blush #B55C73

Color information

#B55C73 (or 0xB55C73) is unknown color: approx Blush. HEX triplet: B5, 5C and 73. RGB value is (181,92,115). Sum of RGB (Red+Green+Blue) = 181+92+115=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C73 is #4AA38C. Grayscale: #797979. Windows color (decimal): -4891533 or 7560373. OLE color: 7560373.

HSL color Cylindrical-coordinate representation of color #B55C73: hue angle of 344.49º 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 #B55C73 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18192115-
CMYK00.490.360.29
HSL344.49º37.55%53.53%-
HSV(B)344.49º49.17%70.98%-
XYZ25.9818.7218.46-
YUV121.23124.49170.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=46.65%
G=23.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819211500.490.360.29344.4937.5553.53
HexB55C73031241D1582636
Octal26513416306144355304666
Binary1011010110111001110011011000110010011101101011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C73; }

 p { color: rgb(181,92,115); }

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

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

 a { background-color: rgb(181,92,115); }

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

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

 span { border-color: rgb(181,92,115); }

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