#B46AA0

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

Shades of Bouquet #B46AA0

Tints of Bouquet #B46AA0

Color information

#B46AA0 (or 0xB46AA0) is unknown color: approx Bouquet. HEX triplet: B4, 6A and A0. RGB value is (180,106,160). Sum of RGB (Red+Green+Blue) = 180+106+160=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AA0 is #4B955F. Grayscale: #868686. Windows color (decimal): -4953440 or 10513076. OLE color: 10513076.

HSL color Cylindrical-coordinate representation of color #B46AA0: hue angle of 316.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46AA0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180106160-
CMYK00.410.110.29
HSL316.22º33.04%56.08%-
HSV(B)316.22º41.11%70.59%-
XYZ30.3222.5536.01-
YUV134.28142.52160.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=40.36%
G=23.77%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010616000.410.110.29316.2233.0456.08
HexB46AA0029B1D13c2138
Octal26415224005113354744170
Binary101101001101010101000000101001101111101100111100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AA0; }

 p { color: rgb(180,106,160); }

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

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

 a { background-color: rgb(180,106,160); }

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

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

 span { border-color: rgb(180,106,160); }

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