#BC4455

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

Shades of Hippie Pink #BC4455

Tints of Hippie Pink #BC4455

Color information

#BC4455 (or 0xBC4455) is unknown color: approx Hippie Pink. HEX triplet: BC, 44 and 55. RGB value is (188,68,85). Sum of RGB (Red+Green+Blue) = 188+68+85=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4455 is #43BBAA. Grayscale: #696969. Windows color (decimal): -4438955 or 5588156. OLE color: 5588156.

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

Color convert

RGB1886885-
CMYK00.640.550.26
HSL351.5º47.24%50.2%-
HSV(B)351.5º63.83%73.73%-
XYZ24.4515.4810.29-
YUV105.82116.26186.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.13%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=55.13%
G=19.94%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188688500.640.550.26351.547.2450.2
HexBC4455040371A1602f32
Octal274104125010067325405762
Binary10111100100010010101010100000011011111010101100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4455; }

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

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

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

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

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

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

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

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