#b44347

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

Shades of Hippie Pink #B44347

Tints of Hippie Pink #B44347

Color information

#B44347 (or 0xB44347) is unknown color: approx Hippie Pink. HEX triplet: B4, 43 and 47. RGB value is (180,67,71). Sum of RGB (Red+Green+Blue) = 180+67+71=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B44347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44347 is #4BBCB8. Grayscale: #656565. Windows color (decimal): -4963513 or 4670388. OLE color: 4670388.

HSL color Cylindrical-coordinate representation of color #B44347: hue angle of 357.88º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44347 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1806771-
CMYK00.630.610.29
HSL357.88º45.75%48.43%-
HSV(B)357.88º62.78%70.59%-
XYZ21.9714.177.54-
YUV101.24110.94184.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=56.60%
G=21.07%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180677100.630.610.29357.8845.7548.43
HexB4434703F3D1D1662e30
Octal26410310707775355465660
Binary1011010010000111000111011111111110111101101100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44347; }

 p { color: rgb(180,67,71); }

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

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

 a { background-color: rgb(180,67,71); }

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

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

 span { border-color: rgb(180,67,71); }

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