#B1789E

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

Shades of Bouquet #B1789E

Tints of Bouquet #B1789E

Color information

#B1789E (or 0xB1789E) is unknown color: approx Bouquet. HEX triplet: B1, 78 and 9E. RGB value is (177,120,158). Sum of RGB (Red+Green+Blue) = 177+120+158=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789E is #4E8761. Grayscale: #8D8D8D. Windows color (decimal): -5146466 or 10385585. OLE color: 10385585.

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

Color convert

RGB177120158-
CMYK00.320.110.31
HSL320º26.76%58.24%-
HSV(B)320º32.2%69.41%-
XYZ31.0225.2535.59-
YUV141.38137.38153.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=38.90%
G=26.37%
B=34.73%

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
Decimal17712015800.320.110.3132026.7658.24
HexB1789E020B1F1401b3a
Octal26117023604013375003372
Binary10110001111100010011110010000010111111110100000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1789E; }

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

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

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

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

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

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

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

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