#B47E9A

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

Shades of Bouquet #B47E9A

Tints of Bouquet #B47E9A

Color information

#B47E9A (or 0xB47E9A) is unknown color: approx Bouquet. HEX triplet: B4, 7E and 9A. RGB value is (180,126,154). Sum of RGB (Red+Green+Blue) = 180+126+154=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E9A is #4B8165. Grayscale: #919191. Windows color (decimal): -4948326 or 10124980. OLE color: 10124980.

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

Color convert

RGB180126154-
CMYK00.30.140.29
HSL328.89º26.47%60%-
HSV(B)328.89º30%70.59%-
XYZ32.1226.9634.08-
YUV145.34132.89152.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=39.13%
G=27.39%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012615400.30.140.29328.8926.4760
HexB47E9A01EE1D1491a3c
Octal26417623203616355113274
Binary1011010011111101001101001111011101110110100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E9A; }

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

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

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

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

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

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

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

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