#B47C96

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

Shades of Bouquet #B47C96

Tints of Bouquet #B47C96

Color information

#B47C96 (or 0xB47C96) is unknown color: approx Bouquet. HEX triplet: B4, 7C and 96. RGB value is (180,124,150). Sum of RGB (Red+Green+Blue) = 180+124+150=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C96 is #4B8369. Grayscale: #8F8F8F. Windows color (decimal): -4948842 or 9862324. OLE color: 9862324.

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

Color convert

RGB180124150-
CMYK00.310.170.29
HSL332.14º27.18%59.61%-
HSV(B)332.14º31.11%70.59%-
XYZ31.5426.3232.27-
YUV143.71131.55153.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=39.65%
G=27.31%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012415000.310.170.29332.1427.1859.61
HexB47C9601F111D14c1b3c
Octal26417422603721355143374
Binary10110100111110010010110011111100011110110100110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C96; }

 p { color: rgb(180,124,150); }

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

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

 a { background-color: rgb(180,124,150); }

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

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

 span { border-color: rgb(180,124,150); }

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