#B47E9C

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

Shades of Bouquet #B47E9C

Tints of Bouquet #B47E9C

Color information

#B47E9C (or 0xB47E9C) is unknown color: approx Bouquet. HEX triplet: B4, 7E and 9C. RGB value is (180,126,156). Sum of RGB (Red+Green+Blue) = 180+126+156=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E9C is #4B8163. Grayscale: #919191. Windows color (decimal): -4948324 or 10256052. OLE color: 10256052.

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

Color convert

RGB180126156-
CMYK00.30.130.29
HSL326.67º26.47%60%-
HSV(B)326.67º30%70.59%-
XYZ32.2827.0334.97-
YUV145.57133.89152.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=38.96%
G=27.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012615600.30.130.29326.6726.4760
HexB47E9C01ED1D1471a3c
Octal26417623403615355073274
Binary1011010011111101001110001111011011110110100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E9C; }

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

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

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

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

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

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

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

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