#B4759A

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

Shades of Bouquet #B4759A

Tints of Bouquet #B4759A

Color information

#B4759A (or 0xB4759A) is unknown color: approx Bouquet. HEX triplet: B4, 75 and 9A. RGB value is (180,117,154). Sum of RGB (Red+Green+Blue) = 180+117+154=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4759A is #4B8A65. Grayscale: #8B8B8B. Windows color (decimal): -4950630 or 10122676. OLE color: 10122676.

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

Color convert

RGB180117154-
CMYK00.350.140.29
HSL324.76º29.58%58.24%-
HSV(B)324.76º35%70.59%-
XYZ31.0224.7633.72-
YUV140.06135.87156.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=39.91%
G=25.94%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011715400.350.140.29324.7629.5858.24
HexB4759A023E1D1451e3a
Octal26416523204316355053672
Binary10110100111010110011010010001111101110110100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4759A; }

 p { color: rgb(180,117,154); }

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

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

 a { background-color: rgb(180,117,154); }

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

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

 span { border-color: rgb(180,117,154); }

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