#bc445c

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

Shades of Hippie Pink #BC445C

Tints of Hippie Pink #BC445C

Color information

#BC445C (or 0xBC445C) is unknown color: approx Hippie Pink. HEX triplet: BC, 44 and 5C. RGB value is (188,68,92). Sum of RGB (Red+Green+Blue) = 188+68+92=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445C is #43BBA3. Grayscale: #6A6A6A. Windows color (decimal): -4438948 or 6046908. OLE color: 6046908.

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

Color convert

RGB1886892-
CMYK00.640.510.26
HSL348º47.24%50.2%-
HSV(B)348º63.83%73.73%-
XYZ24.7415.611.83-
YUV106.62119.76186.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=54.02%
G=19.54%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188689200.640.510.2634847.2450.2
HexBC445C040331A15c2f32
Octal274104134010063325345762
Binary10111100100010010111000100000011001111010101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc445c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc445c; }

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

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

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

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

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

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

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

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