#B0779C

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

Shades of Bouquet #B0779C

Tints of Bouquet #B0779C

Color information

#B0779C (or 0xB0779C) is unknown color: approx Bouquet. HEX triplet: B0, 77 and 9C. RGB value is (176,119,156). Sum of RGB (Red+Green+Blue) = 176+119+156=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0779C is #4F8863. Grayscale: #8C8C8C. Windows color (decimal): -5212260 or 10254256. OLE color: 10254256.

HSL color Cylindrical-coordinate representation of color #B0779C: hue angle of 321.05º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0779C is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176119156-
CMYK00.320.110.31
HSL321.05º26.51%57.84%-
HSV(B)321.05º32.39%69.02%-
XYZ30.524.8234.64-
YUV140.26136.88153.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=39.02%
G=26.39%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611915600.320.110.31321.0526.5157.84
HexB0779C020B1F1411b3a
Octal26016723404013375013372
Binary10110000111011110011100010000010111111110100000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0779C; }

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

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

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

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

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

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

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

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