#BC77A0

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

Shades of Bouquet #BC77A0

Tints of Bouquet #BC77A0

Color information

#BC77A0 (or 0xBC77A0) is unknown color: approx Bouquet. HEX triplet: BC, 77 and A0. RGB value is (188,119,160). Sum of RGB (Red+Green+Blue) = 188+119+160=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A0 is #43885F. Grayscale: #909090. Windows color (decimal): -4425824 or 10516412. OLE color: 10516412.

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

Color convert

RGB188119160-
CMYK00.370.150.26
HSL324.35º33.99%60.2%-
HSV(B)324.35º36.7%73.73%-
XYZ33.6826.4236.58-
YUV144.3136.86159.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=40.26%
G=25.48%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811916000.370.150.26324.3533.9960.2
HexBC77A0025F1A144223c
Octal27416724004517325044274
Binary101111001110111101000000100101111111010101000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77A0; }

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

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

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

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

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

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

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

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