#B55E64

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

Shades of Blush #B55E64

Tints of Blush #B55E64

Color information

#B55E64 (or 0xB55E64) is unknown color: approx Blush. HEX triplet: B5, 5E and 64. RGB value is (181,94,100). Sum of RGB (Red+Green+Blue) = 181+94+100=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E64 is #4AA19B. Grayscale: #787878. Windows color (decimal): -4891036 or 6577845. OLE color: 6577845.

HSL color Cylindrical-coordinate representation of color #B55E64: hue angle of 355.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E64 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18194100-
CMYK00.480.450.29
HSL355.86º37.02%53.92%-
HSV(B)355.86º48.07%70.98%-
XYZ25.3618.7514.34-
YUV120.7116.32171.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=48.27%
G=25.07%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819410000.480.450.29355.8637.0253.92
HexB55E640302D1D1642536
Octal26513614406055355444566
Binary1011010110111101100100011000010110111101101100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E64; }

 p { color: rgb(181,94,100); }

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

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

 a { background-color: rgb(181,94,100); }

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

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

 span { border-color: rgb(181,94,100); }

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