#BB77A0

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

Shades of Bouquet #BB77A0

Tints of Bouquet #BB77A0

Color information

#BB77A0 (or 0xBB77A0) is unknown color: approx Bouquet. HEX triplet: BB, 77 and A0. RGB value is (187,119,160). Sum of RGB (Red+Green+Blue) = 187+119+160=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A0 is #44885F. Grayscale: #8F8F8F. Windows color (decimal): -4491360 or 10516411. OLE color: 10516411.

HSL color Cylindrical-coordinate representation of color #BB77A0: hue angle of 323.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77A0 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187119160-
CMYK00.360.140.27
HSL323.82º33.33%60%-
HSV(B)323.82º36.36%73.33%-
XYZ33.4426.336.57-
YUV144.01137.03158.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=40.13%
G=25.54%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711916000.360.140.27323.8233.3360
HexBB77A0024E1B144213c
Octal27316724004416335044174
Binary101110111110111101000000100100111011011101000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77A0; }

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

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

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

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

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

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

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

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