#B44E66

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

Shades of Blush #B44E66

Tints of Blush #B44E66

Color information

#B44E66 (or 0xB44E66) is unknown color: approx Blush. HEX triplet: B4, 4E and 66. RGB value is (180,78,102). Sum of RGB (Red+Green+Blue) = 180+78+102=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E66 is #4BB199. Grayscale: #6F6F6F. Windows color (decimal): -4960666 or 6704820. OLE color: 6704820.

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

Color convert

RGB18078102-
CMYK00.570.430.29
HSL345.88º40.48%50.59%-
HSV(B)345.88º56.67%70.59%-
XYZ23.9516.1114.42-
YUV111.23122.79177.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=50%
G=21.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807810200.570.430.29345.8840.4850.59
HexB44E660392B1D15a2833
Octal26411614607153355325063
Binary1011010010011101100110011100110101111101101011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E66; }

 p { color: rgb(180,78,102); }

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

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

 a { background-color: rgb(180,78,102); }

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

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

 span { border-color: rgb(180,78,102); }

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