#B14860

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

Shades of Hippie Pink #B14860

Tints of Hippie Pink #B14860

Color information

#B14860 (or 0xB14860) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 60. RGB value is (177,72,96). Sum of RGB (Red+Green+Blue) = 177+72+96=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14860 is #4EB79F. Grayscale: #6A6A6A. Windows color (decimal): -5158816 or 6310065. OLE color: 6310065.

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

Color convert

RGB1777296-
CMYK00.590.460.31
HSL346.29º42.17%48.82%-
HSV(B)346.29º59.32%69.41%-
XYZ22.5614.8312.74-
YUV106.13122.29178.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=51.30%
G=20.87%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177729600.590.460.31346.2942.1748.82
HexB1486003B2E1F15a2a31
Octal26111014007356375325261
Binary1011000110010001100000011101110111011111101011010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14860; }

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

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

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

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

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

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

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

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