#BC77A5

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

Shades of Bouquet #BC77A5

Tints of Bouquet #BC77A5

Color information

#BC77A5 (or 0xBC77A5) is unknown color: approx Bouquet. HEX triplet: BC, 77 and A5. RGB value is (188,119,165). Sum of RGB (Red+Green+Blue) = 188+119+165=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A5 is #43885A. Grayscale: #909090. Windows color (decimal): -4425819 or 10844092. OLE color: 10844092.

HSL color Cylindrical-coordinate representation of color #BC77A5: hue angle of 320º 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 #BC77A5 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188119165-
CMYK00.370.120.26
HSL320º33.99%60.2%-
HSV(B)320º36.7%73.73%-
XYZ34.1326.638.93-
YUV144.88139.36158.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=39.83%
G=25.21%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811916500.370.120.2632033.9960.2
HexBC77A5025C1A140223c
Octal27416724504514325004274
Binary101111001110111101001010100101110011010101000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77A5; }

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

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

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

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

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

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

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

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