#bc4156

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

Shades of Hippie Pink #BC4156

Tints of Hippie Pink #BC4156

Color information

#BC4156 (or 0xBC4156) is unknown color: approx Hippie Pink. HEX triplet: BC, 41 and 56. RGB value is (188,65,86). Sum of RGB (Red+Green+Blue) = 188+65+86=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4156 is #43BEA9. Grayscale: #686868. Windows color (decimal): -4439722 or 5652924. OLE color: 5652924.

HSL color Cylindrical-coordinate representation of color #BC4156: hue angle of 349.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4156 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1886586-
CMYK00.650.540.26
HSL349.76º48.62%49.61%-
HSV(B)349.76º65.43%73.73%-
XYZ24.3115.1410.45-
YUV104.17117.75187.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=55.46%
G=19.17%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188658600.650.540.26349.7648.6249.61
HexBC4156041361A15e3132
Octal274101126010166325366162
Binary10111100100000110101100100000111011011010101011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4156; }

 p { color: rgb(188,65,86); }

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

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

 a { background-color: rgb(188,65,86); }

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

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

 span { border-color: rgb(188,65,86); }

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