#B47C9B

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

Shades of Bouquet #B47C9B

Tints of Bouquet #B47C9B

Color information

#B47C9B (or 0xB47C9B) is unknown color: approx Bouquet. HEX triplet: B4, 7C and 9B. RGB value is (180,124,155). Sum of RGB (Red+Green+Blue) = 180+124+155=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C9B is #4B8364. Grayscale: #909090. Windows color (decimal): -4948837 or 10190004. OLE color: 10190004.

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

Color convert

RGB180124155-
CMYK00.310.140.29
HSL326.79º27.18%59.61%-
HSV(B)326.79º31.11%70.59%-
XYZ31.9526.4934.44-
YUV144.28134.05153.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=39.22%
G=27.02%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012415500.310.140.29326.7927.1859.61
HexB47C9B01FE1D1471b3c
Octal26417423303716355073374
Binary1011010011111001001101101111111101110110100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C9B; }

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

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

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

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

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

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

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

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