#BC779C

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

Shades of Hopbush #BC779C

Tints of Hopbush #BC779C

Color information

#BC779C (or 0xBC779C) is unknown color: approx Hopbush. HEX triplet: BC, 77 and 9C. RGB value is (188,119,156). Sum of RGB (Red+Green+Blue) = 188+119+156=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC779C is #438863. Grayscale: #8F8F8F. Windows color (decimal): -4425828 or 10254268. OLE color: 10254268.

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

Color convert

RGB188119156-
CMYK00.370.170.26
HSL327.83º33.99%60.2%-
HSV(B)327.83º36.7%73.73%-
XYZ33.3426.2934.77-
YUV143.85134.86159.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=40.60%
G=25.70%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811915600.370.170.26327.8333.9960.2
HexBC779C025111A148223c
Octal27416723404521325104274
Binary1011110011101111001110001001011000111010101001000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC779C; }

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

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

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

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

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

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

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

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