#BC4651

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

Shades of Hippie Pink #BC4651

Tints of Hippie Pink #BC4651

Color information

#BC4651 (or 0xBC4651) is unknown color: approx Hippie Pink. HEX triplet: BC, 46 and 51. RGB value is (188,70,81). Sum of RGB (Red+Green+Blue) = 188+70+81=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4651 is #43B9AE. Grayscale: #6A6A6A. Windows color (decimal): -4438447 or 5326524. OLE color: 5326524.

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

Color convert

RGB1887081-
CMYK00.630.570.26
HSL354.41º46.83%50.59%-
HSV(B)354.41º62.77%73.73%-
XYZ24.4115.679.52-
YUV106.54113.59186.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=55.46%
G=20.65%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188708100.630.570.26354.4146.8350.59
HexBC465103F391A1622f33
Octal27410612107771325425763
Binary1011110010001101010001011111111100111010101100010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4651; }

 p { color: rgb(188,70,81); }

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

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

 a { background-color: rgb(188,70,81); }

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

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

 span { border-color: rgb(188,70,81); }

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