#B47EA8

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

Shades of Bouquet #B47EA8

Tints of Bouquet #B47EA8

Color information

#B47EA8 (or 0xB47EA8) is unknown color: approx Bouquet. HEX triplet: B4, 7E and A8. RGB value is (180,126,168). Sum of RGB (Red+Green+Blue) = 180+126+168=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EA8 is #4B8157. Grayscale: #929292. Windows color (decimal): -4948312 or 11042484. OLE color: 11042484.

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

Color convert

RGB180126168-
CMYK00.30.070.29
HSL313.33º26.47%60%-
HSV(B)313.33º30%70.59%-
XYZ33.3527.4540.59-
YUV146.93139.89151.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=37.97%
G=26.58%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012616800.30.070.29313.3326.4760
HexB47EA801E71D1391a3c
Octal2641762500367354713274
Binary101101001111110101010000111101111110110011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EA8; }

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

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

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

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

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

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

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

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