#BC749C

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

Shades of Hopbush #BC749C

Tints of Hopbush #BC749C

Color information

#BC749C (or 0xBC749C) is unknown color: approx Hopbush. HEX triplet: BC, 74 and 9C. RGB value is (188,116,156). Sum of RGB (Red+Green+Blue) = 188+116+156=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC749C is #438B63. Grayscale: #8E8E8E. Windows color (decimal): -4426596 or 10253500. OLE color: 10253500.

HSL color Cylindrical-coordinate representation of color #BC749C: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC749C is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188116156-
CMYK00.380.170.26
HSL326.67º34.95%59.61%-
HSV(B)326.67º38.3%73.73%-
XYZ32.9925.5834.65-
YUV142.09135.85160.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=40.87%
G=25.22%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811615600.380.170.26326.6734.9559.61
HexBC749C026111A147233c
Octal27416423404621325074374
Binary1011110011101001001110001001101000111010101000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC749C; }

 p { color: rgb(188,116,156); }

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

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

 a { background-color: rgb(188,116,156); }

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

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

 span { border-color: rgb(188,116,156); }

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