#BC77A2

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

Shades of Bouquet #BC77A2

Tints of Bouquet #BC77A2

Color information

#BC77A2 (or 0xBC77A2) is unknown color: approx Bouquet. HEX triplet: BC, 77 and A2. RGB value is (188,119,162). Sum of RGB (Red+Green+Blue) = 188+119+162=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A2 is #43885D. Grayscale: #909090. Windows color (decimal): -4425822 or 10647484. OLE color: 10647484.

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

Color convert

RGB188119162-
CMYK00.370.140.26
HSL322.61º33.99%60.2%-
HSV(B)322.61º36.7%73.73%-
XYZ33.8626.4937.51-
YUV144.53137.86159-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=40.09%
G=25.37%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811916200.370.140.26322.6133.9960.2
HexBC77A2025E1A143223c
Octal27416724204516325034274
Binary101111001110111101000100100101111011010101000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77A2; }

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

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

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

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

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

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

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

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