#B44A4B

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

Shades of Hippie Pink #B44A4B

Tints of Hippie Pink #B44A4B

Color information

#B44A4B (or 0xB44A4B) is unknown color: approx Hippie Pink. HEX triplet: B4, 4A and 4B. RGB value is (180,74,75). Sum of RGB (Red+Green+Blue) = 180+74+75=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A4B is #4BB5B4. Grayscale: #696969. Windows color (decimal): -4961717 or 4934324. OLE color: 4934324.

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

Color convert

RGB1807475-
CMYK00.590.580.29
HSL359.43º41.73%49.8%-
HSV(B)359.43º58.89%70.59%-
XYZ22.5415.118.38-
YUV105.81110.62180.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=54.71%
G=22.49%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180747500.590.580.29359.4341.7349.8
HexB44A4B03B3A1D1672a32
Octal26411211307372355475262
Binary1011010010010101001011011101111101011101101100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A4B; }

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

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

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

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

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

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

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

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