#B47698

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

Shades of Bouquet #B47698

Tints of Bouquet #B47698

Color information

#B47698 (or 0xB47698) is unknown color: approx Bouquet. HEX triplet: B4, 76 and 98. RGB value is (180,118,152). Sum of RGB (Red+Green+Blue) = 180+118+152=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47698 is #4B8967. Grayscale: #8C8C8C. Windows color (decimal): -4950376 or 9991860. OLE color: 9991860.

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

Color convert

RGB180118152-
CMYK00.340.160.29
HSL327.1º29.25%58.43%-
HSV(B)327.1º34.44%70.59%-
XYZ30.9724.9332.88-
YUV140.41134.54156.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=40%
G=26.22%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011815200.340.160.29327.129.2558.43
HexB47698022101D1471d3a
Octal26416623004220355073572
Binary101101001110110100110000100010100001110110100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47698; }

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

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

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

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

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

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

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

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