#BC4258

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

Shades of Hippie Pink #BC4258

Tints of Hippie Pink #BC4258

Color information

#BC4258 (or 0xBC4258) is unknown color: approx Hippie Pink. HEX triplet: BC, 42 and 58. RGB value is (188,66,88). Sum of RGB (Red+Green+Blue) = 188+66+88=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4258 is #43BDA7. Grayscale: #696969. Windows color (decimal): -4439464 or 5784252. OLE color: 5784252.

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

Color convert

RGB1886688-
CMYK00.650.530.26
HSL349.18º48.03%49.8%-
HSV(B)349.18º64.89%73.73%-
XYZ24.4515.2910.9-
YUV104.99118.42187.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=54.97%
G=19.30%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188668800.650.530.26349.1848.0349.8
HexBC4258041351A15d3032
Octal274102130010165325356062
Binary10111100100001010110000100000111010111010101011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4258; }

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

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

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

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

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

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

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

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