#B9689E

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

Shades of Bouquet #B9689E

Tints of Bouquet #B9689E

Color information

#B9689E (or 0xB9689E) is unknown color: approx Bouquet. HEX triplet: B9, 68 and 9E. RGB value is (185,104,158). Sum of RGB (Red+Green+Blue) = 185+104+158=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9689E is #469761. Grayscale: #868686. Windows color (decimal): -4626274 or 10381497. OLE color: 10381497.

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

Color convert

RGB185104158-
CMYK00.440.150.27
HSL320º36.65%56.67%-
HSV(B)320º43.78%72.55%-
XYZ31.1322.6835.09-
YUV134.38141.34164.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=41.39%
G=23.27%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510415800.440.150.2732036.6556.67
HexB9689E02CF1B1402539
Octal27115023605417335004571
Binary101110011101000100111100101100111111011101000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9689E; }

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

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

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

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

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

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

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

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