#B1769E

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

Shades of Bouquet #B1769E

Tints of Bouquet #B1769E

Color information

#B1769E (or 0xB1769E) is unknown color: approx Bouquet. HEX triplet: B1, 76 and 9E. RGB value is (177,118,158). Sum of RGB (Red+Green+Blue) = 177+118+158=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1769E is #4E8961. Grayscale: #8C8C8C. Windows color (decimal): -5146978 or 10385073. OLE color: 10385073.

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

Color convert

RGB177118158-
CMYK00.330.110.31
HSL319.32º27.44%57.84%-
HSV(B)319.32º33.33%69.41%-
XYZ30.7824.7735.51-
YUV140.2138.05154.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=39.07%
G=26.05%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711815800.330.110.31319.3227.4457.84
HexB1769E021B1F13f1b3a
Octal26116623604113374773372
Binary10110001111011010011110010000110111111110011111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1769E; }

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

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

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

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

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

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

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

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