#B46499

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

Shades of Bouquet #B46499

Tints of Bouquet #B46499

Color information

#B46499 (or 0xB46499) is unknown color: approx Bouquet. HEX triplet: B4, 64 and 99. RGB value is (180,100,153). Sum of RGB (Red+Green+Blue) = 180+100+153=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46499 is #4B9B66. Grayscale: #818181. Windows color (decimal): -4954983 or 10052788. OLE color: 10052788.

HSL color Cylindrical-coordinate representation of color #B46499: hue angle of 320.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46499 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180100153-
CMYK00.440.150.29
HSL320.25º34.78%54.9%-
HSV(B)320.25º44.44%70.59%-
XYZ29.1321.1232.68-
YUV129.96141163.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=41.57%
G=23.09%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010015300.440.150.29320.2534.7854.9
HexB4649902CF1D1402337
Octal26414423105417355004367
Binary101101001100100100110010101100111111101101000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46499; }

 p { color: rgb(180,100,153); }

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

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

 a { background-color: rgb(180,100,153); }

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

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

 span { border-color: rgb(180,100,153); }

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