#B14460

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

Shades of Hippie Pink #B14460

Tints of Hippie Pink #B14460

Color information

#B14460 (or 0xB14460) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 60. RGB value is (177,68,96). Sum of RGB (Red+Green+Blue) = 177+68+96=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B14460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14460 is #4EBB9F. Grayscale: #676767. Windows color (decimal): -5159840 or 6309041. OLE color: 6309041.

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

Color convert

RGB1776896-
CMYK00.620.460.31
HSL344.59º44.49%48.04%-
HSV(B)344.59º61.58%69.41%-
XYZ22.3114.3312.66-
YUV103.78123.61180.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=51.91%
G=19.94%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177689600.620.460.31344.5944.4948.04
HexB1446003E2E1F1592c30
Octal26110414007656375315460
Binary1011000110001001100000011111010111011111101011001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14460; }

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

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

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

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

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

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

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

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