#BC4752

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

Shades of Hippie Pink #BC4752

Tints of Hippie Pink #BC4752

Color information

#BC4752 (or 0xBC4752) is unknown color: approx Hippie Pink. HEX triplet: BC, 47 and 52. RGB value is (188,71,82). Sum of RGB (Red+Green+Blue) = 188+71+82=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4752 is #43B8AD. Grayscale: #6B6B6B. Windows color (decimal): -4438190 or 5392316. OLE color: 5392316.

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

Color convert

RGB1887182-
CMYK00.620.560.26
HSL354.36º46.61%50.78%-
HSV(B)354.36º62.23%73.73%-
XYZ24.5215.819.74-
YUV107.24113.76185.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.13%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=55.13%
G=20.82%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188718200.620.560.26354.3646.6150.78
HexBC475203E381A1622f33
Octal27410712207670325425763
Binary1011110010001111010010011111011100011010101100010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4752; }

 p { color: rgb(188,71,82); }

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

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

 a { background-color: rgb(188,71,82); }

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

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

 span { border-color: rgb(188,71,82); }

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