#BB759D

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

Shades of Bouquet #BB759D

Tints of Bouquet #BB759D

Color information

#BB759D (or 0xBB759D) is unknown color: approx Bouquet. HEX triplet: BB, 75 and 9D. RGB value is (187,117,157). Sum of RGB (Red+Green+Blue) = 187+117+157=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB759D is #448A62. Grayscale: #8E8E8E. Windows color (decimal): -4491875 or 10319291. OLE color: 10319291.

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

Color convert

RGB187117157-
CMYK00.370.160.27
HSL325.71º33.98%59.61%-
HSV(B)325.71º37.43%73.33%-
XYZ32.9425.7235.13-
YUV142.49136.19159.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=40.56%
G=25.38%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711715700.370.160.27325.7133.9859.61
HexBB759D025101B146223c
Octal27316523504520335064274
Binary1011101111101011001110101001011000011011101000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB759D; }

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

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

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

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

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

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

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

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