#BC454E

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

Shades of Hippie Pink #BC454E

Tints of Hippie Pink #BC454E

Color information

#BC454E (or 0xBC454E) is unknown color: approx Hippie Pink. HEX triplet: BC, 45 and 4E. RGB value is (188,69,78). Sum of RGB (Red+Green+Blue) = 188+69+78=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC454E is #43BAB1. Grayscale: #696969. Windows color (decimal): -4438706 or 5129660. OLE color: 5129660.

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

Color convert

RGB1886978-
CMYK00.630.590.26
HSL355.46º47.04%50.39%-
HSV(B)355.46º63.3%73.73%-
XYZ24.2415.58.92-
YUV105.61112.42186.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=56.12%
G=20.60%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188697800.630.590.26355.4647.0450.39
HexBC454E03F3B1A1632f32
Octal27410511607773325435762
Binary1011110010001011001110011111111101111010101100011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC454E; }

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

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

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

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

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

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

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

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