#B47EA6

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

Shades of Bouquet #B47EA6

Tints of Bouquet #B47EA6

Color information

#B47EA6 (or 0xB47EA6) is unknown color: approx Bouquet. HEX triplet: B4, 7E and A6. RGB value is (180,126,166). Sum of RGB (Red+Green+Blue) = 180+126+166=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EA6 is #4B8159. Grayscale: #929292. Windows color (decimal): -4948314 or 10911412. OLE color: 10911412.

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

Color convert

RGB180126166-
CMYK00.30.080.29
HSL315.56º26.47%60%-
HSV(B)315.56º30%70.59%-
XYZ33.1727.3839.61-
YUV146.71138.89151.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=38.14%
G=26.69%
B=35.17%

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
Decimal18012616600.30.080.29315.5626.4760
HexB47EA601E81D13c1a3c
Octal26417624603610354743274
Binary1011010011111101010011001111010001110110011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EA6; }

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

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

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

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

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

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

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

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