#BC4550

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

Shades of Hippie Pink #BC4550

Tints of Hippie Pink #BC4550

Color information

#BC4550 (or 0xBC4550) is unknown color: approx Hippie Pink. HEX triplet: BC, 45 and 50. RGB value is (188,69,80). Sum of RGB (Red+Green+Blue) = 188+69+80=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4550 is #43BAAF. Grayscale: #696969. Windows color (decimal): -4438704 or 5260732. OLE color: 5260732.

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

Color convert

RGB1886980-
CMYK00.630.570.26
HSL354.45º47.04%50.39%-
HSV(B)354.45º63.3%73.73%-
XYZ24.3215.539.3-
YUV105.84113.42186.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=55.79%
G=20.47%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188698000.630.570.26354.4547.0450.39
HexBC455003F391A1622f32
Octal27410512007771325425762
Binary1011110010001011010000011111111100111010101100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4550; }

 p { color: rgb(188,69,80); }

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

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

 a { background-color: rgb(188,69,80); }

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

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

 span { border-color: rgb(188,69,80); }

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