#BC455A

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

Shades of Hippie Pink #BC455A

Tints of Hippie Pink #BC455A

Color information

#BC455A (or 0xBC455A) is unknown color: approx Hippie Pink. HEX triplet: BC, 45 and 5A. RGB value is (188,69,90). Sum of RGB (Red+Green+Blue) = 188+69+90=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC455A is #43BAA5. Grayscale: #6B6B6B. Windows color (decimal): -4438694 or 5916092. OLE color: 5916092.

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

Color convert

RGB1886990-
CMYK00.630.520.26
HSL349.41º47.04%50.39%-
HSV(B)349.41º63.3%73.73%-
XYZ24.7115.6911.4-
YUV106.98118.42185.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=54.18%
G=19.88%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188699000.630.520.26349.4147.0450.39
HexBC455A03F341A15d2f32
Octal27410513207764325355762
Binary1011110010001011011010011111111010011010101011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC455A; }

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

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

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

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

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

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

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

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