#B47399

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

Shades of Bouquet #B47399

Tints of Bouquet #B47399

Color information

#B47399 (or 0xB47399) is unknown color: approx Bouquet. HEX triplet: B4, 73 and 99. RGB value is (180,115,153). Sum of RGB (Red+Green+Blue) = 180+115+153=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47399 is #4B8C66. Grayscale: #8A8A8A. Windows color (decimal): -4951143 or 10056628. OLE color: 10056628.

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

Color convert

RGB180115153-
CMYK00.360.150.29
HSL324.92º30.23%57.84%-
HSV(B)324.92º36.11%70.59%-
XYZ30.724.2633.2-
YUV138.77136.03157.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=40.18%
G=25.67%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011515300.360.150.29324.9230.2357.84
HexB47399024F1D1451e3a
Octal26416323104417355053672
Binary10110100111001110011001010010011111110110100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47399; }

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

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

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

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

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

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

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

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