#B6779D

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

Shades of Bouquet #B6779D

Tints of Bouquet #B6779D

Color information

#B6779D (or 0xB6779D) is unknown color: approx Bouquet. HEX triplet: B6, 77 and 9D. RGB value is (182,119,157). Sum of RGB (Red+Green+Blue) = 182+119+157=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779D is #498862. Grayscale: #8E8E8E. Windows color (decimal): -4819043 or 10319798. OLE color: 10319798.

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

Color convert

RGB182119157-
CMYK00.350.140.29
HSL323.81º30.14%59.02%-
HSV(B)323.81º34.62%71.37%-
XYZ31.9725.5735.15-
YUV142.17136.37156.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=39.74%
G=25.98%
B=34.28%

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
Decimal18211915700.350.140.29323.8130.1459.02
HexB6779D023E1D1441e3b
Octal26616723504316355043673
Binary10110110111011110011101010001111101110110100010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6779D; }

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

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

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

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

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

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

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

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