#B4749C

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

Shades of Bouquet #B4749C

Tints of Bouquet #B4749C

Color information

#B4749C (or 0xB4749C) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 9C. RGB value is (180,116,156). Sum of RGB (Red+Green+Blue) = 180+116+156=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4749C is #4B8B63. Grayscale: #8B8B8B. Windows color (decimal): -4950884 or 10253492. OLE color: 10253492.

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

Color convert

RGB180116156-
CMYK00.360.130.29
HSL322.5º29.91%58.04%-
HSV(B)322.5º35.56%70.59%-
XYZ31.0724.5934.56-
YUV139.7137.2156.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=39.82%
G=25.66%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011615600.360.130.29322.529.9158.04
HexB4749C024D1D1421e3a
Octal26416423404415355023672
Binary10110100111010010011100010010011011110110100001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4749C; }

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

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

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

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

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

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

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

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