#B44B63

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

Shades of Blush #B44B63

Tints of Blush #B44B63

Color information

#B44B63 (or 0xB44B63) is unknown color: approx Blush. HEX triplet: B4, 4B and 63. RGB value is (180,75,99). Sum of RGB (Red+Green+Blue) = 180+75+99=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B63 is #4BB49C. Grayscale: #6D6D6D. Windows color (decimal): -4961437 or 6507444. OLE color: 6507444.

HSL color Cylindrical-coordinate representation of color #B44B63: hue angle of 346.29º 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 #B44B63 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1807599-
CMYK00.580.450.29
HSL346.29º41.18%50%-
HSV(B)346.29º58.33%70.59%-
XYZ23.5915.6413.58-
YUV109.13122.29178.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=50.85%
G=21.19%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180759900.580.450.29346.2941.1850
HexB44B6303A2D1D15a2932
Octal26411314307255355325162
Binary1011010010010111100011011101010110111101101011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B63; }

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

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

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

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

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

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

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

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