#BC739F

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

Shades of Bouquet #BC739F

Tints of Bouquet #BC739F

Color information

#BC739F (or 0xBC739F) is unknown color: approx Bouquet. HEX triplet: BC, 73 and 9F. RGB value is (188,115,159). Sum of RGB (Red+Green+Blue) = 188+115+159=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739F is #438C60. Grayscale: #8D8D8D. Windows color (decimal): -4426849 or 10449852. OLE color: 10449852.

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

Color convert

RGB188115159-
CMYK00.390.150.26
HSL323.84º35.27%59.41%-
HSV(B)323.84º38.83%73.73%-
XYZ33.1325.4635.97-
YUV141.84137.68160.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=40.69%
G=24.89%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811515900.390.150.26323.8435.2759.41
HexBC739F027F1A144233b
Octal27416323704717325044373
Binary101111001110011100111110100111111111010101000100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC739F; }

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

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

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

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

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

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

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

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