#B9699E

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

Shades of Bouquet #B9699E

Tints of Bouquet #B9699E

Color information

#B9699E (or 0xB9699E) is unknown color: approx Bouquet. HEX triplet: B9, 69 and 9E. RGB value is (185,105,158). Sum of RGB (Red+Green+Blue) = 185+105+158=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9699E is #469661. Grayscale: #868686. Windows color (decimal): -4626018 or 10381753. OLE color: 10381753.

HSL color Cylindrical-coordinate representation of color #B9699E: hue angle of 320.25º 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 #B9699E is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185105158-
CMYK00.430.150.27
HSL320.25º36.36%56.86%-
HSV(B)320.25º43.24%72.55%-
XYZ31.2322.8935.12-
YUV134.96141163.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=41.29%
G=23.44%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510515800.430.150.27320.2536.3656.86
HexB9699E02BF1B1402439
Octal27115123605317335004471
Binary101110011101001100111100101011111111011101000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9699E; }

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

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

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

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

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

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

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

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