#B1769C

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

Shades of Bouquet #B1769C

Tints of Bouquet #B1769C

Color information

#B1769C (or 0xB1769C) is unknown color: approx Bouquet. HEX triplet: B1, 76 and 9C. RGB value is (177,118,156). Sum of RGB (Red+Green+Blue) = 177+118+156=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1769C is #4E8963. Grayscale: #8B8B8B. Windows color (decimal): -5146980 or 10254001. OLE color: 10254001.

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

Color convert

RGB177118156-
CMYK00.330.120.31
HSL321.36º27.44%57.84%-
HSV(B)321.36º33.33%69.41%-
XYZ30.6124.734.61-
YUV139.97137.05154.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=39.25%
G=26.16%
B=34.59%

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
Decimal17711815600.330.120.31321.3627.4457.84
HexB1769C021C1F1411b3a
Octal26116623404114375013372
Binary10110001111011010011100010000111001111110100000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1769C; }

 p { color: rgb(177,118,156); }

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

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

 a { background-color: rgb(177,118,156); }

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

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

 span { border-color: rgb(177,118,156); }

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