#B14B5C

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

Shades of Hippie Pink #B14B5C

Tints of Hippie Pink #B14B5C

Color information

#B14B5C (or 0xB14B5C) is unknown color: approx Hippie Pink. HEX triplet: B1, 4B and 5C. RGB value is (177,75,92). Sum of RGB (Red+Green+Blue) = 177+75+92=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B5C is #4EB4A3. Grayscale: #6B6B6B. Windows color (decimal): -5158052 or 6048689. OLE color: 6048689.

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

Color convert

RGB1777592-
CMYK00.580.480.31
HSL350º40.48%49.41%-
HSV(B)350º57.63%69.41%-
XYZ22.5815.1511.86-
YUV107.44119.29177.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=51.45%
G=21.80%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177759200.580.480.3135040.4849.41
HexB14B5C03A301F15e2831
Octal26111313407260375365061
Binary1011000110010111011100011101011000011111101011110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B5C; }

 p { color: rgb(177,75,92); }

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

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

 a { background-color: rgb(177,75,92); }

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

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

 span { border-color: rgb(177,75,92); }

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