#BC445A

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

Shades of Hippie Pink #BC445A

Tints of Hippie Pink #BC445A

Color information

#BC445A (or 0xBC445A) is unknown color: approx Hippie Pink. HEX triplet: BC, 44 and 5A. RGB value is (188,68,90). Sum of RGB (Red+Green+Blue) = 188+68+90=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445A is #43BBA5. Grayscale: #6A6A6A. Windows color (decimal): -4438950 or 5915836. OLE color: 5915836.

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

Color convert

RGB1886890-
CMYK00.640.520.26
HSL349º47.24%50.2%-
HSV(B)349º63.83%73.73%-
XYZ24.6515.5611.38-
YUV106.39118.76186.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=54.34%
G=19.65%
B=26.01%

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
Decimal188689000.640.520.2634947.2450.2
HexBC445A040341A15d2f32
Octal274104132010064325355762
Binary10111100100010010110100100000011010011010101011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC445A; }

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

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

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

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

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

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

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

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