#B47495

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

Shades of Bouquet #B47495

Tints of Bouquet #B47495

Color information

#B47495 (or 0xB47495) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 95. RGB value is (180,116,149). Sum of RGB (Red+Green+Blue) = 180+116+149=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47495 is #4B8B6A. Grayscale: #8A8A8A. Windows color (decimal): -4950891 or 9794740. OLE color: 9794740.

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

Color convert

RGB180116149-
CMYK00.360.170.29
HSL329.06º29.91%58.04%-
HSV(B)329.06º35.56%70.59%-
XYZ30.4924.3631.53-
YUV138.9133.7157.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=40.45%
G=26.07%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011614900.360.170.29329.0629.9158.04
HexB47495024111D1491e3a
Octal26416422504421355113672
Binary101101001110100100101010100100100011110110100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47495; }

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

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

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

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

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

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

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

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