#B3759F

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

Shades of Bouquet #B3759F

Tints of Bouquet #B3759F

Color information

#B3759F (or 0xB3759F) is unknown color: approx Bouquet. HEX triplet: B3, 75 and 9F. RGB value is (179,117,159). Sum of RGB (Red+Green+Blue) = 179+117+159=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3759F is #4C8A60. Grayscale: #8C8C8C. Windows color (decimal): -5016161 or 10450355. OLE color: 10450355.

HSL color Cylindrical-coordinate representation of color #B3759F: hue angle of 319.35º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3759F is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179117159-
CMYK00.350.110.30
HSL319.35º28.97%58.04%-
HSV(B)319.35º34.64%70.2%-
XYZ31.2124.8135.94-
YUV140.33138.54155.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=39.34%
G=25.71%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911715900.350.110.30319.3528.9758.04
HexB3759F023B1E13f1d3a
Octal26316523704313364773572
Binary10110011111010110011111010001110111111010011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3759F; }

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

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

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

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

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

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

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

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