#B44664

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

Shades of Blush #B44664

Tints of Blush #B44664

Color information

#B44664 (or 0xB44664) is unknown color: approx Blush. HEX triplet: B4, 46 and 64. RGB value is (180,70,100). Sum of RGB (Red+Green+Blue) = 180+70+100=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B44664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44664 is #4BB99B. Grayscale: #6A6A6A. Windows color (decimal): -4962716 or 6571700. OLE color: 6571700.

HSL color Cylindrical-coordinate representation of color #B44664: hue angle of 343.64º degrees, saturation: 0.44, 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 #B44664 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18070100-
CMYK00.610.440.29
HSL343.64º44%49.02%-
HSV(B)343.64º61.11%70.59%-
XYZ23.311513.72-
YUV106.31124.44180.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=51.43%
G=20%
B=28.57%

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
Decimal1807010000.610.440.29343.644449.02
HexB4466403D2C1D1582c31
Octal26410614407554355305461
Binary1011010010001101100100011110110110011101101011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44664; }

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

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

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

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

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

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

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

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