#B6779A

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

Shades of Bouquet #B6779A

Tints of Bouquet #B6779A

Color information

#B6779A (or 0xB6779A) is unknown color: approx Bouquet. HEX triplet: B6, 77 and 9A. RGB value is (182,119,154). Sum of RGB (Red+Green+Blue) = 182+119+154=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779A is #498865. Grayscale: #8D8D8D. Windows color (decimal): -4819046 or 10123190. OLE color: 10123190.

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

Color convert

RGB182119154-
CMYK00.350.150.29
HSL326.67º30.14%59.02%-
HSV(B)326.67º34.62%71.37%-
XYZ31.7225.4733.82-
YUV141.83134.87156.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=40%
G=26.15%
B=33.85%

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
Decimal18211915400.350.150.29326.6730.1459.02
HexB6779A023F1D1471e3b
Octal26616723204317355073673
Binary10110110111011110011010010001111111110110100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6779A; }

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

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

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

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

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

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

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

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