#B4759C

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

Shades of Bouquet #B4759C

Tints of Bouquet #B4759C

Color information

#B4759C (or 0xB4759C) is unknown color: approx Bouquet. HEX triplet: B4, 75 and 9C. RGB value is (180,117,156). Sum of RGB (Red+Green+Blue) = 180+117+156=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4759C is #4B8A63. Grayscale: #8C8C8C. Windows color (decimal): -4950628 or 10253748. OLE color: 10253748.

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

Color convert

RGB180117156-
CMYK00.350.130.29
HSL322.86º29.58%58.24%-
HSV(B)322.86º35%70.59%-
XYZ31.1824.8334.6-
YUV140.28136.87156.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=39.74%
G=25.83%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011715600.350.130.29322.8629.5858.24
HexB4759C023D1D1431e3a
Octal26416523404315355033672
Binary10110100111010110011100010001111011110110100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4759C; }

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

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

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

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

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

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

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

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