#B6659C

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

Shades of Bouquet #B6659C

Tints of Bouquet #B6659C

Color information

#B6659C (or 0xB6659C) is unknown color: approx Bouquet. HEX triplet: B6, 65 and 9C. RGB value is (182,101,156). Sum of RGB (Red+Green+Blue) = 182+101+156=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6659C is #499A63. Grayscale: #838383. Windows color (decimal): -4823652 or 10249654. OLE color: 10249654.

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

Color convert

RGB182101156-
CMYK00.450.140.29
HSL319.26º35.68%55.49%-
HSV(B)319.26º44.51%71.37%-
XYZ29.9521.6534.05-
YUV131.49141.84164.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=41.46%
G=23.01%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210115600.450.140.29319.2635.6855.49
HexB6659C02DE1D13f2437
Octal26614523405516354774467
Binary101101101100101100111000101101111011101100111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6659C; }

 p { color: rgb(182,101,156); }

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

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

 a { background-color: rgb(182,101,156); }

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

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

 span { border-color: rgb(182,101,156); }

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