#B55964

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

Shades of Blush #B55964

Tints of Blush #B55964

Color information

#B55964 (or 0xB55964) is unknown color: approx Blush. HEX triplet: B5, 59 and 64. RGB value is (181,89,100). Sum of RGB (Red+Green+Blue) = 181+89+100=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B55964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55964 is #4AA69B. Grayscale: #757575. Windows color (decimal): -4892316 or 6576565. OLE color: 6576565.

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

Color convert

RGB18189100-
CMYK00.510.450.29
HSL352.83º38.33%52.94%-
HSV(B)352.83º50.83%70.98%-
XYZ24.9317.8914.2-
YUV117.76117.98173.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=48.92%
G=24.05%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818910000.510.450.29352.8338.3352.94
HexB559640332D1D1612635
Octal26513114406355355414665
Binary1011010110110011100100011001110110111101101100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55964; }

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

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

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

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

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

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

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

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