#B47596

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

Shades of Bouquet #B47596

Tints of Bouquet #B47596

Color information

#B47596 (or 0xB47596) is unknown color: approx Bouquet. HEX triplet: B4, 75 and 96. RGB value is (180,117,150). Sum of RGB (Red+Green+Blue) = 180+117+150=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47596 is #4B8A69. Grayscale: #8B8B8B. Windows color (decimal): -4950634 or 9860532. OLE color: 9860532.

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

Color convert

RGB180117150-
CMYK00.350.170.29
HSL328.57º29.58%58.24%-
HSV(B)328.57º35%70.59%-
XYZ30.6924.6331.99-
YUV139.6133.87156.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=40.27%
G=26.17%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011715000.350.170.29328.5729.5858.24
HexB47596023111D1491e3a
Octal26416522604321355113672
Binary101101001110101100101100100011100011110110100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47596; }

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

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

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

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

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

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

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

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