#B47F9C

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

Shades of Bouquet #B47F9C

Tints of Bouquet #B47F9C

Color information

#B47F9C (or 0xB47F9C) is unknown color: approx Bouquet. HEX triplet: B4, 7F and 9C. RGB value is (180,127,156). Sum of RGB (Red+Green+Blue) = 180+127+156=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F9C is #4B8063. Grayscale: #929292. Windows color (decimal): -4948068 or 10256308. OLE color: 10256308.

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

Color convert

RGB180127156-
CMYK00.290.130.29
HSL327.17º26.11%60.2%-
HSV(B)327.17º29.44%70.59%-
XYZ32.4127.2835.01-
YUV146.15133.56152.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=38.88%
G=27.43%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012715600.290.130.29327.1726.1160.2
HexB47F9C01DD1D1471a3c
Octal26417723403515355073274
Binary1011010011111111001110001110111011110110100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F9C; }

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

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

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

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

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

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

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

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