#B46A9F

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

Shades of Bouquet #B46A9F

Tints of Bouquet #B46A9F

Color information

#B46A9F (or 0xB46A9F) is unknown color: approx Bouquet. HEX triplet: B4, 6A and 9F. RGB value is (180,106,159). Sum of RGB (Red+Green+Blue) = 180+106+159=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A9F is #4B9560. Grayscale: #868686. Windows color (decimal): -4953441 or 10447540. OLE color: 10447540.

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

Color convert

RGB180106159-
CMYK00.410.120.29
HSL317.03º33.04%56.08%-
HSV(B)317.03º41.11%70.59%-
XYZ30.2322.5135.55-
YUV134.17142.02160.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=40.45%
G=23.82%
B=35.73%

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
Decimal18010615900.410.120.29317.0333.0456.08
HexB46A9F029C1D13d2138
Octal26415223705114354754170
Binary101101001101010100111110101001110011101100111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A9F; }

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

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

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

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

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

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

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

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