#BB779C

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

Shades of Bouquet #BB779C

Tints of Bouquet #BB779C

Color information

#BB779C (or 0xBB779C) is unknown color: approx Bouquet. HEX triplet: BB, 77 and 9C. RGB value is (187,119,156). Sum of RGB (Red+Green+Blue) = 187+119+156=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB779C is #448863. Grayscale: #8F8F8F. Windows color (decimal): -4491364 or 10254267. OLE color: 10254267.

HSL color Cylindrical-coordinate representation of color #BB779C: hue angle of 327.35º 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 #BB779C is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187119156-
CMYK00.360.170.27
HSL327.35º33.33%60%-
HSV(B)327.35º36.36%73.33%-
XYZ33.0926.1634.76-
YUV143.55135.03158.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=40.48%
G=25.76%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711915600.360.170.27327.3533.3360
HexBB779C024111B147213c
Octal27316723404421335074174
Binary1011101111101111001110001001001000111011101000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB779C; }

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

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

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

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

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

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

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

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