#BC4055

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

Shades of Hippie Pink #BC4055

Tints of Hippie Pink #BC4055

Color information

#BC4055 (or 0xBC4055) is unknown color: approx Hippie Pink. HEX triplet: BC, 40 and 55. RGB value is (188,64,85). Sum of RGB (Red+Green+Blue) = 188+64+85=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4055 is #43BFAA. Grayscale: #676767. Windows color (decimal): -4439979 or 5587132. OLE color: 5587132.

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

Color convert

RGB1886485-
CMYK00.660.550.26
HSL349.84º49.21%49.41%-
HSV(B)349.84º65.96%73.73%-
XYZ24.2115.0110.22-
YUV103.47117.58188.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=55.79%
G=18.99%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188648500.660.550.26349.8449.2149.41
HexBC4055042371A15e3131
Octal274100125010267325366161
Binary10111100100000010101010100001011011111010101011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4055; }

 p { color: rgb(188,64,85); }

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

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

 a { background-color: rgb(188,64,85); }

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

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

 span { border-color: rgb(188,64,85); }

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