#B9699F

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

Shades of Bouquet #B9699F

Tints of Bouquet #B9699F

Color information

#B9699F (or 0xB9699F) is unknown color: approx Bouquet. HEX triplet: B9, 69 and 9F. RGB value is (185,105,159). Sum of RGB (Red+Green+Blue) = 185+105+159=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9699F is #469660. Grayscale: #868686. Windows color (decimal): -4626017 or 10447289. OLE color: 10447289.

HSL color Cylindrical-coordinate representation of color #B9699F: hue angle of 319.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9699F is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185105159-
CMYK00.430.140.27
HSL319.5º36.36%56.86%-
HSV(B)319.5º43.24%72.55%-
XYZ31.3222.9235.57-
YUV135.08141.5163.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=41.20%
G=23.39%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510515900.430.140.27319.536.3656.86
HexB9699F02BE1B1402439
Octal27115123705316335004471
Binary101110011101001100111110101011111011011101000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9699F; }

 p { color: rgb(185,105,159); }

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

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

 a { background-color: rgb(185,105,159); }

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

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

 span { border-color: rgb(185,105,159); }

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