#B44B64

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

Shades of Blush #B44B64

Tints of Blush #B44B64

Color information

#B44B64 (or 0xB44B64) is unknown color: approx Blush. HEX triplet: B4, 4B and 64. RGB value is (180,75,100). Sum of RGB (Red+Green+Blue) = 180+75+100=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B64 is #4BB49B. Grayscale: #6D6D6D. Windows color (decimal): -4961436 or 6572980. OLE color: 6572980.

HSL color Cylindrical-coordinate representation of color #B44B64: hue angle of 345.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44B64 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18075100-
CMYK00.580.440.29
HSL345.71º41.18%50%-
HSV(B)345.71º58.33%70.59%-
XYZ23.6415.6613.83-
YUV109.24122.79178.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=50.70%
G=21.13%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807510000.580.440.29345.7141.1850
HexB44B6403A2C1D15a2932
Octal26411314407254355325162
Binary1011010010010111100100011101010110011101101011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B64; }

 p { color: rgb(180,75,100); }

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

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

 a { background-color: rgb(180,75,100); }

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

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

 span { border-color: rgb(180,75,100); }

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