#B14760

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

Shades of Hippie Pink #B14760

Tints of Hippie Pink #B14760

Color information

#B14760 (or 0xB14760) is unknown color: approx Hippie Pink. HEX triplet: B1, 47 and 60. RGB value is (177,71,96). Sum of RGB (Red+Green+Blue) = 177+71+96=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14760 is #4EB89F. Grayscale: #696969. Windows color (decimal): -5159072 or 6309809. OLE color: 6309809.

HSL color Cylindrical-coordinate representation of color #B14760: hue angle of 345.85º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14760 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1777196-
CMYK00.600.460.31
HSL345.85º42.74%48.63%-
HSV(B)345.85º59.89%69.41%-
XYZ22.514.712.72-
YUV105.54122.62178.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=51.45%
G=20.64%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177719600.600.460.31345.8542.7448.63
HexB1476003C2E1F15a2b31
Octal26110714007456375325361
Binary1011000110001111100000011110010111011111101011010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14760; }

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

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

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

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

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

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

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

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