#BC759F

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

Shades of Bouquet #BC759F

Tints of Bouquet #BC759F

Color information

#BC759F (or 0xBC759F) is unknown color: approx Bouquet. HEX triplet: BC, 75 and 9F. RGB value is (188,117,159). Sum of RGB (Red+Green+Blue) = 188+117+159=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC759F is #438A60. Grayscale: #8E8E8E. Windows color (decimal): -4426337 or 10450364. OLE color: 10450364.

HSL color Cylindrical-coordinate representation of color #BC759F: hue angle of 324.51º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC759F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188117159-
CMYK00.380.150.26
HSL324.51º34.63%59.8%-
HSV(B)324.51º37.77%73.73%-
XYZ33.3625.9236.05-
YUV143.02137.02160.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=40.52%
G=25.22%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811715900.380.150.26324.5134.6359.8
HexBC759F026F1A145233c
Octal27416523704617325054374
Binary101111001110101100111110100110111111010101000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC759F; }

 p { color: rgb(188,117,159); }

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

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

 a { background-color: rgb(188,117,159); }

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

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

 span { border-color: rgb(188,117,159); }

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