#B44B4F

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

Shades of Hippie Pink #B44B4F

Tints of Hippie Pink #B44B4F

Color information

#B44B4F (or 0xB44B4F) is unknown color: approx Hippie Pink. HEX triplet: B4, 4B and 4F. RGB value is (180,75,79). Sum of RGB (Red+Green+Blue) = 180+75+79=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B4F is #4BB4B0. Grayscale: #6A6A6A. Windows color (decimal): -4961457 or 5196724. OLE color: 5196724.

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

Color convert

RGB1807579-
CMYK00.580.560.29
HSL357.71º41.18%50%-
HSV(B)357.71º58.33%70.59%-
XYZ22.7515.39.15-
YUV106.85112.29180.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=53.89%
G=22.46%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180757900.580.560.29357.7141.1850
HexB44B4F03A381D1662932
Octal26411311707270355465162
Binary1011010010010111001111011101011100011101101100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B4F; }

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

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

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

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

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

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

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

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