#BB759B

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

Shades of Bouquet #BB759B

Tints of Bouquet #BB759B

Color information

#BB759B (or 0xBB759B) is unknown color: approx Bouquet. HEX triplet: BB, 75 and 9B. RGB value is (187,117,155). Sum of RGB (Red+Green+Blue) = 187+117+155=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB759B is #448A64. Grayscale: #8E8E8E. Windows color (decimal): -4491877 or 10188219. OLE color: 10188219.

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

Color convert

RGB187117155-
CMYK00.370.170.27
HSL327.43º33.98%59.61%-
HSV(B)327.43º37.43%73.33%-
XYZ32.7725.6534.23-
YUV142.26135.19159.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=40.74%
G=25.49%
B=33.77%

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
Decimal18711715500.370.170.27327.4333.9859.61
HexBB759B025111B147223c
Octal27316523304521335074274
Binary1011101111101011001101101001011000111011101000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB759B; }

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

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

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

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

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

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

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

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