#B1779B

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

Shades of Bouquet #B1779B

Tints of Bouquet #B1779B

Color information

#B1779B (or 0xB1779B) is unknown color: approx Bouquet. HEX triplet: B1, 77 and 9B. RGB value is (177,119,155). Sum of RGB (Red+Green+Blue) = 177+119+155=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1779B is #4E8864. Grayscale: #8C8C8C. Windows color (decimal): -5146725 or 10188721. OLE color: 10188721.

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

Color convert

RGB177119155-
CMYK00.330.120.31
HSL322.76º27.1%58.04%-
HSV(B)322.76º32.77%69.41%-
XYZ30.6424.9134.2-
YUV140.45136.22154.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=39.25%
G=26.39%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711915500.330.120.31322.7627.158.04
HexB1779B021C1F1431b3a
Octal26116723304114375033372
Binary10110001111011110011011010000111001111110100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1779B; }

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

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

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

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

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

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

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

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