#B9659E

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

Shades of Bouquet #B9659E

Tints of Bouquet #B9659E

Color information

#B9659E (or 0xB9659E) is unknown color: approx Bouquet. HEX triplet: B9, 65 and 9E. RGB value is (185,101,158). Sum of RGB (Red+Green+Blue) = 185+101+158=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9659E is #469A61. Grayscale: #848484. Windows color (decimal): -4627042 or 10380729. OLE color: 10380729.

HSL color Cylindrical-coordinate representation of color #B9659E: hue angle of 319.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9659E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185101158-
CMYK00.450.150.27
HSL319.29º37.5%56.08%-
HSV(B)319.29º45.41%72.55%-
XYZ30.8322.0934.99-
YUV132.61142.33165.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=41.67%
G=22.75%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510115800.450.150.27319.2937.556.08
HexB9659E02DF1B13f2638
Octal27114523605517334774670
Binary101110011100101100111100101101111111011100111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9659E; }

 p { color: rgb(185,101,158); }

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

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

 a { background-color: rgb(185,101,158); }

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

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

 span { border-color: rgb(185,101,158); }

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