#BB759C

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

Shades of Bouquet #BB759C

Tints of Bouquet #BB759C

Color information

#BB759C (or 0xBB759C) is unknown color: approx Bouquet. HEX triplet: BB, 75 and 9C. RGB value is (187,117,156). Sum of RGB (Red+Green+Blue) = 187+117+156=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB759C is #448A63. Grayscale: #8E8E8E. Windows color (decimal): -4491876 or 10253755. OLE color: 10253755.

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

Color convert

RGB187117156-
CMYK00.370.170.27
HSL326.57º33.98%59.61%-
HSV(B)326.57º37.43%73.33%-
XYZ32.8625.6934.68-
YUV142.38135.69159.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=40.65%
G=25.43%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711715600.370.170.27326.5733.9859.61
HexBB759C025111B147223c
Octal27316523404521335074274
Binary1011101111101011001110001001011000111011101000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB759C; }

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

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

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

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

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

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

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

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