#B46A9E

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

Shades of Bouquet #B46A9E

Tints of Bouquet #B46A9E

Color information

#B46A9E (or 0xB46A9E) is unknown color: approx Bouquet. HEX triplet: B4, 6A and 9E. RGB value is (180,106,158). Sum of RGB (Red+Green+Blue) = 180+106+158=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A9E is #4B9561. Grayscale: #858585. Windows color (decimal): -4953442 or 10382004. OLE color: 10382004.

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

Color convert

RGB180106158-
CMYK00.410.120.29
HSL317.84º33.04%56.08%-
HSV(B)317.84º41.11%70.59%-
XYZ30.1522.4835.1-
YUV134.05141.52160.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=40.54%
G=23.87%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010615800.410.120.29317.8433.0456.08
HexB46A9E029C1D13e2138
Octal26415223605114354764170
Binary101101001101010100111100101001110011101100111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A9E; }

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

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

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

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

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

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

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

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