#b44f6a

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

Shades of Blush #B44F6A

Tints of Blush #B44F6A

Color information

#B44F6A (or 0xB44F6A) is unknown color: approx Blush. HEX triplet: B4, 4F and 6A. RGB value is (180,79,106). Sum of RGB (Red+Green+Blue) = 180+79+106=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F6A is #4BB095. Grayscale: #707070. Windows color (decimal): -4960406 or 6967220. OLE color: 6967220.

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

Color convert

RGB18079106-
CMYK00.560.410.29
HSL343.96º40.24%50.78%-
HSV(B)343.96º56.11%70.59%-
XYZ24.2216.3415.51-
YUV112.28124.46176.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=49.32%
G=21.64%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807910600.560.410.29343.9640.2450.78
HexB44F6A038291D1582833
Octal26411715207051355305063
Binary1011010010011111101010011100010100111101101011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44f6a; }

 p { color: rgb(180,79,106); }

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

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

 a { background-color: rgb(180,79,106); }

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

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

 span { border-color: rgb(180,79,106); }

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