#B47E9E

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

Shades of Bouquet #B47E9E

Tints of Bouquet #B47E9E

Color information

#B47E9E (or 0xB47E9E) is unknown color: approx Bouquet. HEX triplet: B4, 7E and 9E. RGB value is (180,126,158). Sum of RGB (Red+Green+Blue) = 180+126+158=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E9E is #4B8161. Grayscale: #919191. Windows color (decimal): -4948322 or 10387124. OLE color: 10387124.

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

Color convert

RGB180126158-
CMYK00.30.120.29
HSL324.44º26.47%60%-
HSV(B)324.44º30%70.59%-
XYZ32.4527.0935.87-
YUV145.79134.89152.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=38.79%
G=27.16%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012615800.30.120.29324.4426.4760
HexB47E9E01EC1D1441a3c
Octal26417623603614355043274
Binary1011010011111101001111001111011001110110100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E9E; }

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

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

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

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

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

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

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

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