#B46B9E

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

Shades of Bouquet #B46B9E

Tints of Bouquet #B46B9E

Color information

#B46B9E (or 0xB46B9E) is unknown color: approx Bouquet. HEX triplet: B4, 6B and 9E. RGB value is (180,107,158). Sum of RGB (Red+Green+Blue) = 180+107+158=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B9E is #4B9461. Grayscale: #868686. Windows color (decimal): -4953186 or 10382260. OLE color: 10382260.

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

Color convert

RGB180107158-
CMYK00.410.120.29
HSL318.08º32.74%56.27%-
HSV(B)318.08º40.56%70.59%-
XYZ30.2522.6935.13-
YUV134.64141.18160.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=40.45%
G=24.04%
B=35.51%

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
Decimal18010715800.410.120.29318.0832.7456.27
HexB46B9E029C1D13e2138
Octal26415323605114354764170
Binary101101001101011100111100101001110011101100111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B9E; }

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

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

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

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

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

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

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

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