#B44B69

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

Shades of Blush #B44B69

Tints of Blush #B44B69

Color information

#B44B69 (or 0xB44B69) is unknown color: approx Blush. HEX triplet: B4, 4B and 69. RGB value is (180,75,105). Sum of RGB (Red+Green+Blue) = 180+75+105=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B69 is #4BB496. Grayscale: #6D6D6D. Windows color (decimal): -4961431 or 6900660. OLE color: 6900660.

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

Color convert

RGB18075105-
CMYK00.580.420.29
HSL342.86º41.18%50%-
HSV(B)342.86º58.33%70.59%-
XYZ23.8915.7615.15-
YUV109.82125.29178.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807510500.580.420.29342.8641.1850
HexB44B6903A2A1D1572932
Octal26411315107252355275162
Binary1011010010010111101001011101010101011101101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B69; }

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

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

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

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

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

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

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

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