#B45159

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

Shades of Hippie Pink #B45159

Tints of Hippie Pink #B45159

Color information

#B45159 (or 0xB45159) is unknown color: approx Hippie Pink. HEX triplet: B4, 51 and 59. RGB value is (180,81,89). Sum of RGB (Red+Green+Blue) = 180+81+89=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B45159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45159 is #4BAEA6. Grayscale: #6F6F6F. Windows color (decimal): -4959911 or 5853620. OLE color: 5853620.

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

Color convert

RGB1808189-
CMYK00.550.510.29
HSL355.15º39.76%51.18%-
HSV(B)355.15º55%70.59%-
XYZ23.5716.3111.36-
YUV111.51115.3176.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=51.43%
G=23.14%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180818900.550.510.29355.1539.7651.18
HexB45159037331D1632833
Octal26412113106763355435063
Binary1011010010100011011001011011111001111101101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45159; }

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

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

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

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

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

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

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

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