#B14755

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

Shades of Hippie Pink #B14755

Tints of Hippie Pink #B14755

Color information

#B14755 (or 0xB14755) is unknown color: approx Hippie Pink. HEX triplet: B1, 47 and 55. RGB value is (177,71,85). Sum of RGB (Red+Green+Blue) = 177+71+85=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B14755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14755 is #4EB8AA. Grayscale: #686868. Windows color (decimal): -5159083 or 5588913. OLE color: 5588913.

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

Color convert

RGB1777185-
CMYK00.600.520.31
HSL352.08º42.74%48.63%-
HSV(B)352.08º59.89%69.41%-
XYZ22.0214.5110.23-
YUV104.29117.12179.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=53.15%
G=21.32%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177718500.600.520.31352.0842.7448.63
HexB1475503C341F1602b31
Octal26110712507464375405361
Binary1011000110001111010101011110011010011111101100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14755; }

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

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

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

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

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

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

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

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