#B6779B

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

Shades of Bouquet #B6779B

Tints of Bouquet #B6779B

Color information

#B6779B (or 0xB6779B) is unknown color: approx Bouquet. HEX triplet: B6, 77 and 9B. RGB value is (182,119,155). Sum of RGB (Red+Green+Blue) = 182+119+155=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779B is #498864. Grayscale: #8D8D8D. Windows color (decimal): -4819045 or 10188726. OLE color: 10188726.

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

Color convert

RGB182119155-
CMYK00.350.150.29
HSL325.71º30.14%59.02%-
HSV(B)325.71º34.62%71.37%-
XYZ31.825.5134.26-
YUV141.94135.37156.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=39.91%
G=26.10%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211915500.350.150.29325.7130.1459.02
HexB6779B023F1D1461e3b
Octal26616723304317355063673
Binary10110110111011110011011010001111111110110100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6779B; }

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

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

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

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

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

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

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

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