#B45455

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

Shades of Hippie Pink #B45455

Tints of Hippie Pink #B45455

Color information

#B45455 (or 0xB45455) is unknown color: approx Hippie Pink. HEX triplet: B4, 54 and 55. RGB value is (180,84,85). Sum of RGB (Red+Green+Blue) = 180+84+85=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B45455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45455 is #4BABAA. Grayscale: #707070. Windows color (decimal): -4959147 or 5592244. OLE color: 5592244.

HSL color Cylindrical-coordinate representation of color #B45455: hue angle of 359.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45455 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1808485-
CMYK00.530.530.29
HSL359.38º39.02%51.76%-
HSV(B)359.38º53.33%70.59%-
XYZ23.6316.710.57-
YUV112.82112.3175.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=51.58%
G=24.07%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180848500.530.530.29359.3839.0251.76
HexB45455035351D1672734
Octal26412412506565355474764
Binary1011010010101001010101011010111010111101101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45455; }

 p { color: rgb(180,84,85); }

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

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

 a { background-color: rgb(180,84,85); }

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

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

 span { border-color: rgb(180,84,85); }

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