#B47599

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

Shades of Bouquet #B47599

Tints of Bouquet #B47599

Color information

#B47599 (or 0xB47599) is unknown color: approx Bouquet. HEX triplet: B4, 75 and 99. RGB value is (180,117,153). Sum of RGB (Red+Green+Blue) = 180+117+153=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47599 is #4B8A66. Grayscale: #8B8B8B. Windows color (decimal): -4950631 or 10057140. OLE color: 10057140.

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

Color convert

RGB180117153-
CMYK00.350.150.29
HSL325.71º29.58%58.24%-
HSV(B)325.71º35%70.59%-
XYZ30.9324.7333.28-
YUV139.94135.37156.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 153 (60.16% from 255) = 34%
R=40%
G=26%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011715300.350.150.29325.7129.5858.24
HexB47599023F1D1461e3a
Octal26416523104317355063672
Binary10110100111010110011001010001111111110110100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47599; }

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

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

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

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

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

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

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

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