#B44869

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

Shades of Blush #B44869

Tints of Blush #B44869

Color information

#B44869 (or 0xB44869) is unknown color: approx Blush. HEX triplet: B4, 48 and 69. RGB value is (180,72,105). Sum of RGB (Red+Green+Blue) = 180+72+105=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B44869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44869 is #4BB796. Grayscale: #6C6C6C. Windows color (decimal): -4962199 or 6899892. OLE color: 6899892.

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

Color convert

RGB18072105-
CMYK00.600.420.29
HSL341.67º42.86%49.41%-
HSV(B)341.67º60%70.59%-
XYZ23.6915.3615.08-
YUV108.05126.28179.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=50.42%
G=20.17%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807210500.600.420.29341.6742.8649.41
HexB4486903C2A1D1562b31
Octal26411015107452355265361
Binary1011010010010001101001011110010101011101101010110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44869; }

 p { color: rgb(180,72,105); }

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

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

 a { background-color: rgb(180,72,105); }

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

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

 span { border-color: rgb(180,72,105); }

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