#B6689C

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

Shades of Bouquet #B6689C

Tints of Bouquet #B6689C

Color information

#B6689C (or 0xB6689C) is unknown color: approx Bouquet. HEX triplet: B6, 68 and 9C. RGB value is (182,104,156). Sum of RGB (Red+Green+Blue) = 182+104+156=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6689C is #499763. Grayscale: #858585. Windows color (decimal): -4822884 or 10250422. OLE color: 10250422.

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

Color convert

RGB182104156-
CMYK00.430.140.29
HSL320º34.82%56.08%-
HSV(B)320º42.86%71.37%-
XYZ30.2422.2534.15-
YUV133.25140.84162.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210415600.430.140.2932034.8256.08
HexB6689C02BE1D1402338
Octal26615023405316355004370
Binary101101101101000100111000101011111011101101000000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6689C; }

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

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

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

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

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

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

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

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