#B3759B

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

Shades of Bouquet #B3759B

Tints of Bouquet #B3759B

Color information

#B3759B (or 0xB3759B) is unknown color: approx Bouquet. HEX triplet: B3, 75 and 9B. RGB value is (179,117,155). Sum of RGB (Red+Green+Blue) = 179+117+155=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3759B is #4C8A64. Grayscale: #8B8B8B. Windows color (decimal): -5016165 or 10188211. OLE color: 10188211.

HSL color Cylindrical-coordinate representation of color #B3759B: hue angle of 323.23º 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 #B3759B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179117155-
CMYK00.350.130.30
HSL323.23º28.97%58.04%-
HSV(B)323.23º34.64%70.2%-
XYZ30.8724.6734.15-
YUV139.87136.54155.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=39.69%
G=25.94%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911715500.350.130.30323.2328.9758.04
HexB3759B023D1E1431d3a
Octal26316523304315365033572
Binary10110011111010110011011010001111011111010100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3759B; }

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

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

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

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

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

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

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

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