#B47099

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

Shades of Bouquet #B47099

Tints of Bouquet #B47099

Color information

#B47099 (or 0xB47099) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 99. RGB value is (180,112,153). Sum of RGB (Red+Green+Blue) = 180+112+153=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47099 is #4B8F66. Grayscale: #888888. Windows color (decimal): -4951911 or 10055860. OLE color: 10055860.

HSL color Cylindrical-coordinate representation of color #B47099: hue angle of 323.82º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47099 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180112153-
CMYK00.380.150.29
HSL323.82º31.19%57.25%-
HSV(B)323.82º37.78%70.59%-
XYZ30.3723.5933.09-
YUV137.01137.03158.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=40.45%
G=25.17%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011215300.380.150.29323.8231.1957.25
HexB47099026F1D1441f39
Octal26416023104617355043771
Binary10110100111000010011001010011011111110110100010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47099; }

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

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

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

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

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

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

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

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