#B2779E

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

Shades of Bouquet #B2779E

Tints of Bouquet #B2779E

Color information

#B2779E (or 0xB2779E) is unknown color: approx Bouquet. HEX triplet: B2, 77 and 9E. RGB value is (178,119,158). Sum of RGB (Red+Green+Blue) = 178+119+158=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2779E is #4D8861. Grayscale: #8C8C8C. Windows color (decimal): -5081186 or 10385330. OLE color: 10385330.

HSL color Cylindrical-coordinate representation of color #B2779E: hue angle of 320.34º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2779E is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178119158-
CMYK00.330.110.30
HSL320.34º27.7%58.24%-
HSV(B)320.34º33.15%69.8%-
XYZ31.1325.1335.56-
YUV141.09137.55154.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=39.12%
G=26.15%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811915800.330.110.30320.3427.758.24
HexB2779E021B1E1401c3a
Octal26216723604113365003472
Binary10110010111011110011110010000110111111010100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2779E; }

 p { color: rgb(178,119,158); }

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

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

 a { background-color: rgb(178,119,158); }

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

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

 span { border-color: rgb(178,119,158); }

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