#B4749B

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

Shades of Bouquet #B4749B

Tints of Bouquet #B4749B

Color information

#B4749B (or 0xB4749B) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 9B. RGB value is (180,116,155). Sum of RGB (Red+Green+Blue) = 180+116+155=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4749B is #4B8B64. Grayscale: #8B8B8B. Windows color (decimal): -4950885 or 10187956. OLE color: 10187956.

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

Color convert

RGB180116155-
CMYK00.360.140.29
HSL323.44º29.91%58.04%-
HSV(B)323.44º35.56%70.59%-
XYZ30.9824.5634.12-
YUV139.58136.7156.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=39.91%
G=25.72%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011615500.360.140.29323.4429.9158.04
HexB4749B024E1D1431e3a
Octal26416423304416355033672
Binary10110100111010010011011010010011101110110100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4749B; }

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

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

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

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

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

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

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

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