#BC4A58

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

Shades of Hippie Pink #BC4A58

Tints of Hippie Pink #BC4A58

Color information

#BC4A58 (or 0xBC4A58) is unknown color: approx Hippie Pink. HEX triplet: BC, 4A and 58. RGB value is (188,74,88). Sum of RGB (Red+Green+Blue) = 188+74+88=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A58 is #43B5A7. Grayscale: #6D6D6D. Windows color (decimal): -4437416 or 5786300. OLE color: 5786300.

HSL color Cylindrical-coordinate representation of color #BC4A58: hue angle of 352.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A58 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1887488-
CMYK00.610.530.26
HSL352.63º45.97%51.37%-
HSV(B)352.63º60.64%73.73%-
XYZ24.9516.2911.06-
YUV109.68115.77183.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=53.71%
G=21.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188748800.610.530.26352.6345.9751.37
HexBC4A5803D351A1612e33
Octal27411213007565325415663
Binary1011110010010101011000011110111010111010101100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A58; }

 p { color: rgb(188,74,88); }

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

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

 a { background-color: rgb(188,74,88); }

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

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

 span { border-color: rgb(188,74,88); }

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