#B6779C

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

Shades of Bouquet #B6779C

Tints of Bouquet #B6779C

Color information

#B6779C (or 0xB6779C) is unknown color: approx Bouquet. HEX triplet: B6, 77 and 9C. RGB value is (182,119,156). Sum of RGB (Red+Green+Blue) = 182+119+156=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779C is #498863. Grayscale: #8D8D8D. Windows color (decimal): -4819044 or 10254262. OLE color: 10254262.

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

Color convert

RGB182119156-
CMYK00.350.140.29
HSL324.76º30.14%59.02%-
HSV(B)324.76º34.62%71.37%-
XYZ31.8925.5434.7-
YUV142.05135.87156.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=39.82%
G=26.04%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211915600.350.140.29324.7630.1459.02
HexB6779C023E1D1451e3b
Octal26616723404316355053673
Binary10110110111011110011100010001111101110110100010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6779C; }

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

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

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

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

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

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

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

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