#B44A6A

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

Shades of Blush #B44A6A

Tints of Blush #B44A6A

Color information

#B44A6A (or 0xB44A6A) is unknown color: approx Blush. HEX triplet: B4, 4A and 6A. RGB value is (180,74,106). Sum of RGB (Red+Green+Blue) = 180+74+106=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A6A is #4BB595. Grayscale: #6D6D6D. Windows color (decimal): -4961686 or 6965940. OLE color: 6965940.

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

Color convert

RGB18074106-
CMYK00.590.410.29
HSL341.89º41.73%49.8%-
HSV(B)341.89º58.89%70.59%-
XYZ23.8715.6415.4-
YUV109.34126.12178.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=50%
G=20.56%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807410600.590.410.29341.8941.7349.8
HexB44A6A03B291D1562a32
Octal26411215207351355265262
Binary1011010010010101101010011101110100111101101010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A6A; }

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

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

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

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

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

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

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

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