#B14660

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

Shades of Hippie Pink #B14660

Tints of Hippie Pink #B14660

Color information

#B14660 (or 0xB14660) is unknown color: approx Hippie Pink. HEX triplet: B1, 46 and 60. RGB value is (177,70,96). Sum of RGB (Red+Green+Blue) = 177+70+96=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B14660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14660 is #4EB99F. Grayscale: #686868. Windows color (decimal): -5159328 or 6309553. OLE color: 6309553.

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

Color convert

RGB1777096-
CMYK00.600.460.31
HSL345.42º43.32%48.43%-
HSV(B)345.42º60.45%69.41%-
XYZ22.4314.5712.7-
YUV104.96122.95179.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=51.60%
G=20.41%
B=27.99%

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
Decimal177709600.600.460.31345.4243.3248.43
HexB1466003C2E1F1592b30
Octal26110614007456375315360
Binary1011000110001101100000011110010111011111101011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14660; }

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

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

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

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

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

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

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

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