#B6689F

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

Shades of Bouquet #B6689F

Tints of Bouquet #B6689F

Color information

#B6689F (or 0xB6689F) is unknown color: approx Bouquet. HEX triplet: B6, 68 and 9F. RGB value is (182,104,159). Sum of RGB (Red+Green+Blue) = 182+104+159=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6689F is #499760. Grayscale: #858585. Windows color (decimal): -4822881 or 10447030. OLE color: 10447030.

HSL color Cylindrical-coordinate representation of color #B6689F: hue angle of 317.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6689F is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182104159-
CMYK00.430.130.29
HSL317.69º34.82%56.08%-
HSV(B)317.69º42.86%71.37%-
XYZ30.522.3535.51-
YUV133.59142.34162.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=40.90%
G=23.37%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210415900.430.130.29317.6934.8256.08
HexB6689F02BD1D13e2338
Octal26615023705315354764370
Binary101101101101000100111110101011110111101100111110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6689F; }

 p { color: rgb(182,104,159); }

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

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

 a { background-color: rgb(182,104,159); }

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

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

 span { border-color: rgb(182,104,159); }

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