#B1769A

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

Shades of Bouquet #B1769A

Tints of Bouquet #B1769A

Color information

#B1769A (or 0xB1769A) is unknown color: approx Bouquet. HEX triplet: B1, 76 and 9A. RGB value is (177,118,154). Sum of RGB (Red+Green+Blue) = 177+118+154=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1769A is #4E8965. Grayscale: #8B8B8B. Windows color (decimal): -5146982 or 10122929. OLE color: 10122929.

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

Color convert

RGB177118154-
CMYK00.330.130.31
HSL323.39º27.44%57.84%-
HSV(B)323.39º33.33%69.41%-
XYZ30.4424.6433.72-
YUV139.74136.05154.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=39.42%
G=26.28%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711815400.330.130.31323.3927.4457.84
HexB1769A021D1F1431b3a
Octal26116623204115375033372
Binary10110001111011010011010010000111011111110100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1769A; }

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

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

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

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

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

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

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

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