#B14C5C

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

Shades of Hippie Pink #B14C5C

Tints of Hippie Pink #B14C5C

Color information

#B14C5C (or 0xB14C5C) is unknown color: approx Hippie Pink. HEX triplet: B1, 4C and 5C. RGB value is (177,76,92). Sum of RGB (Red+Green+Blue) = 177+76+92=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C5C is #4EB3A3. Grayscale: #6C6C6C. Windows color (decimal): -5157796 or 6048945. OLE color: 6048945.

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

Color convert

RGB1777692-
CMYK00.570.480.31
HSL350.5º39.92%49.61%-
HSV(B)350.5º57.06%69.41%-
XYZ22.6515.2911.88-
YUV108.02118.96177.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=51.30%
G=22.03%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177769200.570.480.31350.539.9249.61
HexB14C5C039301F15e2832
Octal26111413407160375365062
Binary1011000110011001011100011100111000011111101011110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C5C; }

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

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

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

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

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

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

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

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