#B47AA2

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

Shades of Bouquet #B47AA2

Tints of Bouquet #B47AA2

Color information

#B47AA2 (or 0xB47AA2) is unknown color: approx Bouquet. HEX triplet: B4, 7A and A2. RGB value is (180,122,162). Sum of RGB (Red+Green+Blue) = 180+122+162=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AA2 is #4B855D. Grayscale: #8F8F8F. Windows color (decimal): -4949342 or 10648244. OLE color: 10648244.

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

Color convert

RGB180122162-
CMYK00.320.10.29
HSL318.62º27.88%59.22%-
HSV(B)318.62º32.22%70.59%-
XYZ32.326.2337.54-
YUV143.9138.22153.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=38.79%
G=26.29%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012216200.320.10.29318.6227.8859.22
HexB47AA2020A1D13f1c3b
Octal26417224204012354773473
Binary10110100111101010100010010000010101110110011111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AA2; }

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

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

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

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

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

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

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

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