#B47598

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

Shades of Bouquet #B47598

Tints of Bouquet #B47598

Color information

#B47598 (or 0xB47598) is unknown color: approx Bouquet. HEX triplet: B4, 75 and 98. RGB value is (180,117,152). Sum of RGB (Red+Green+Blue) = 180+117+152=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47598 is #4B8A67. Grayscale: #8B8B8B. Windows color (decimal): -4950632 or 9991604. OLE color: 9991604.

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

Color convert

RGB180117152-
CMYK00.350.160.29
HSL326.67º29.58%58.24%-
HSV(B)326.67º35%70.59%-
XYZ30.8524.6932.85-
YUV139.83134.87156.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=40.09%
G=26.06%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011715200.350.160.29326.6729.5858.24
HexB47598023101D1471e3a
Octal26416523004320355073672
Binary101101001110101100110000100011100001110110100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47598; }

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

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

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

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

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

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

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

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