#BC4259

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

Shades of Hippie Pink #BC4259

Tints of Hippie Pink #BC4259

Color information

#BC4259 (or 0xBC4259) is unknown color: approx Hippie Pink. HEX triplet: BC, 42 and 59. RGB value is (188,66,89). Sum of RGB (Red+Green+Blue) = 188+66+89=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4259 is #43BDA6. Grayscale: #696969. Windows color (decimal): -4439463 or 5849788. OLE color: 5849788.

HSL color Cylindrical-coordinate representation of color #BC4259: hue angle of 348.69º degrees, saturation: 0.48, 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 #BC4259 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1886689-
CMYK00.650.530.26
HSL348.69º48.03%49.8%-
HSV(B)348.69º64.89%73.73%-
XYZ24.4915.3111.12-
YUV105.1118.92187.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=54.81%
G=19.24%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188668900.650.530.26348.6948.0349.8
HexBC4259041351A15d3032
Octal274102131010165325356062
Binary10111100100001010110010100000111010111010101011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4259; }

 p { color: rgb(188,66,89); }

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

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

 a { background-color: rgb(188,66,89); }

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

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

 span { border-color: rgb(188,66,89); }

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