#BC749D

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

Shades of Bouquet #BC749D

Tints of Bouquet #BC749D

Color information

#BC749D (or 0xBC749D) is unknown color: approx Bouquet. HEX triplet: BC, 74 and 9D. RGB value is (188,116,157). Sum of RGB (Red+Green+Blue) = 188+116+157=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC749D is #438B62. Grayscale: #8E8E8E. Windows color (decimal): -4426595 or 10319036. OLE color: 10319036.

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

Color convert

RGB188116157-
CMYK00.380.160.26
HSL325.83º34.95%59.61%-
HSV(B)325.83º38.3%73.73%-
XYZ33.0725.6235.1-
YUV142.2136.35160.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=40.78%
G=25.16%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811615700.380.160.26325.8334.9559.61
HexBC749D026101A146233c
Octal27416423504620325064374
Binary1011110011101001001110101001101000011010101000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC749D; }

 p { color: rgb(188,116,157); }

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

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

 a { background-color: rgb(188,116,157); }

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

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

 span { border-color: rgb(188,116,157); }

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