#B47AA9

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

Shades of Bouquet #B47AA9

Tints of Bouquet #B47AA9

Color information

#B47AA9 (or 0xB47AA9) is unknown color: approx Bouquet. HEX triplet: B4, 7A and A9. RGB value is (180,122,169). Sum of RGB (Red+Green+Blue) = 180+122+169=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AA9 is #4B8556. Grayscale: #909090. Windows color (decimal): -4949335 or 11106996. OLE color: 11106996.

HSL color Cylindrical-coordinate representation of color #B47AA9: hue angle of 311.38º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47AA9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180122169-
CMYK00.320.060.29
HSL311.38º27.88%59.22%-
HSV(B)311.38º32.22%70.59%-
XYZ32.9426.4940.91-
YUV144.7141.72153.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=38.22%
G=25.90%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012216900.320.060.29311.3827.8859.22
HexB47AA902061D1371c3b
Octal2641722510406354673473
Binary1011010011110101010100101000001101110110011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AA9; }

 p { color: rgb(180,122,169); }

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

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

 a { background-color: rgb(180,122,169); }

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

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

 span { border-color: rgb(180,122,169); }

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