#B47EA5

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

Shades of Bouquet #B47EA5

Tints of Bouquet #B47EA5

Color information

#B47EA5 (or 0xB47EA5) is unknown color: approx Bouquet. HEX triplet: B4, 7E and A5. RGB value is (180,126,165). Sum of RGB (Red+Green+Blue) = 180+126+165=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EA5 is #4B815A. Grayscale: #929292. Windows color (decimal): -4948315 or 10845876. OLE color: 10845876.

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

Color convert

RGB180126165-
CMYK00.30.080.29
HSL316.67º26.47%60%-
HSV(B)316.67º30%70.59%-
XYZ33.0727.3439.13-
YUV146.59138.39151.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=38.22%
G=26.75%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012616500.30.080.29316.6726.4760
HexB47EA501E81D13d1a3c
Octal26417624503610354753274
Binary1011010011111101010010101111010001110110011110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EA5; }

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

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

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

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

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

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

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

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