#B45559

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

Shades of Hippie Pink #B45559

Tints of Hippie Pink #B45559

Color information

#B45559 (or 0xB45559) is unknown color: approx Hippie Pink. HEX triplet: B4, 55 and 59. RGB value is (180,85,89). Sum of RGB (Red+Green+Blue) = 180+85+89=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B45559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45559 is #4BAAA6. Grayscale: #717171. Windows color (decimal): -4958887 or 5854644. OLE color: 5854644.

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

Color convert

RGB1808589-
CMYK00.530.510.29
HSL357.47º38.78%51.96%-
HSV(B)357.47º52.78%70.59%-
XYZ23.8716.9211.46-
YUV113.86113.97175.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=50.85%
G=24.01%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180858900.530.510.29357.4738.7851.96
HexB45559035331D1652734
Octal26412513106563355454764
Binary1011010010101011011001011010111001111101101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45559; }

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

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

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

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

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

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

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

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