#BB77A4

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

Shades of Bouquet #BB77A4

Tints of Bouquet #BB77A4

Color information

#BB77A4 (or 0xBB77A4) is unknown color: approx Bouquet. HEX triplet: BB, 77 and A4. RGB value is (187,119,164). Sum of RGB (Red+Green+Blue) = 187+119+164=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A4 is #44885B. Grayscale: #909090. Windows color (decimal): -4491356 or 10778555. OLE color: 10778555.

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

Color convert

RGB187119164-
CMYK00.360.120.27
HSL320.29º33.33%60%-
HSV(B)320.29º36.36%73.33%-
XYZ33.7926.4438.44-
YUV144.46139.03158.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=39.79%
G=25.32%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711916400.360.120.27320.2933.3360
HexBB77A4024C1B140213c
Octal27316724404414335004174
Binary101110111110111101001000100100110011011101000000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77A4; }

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

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

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

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

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

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

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

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