#B4454F

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

Shades of Hippie Pink #B4454F

Tints of Hippie Pink #B4454F

Color information

#B4454F (or 0xB4454F) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 4F. RGB value is (180,69,79). Sum of RGB (Red+Green+Blue) = 180+69+79=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4454F is #4BBAB0. Grayscale: #676767. Windows color (decimal): -4962993 or 5195188. OLE color: 5195188.

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

Color convert

RGB1806979-
CMYK00.620.560.29
HSL354.59º44.58%48.82%-
HSV(B)354.59º61.67%70.59%-
XYZ22.3614.529.02-
YUV103.33114.27182.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=54.88%
G=21.04%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180697900.620.560.29354.5944.5848.82
HexB4454F03E381D1632d31
Octal26410511707670355435561
Binary1011010010001011001111011111011100011101101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4454F; }

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

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

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

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

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

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

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

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