#B14761

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

Shades of Hippie Pink #B14761

Tints of Hippie Pink #B14761

Color information

#B14761 (or 0xB14761) is unknown color: approx Hippie Pink. HEX triplet: B1, 47 and 61. RGB value is (177,71,97). Sum of RGB (Red+Green+Blue) = 177+71+97=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14761 is #4EB89E. Grayscale: #696969. Windows color (decimal): -5159071 or 6375345. OLE color: 6375345.

HSL color Cylindrical-coordinate representation of color #B14761: hue angle of 345.28º 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 #B14761 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1777197-
CMYK00.600.450.31
HSL345.28º42.74%48.63%-
HSV(B)345.28º59.89%69.41%-
XYZ22.5414.7212.96-
YUV105.66123.12178.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=51.30%
G=20.58%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177719700.600.450.31345.2842.7448.63
HexB1476103C2D1F1592b31
Octal26110714107455375315361
Binary1011000110001111100001011110010110111111101011001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14761; }

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

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

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

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

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

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

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

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