#B14C50

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

Shades of Hippie Pink #B14C50

Tints of Hippie Pink #B14C50

Color information

#B14C50 (or 0xB14C50) is unknown color: approx Hippie Pink. HEX triplet: B1, 4C and 50. RGB value is (177,76,80). Sum of RGB (Red+Green+Blue) = 177+76+80=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C50 is #4EB3AF. Grayscale: #6A6A6A. Windows color (decimal): -5157808 or 5262513. OLE color: 5262513.

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

Color convert

RGB1777680-
CMYK00.570.550.31
HSL357.62º39.92%49.61%-
HSV(B)357.62º57.06%69.41%-
XYZ22.1615.19.33-
YUV106.66112.96178.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=53.15%
G=22.82%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177768000.570.550.31357.6239.9249.61
HexB14C50039371F1662832
Octal26111412007167375465062
Binary1011000110011001010000011100111011111111101100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C50; }

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

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

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

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

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

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

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

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