#B14560

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

Shades of Hippie Pink #B14560

Tints of Hippie Pink #B14560

Color information

#B14560 (or 0xB14560) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 60. RGB value is (177,69,96). Sum of RGB (Red+Green+Blue) = 177+69+96=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B14560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14560 is #4EBA9F. Grayscale: #686868. Windows color (decimal): -5159584 or 6309297. OLE color: 6309297.

HSL color Cylindrical-coordinate representation of color #B14560: hue angle of 345º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14560 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1776996-
CMYK00.610.460.31
HSL345º43.9%48.24%-
HSV(B)345º61.02%69.41%-
XYZ22.3714.4512.68-
YUV104.37123.28179.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=51.75%
G=20.18%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177699600.610.460.3134543.948.24
HexB1456003D2E1F1592c30
Octal26110514007556375315460
Binary1011000110001011100000011110110111011111101011001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14560; }

 p { color: rgb(177,69,96); }

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

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

 a { background-color: rgb(177,69,96); }

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

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

 span { border-color: rgb(177,69,96); }

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