#B47499

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

Shades of Bouquet #B47499

Tints of Bouquet #B47499

Color information

#B47499 (or 0xB47499) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 99. RGB value is (180,116,153). Sum of RGB (Red+Green+Blue) = 180+116+153=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47499 is #4B8B66. Grayscale: #8B8B8B. Windows color (decimal): -4950887 or 10056884. OLE color: 10056884.

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

Color convert

RGB180116153-
CMYK00.360.150.29
HSL325.31º29.91%58.04%-
HSV(B)325.31º35.56%70.59%-
XYZ30.8224.4933.24-
YUV139.35135.7156.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=40.09%
G=25.84%
B=34.08%

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
Decimal18011615300.360.150.29325.3129.9158.04
HexB47499024F1D1451e3a
Octal26416423104417355053672
Binary10110100111010010011001010010011111110110100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47499; }

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

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

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

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

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

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

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

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