#B44764

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

Shades of Blush #B44764

Tints of Blush #B44764

Color information

#B44764 (or 0xB44764) is unknown color: approx Blush. HEX triplet: B4, 47 and 64. RGB value is (180,71,100). Sum of RGB (Red+Green+Blue) = 180+71+100=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B44764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44764 is #4BB89B. Grayscale: #6A6A6A. Windows color (decimal): -4962460 or 6571956. OLE color: 6571956.

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

Color convert

RGB18071100-
CMYK00.610.440.29
HSL344.04º43.43%49.22%-
HSV(B)344.04º60.56%70.59%-
XYZ23.3815.1313.74-
YUV106.9124.11180.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=51.28%
G=20.23%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807110000.610.440.29344.0443.4349.22
HexB4476403D2C1D1582b31
Octal26410714407554355305361
Binary1011010010001111100100011110110110011101101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44764; }

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

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

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

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

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

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

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

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