#B47C9C

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

Shades of Bouquet #B47C9C

Tints of Bouquet #B47C9C

Color information

#B47C9C (or 0xB47C9C) is unknown color: approx Bouquet. HEX triplet: B4, 7C and 9C. RGB value is (180,124,156). Sum of RGB (Red+Green+Blue) = 180+124+156=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C9C is #4B8363. Grayscale: #909090. Windows color (decimal): -4948836 or 10255540. OLE color: 10255540.

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

Color convert

RGB180124156-
CMYK00.310.130.29
HSL325.71º27.18%59.61%-
HSV(B)325.71º31.11%70.59%-
XYZ32.0326.5234.88-
YUV144.39134.55153.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=39.13%
G=26.96%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012415600.310.130.29325.7127.1859.61
HexB47C9C01FD1D1461b3c
Octal26417423403715355063374
Binary1011010011111001001110001111111011110110100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C9C; }

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

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

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

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

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

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

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

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