#BC445B

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

Shades of Hippie Pink #BC445B

Tints of Hippie Pink #BC445B

Color information

#BC445B (or 0xBC445B) is unknown color: approx Hippie Pink. HEX triplet: BC, 44 and 5B. RGB value is (188,68,91). Sum of RGB (Red+Green+Blue) = 188+68+91=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445B is #43BBA4. Grayscale: #6A6A6A. Windows color (decimal): -4438949 or 5981372. OLE color: 5981372.

HSL color Cylindrical-coordinate representation of color #BC445B: hue angle of 348.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 #BC445B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1886891-
CMYK00.640.520.26
HSL348.5º47.24%50.2%-
HSV(B)348.5º63.83%73.73%-
XYZ24.6915.5811.6-
YUV106.5119.26186.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=54.18%
G=19.60%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188689100.640.520.26348.547.2450.2
HexBC445B040341A15c2f32
Octal274104133010064325345762
Binary10111100100010010110110100000011010011010101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC445B; }

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

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

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

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

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

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

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

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