#B4454C

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

Shades of Hippie Pink #B4454C

Tints of Hippie Pink #B4454C

Color information

#B4454C (or 0xB4454C) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 4C. RGB value is (180,69,76). Sum of RGB (Red+Green+Blue) = 180+69+76=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4454C is #4BBAB3. Grayscale: #676767. Windows color (decimal): -4962996 or 4998580. OLE color: 4998580.

HSL color Cylindrical-coordinate representation of color #B4454C: hue angle of 356.22º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4454C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1806976-
CMYK00.620.580.29
HSL356.22º44.58%48.82%-
HSV(B)356.22º61.67%70.59%-
XYZ22.2614.488.46-
YUV102.99112.77182.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=55.38%
G=21.23%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180697600.620.580.29356.2244.5848.82
HexB4454C03E3A1D1642d31
Octal26410511407672355445561
Binary1011010010001011001100011111011101011101101100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4454C; }

 p { color: rgb(180,69,76); }

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

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

 a { background-color: rgb(180,69,76); }

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

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

 span { border-color: rgb(180,69,76); }

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