#B2779C

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

Shades of Bouquet #B2779C

Tints of Bouquet #B2779C

Color information

#B2779C (or 0xB2779C) is unknown color: approx Bouquet. HEX triplet: B2, 77 and 9C. RGB value is (178,119,156). Sum of RGB (Red+Green+Blue) = 178+119+156=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2779C is #4D8863. Grayscale: #8C8C8C. Windows color (decimal): -5081188 or 10254258. OLE color: 10254258.

HSL color Cylindrical-coordinate representation of color #B2779C: hue angle of 322.37º 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 #B2779C is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178119156-
CMYK00.330.120.30
HSL322.37º27.7%58.24%-
HSV(B)322.37º33.15%69.8%-
XYZ30.9625.0634.66-
YUV140.86136.55154.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=39.29%
G=26.27%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811915600.330.120.30322.3727.758.24
HexB2779C021C1E1421c3a
Octal26216723404114365023472
Binary10110010111011110011100010000111001111010100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2779C; }

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

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

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

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

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

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

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

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