#B1789D

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

Shades of Bouquet #B1789D

Tints of Bouquet #B1789D

Color information

#B1789D (or 0xB1789D) is unknown color: approx Bouquet. HEX triplet: B1, 78 and 9D. RGB value is (177,120,157). Sum of RGB (Red+Green+Blue) = 177+120+157=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789D is #4E8762. Grayscale: #8D8D8D. Windows color (decimal): -5146467 or 10320049. OLE color: 10320049.

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

Color convert

RGB177120157-
CMYK00.320.110.31
HSL321.05º26.76%58.24%-
HSV(B)321.05º32.2%69.41%-
XYZ30.9325.2135.13-
YUV141.26136.88153.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=38.99%
G=26.43%
B=34.58%

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
Decimal17712015700.320.110.31321.0526.7658.24
HexB1789D020B1F1411b3a
Octal26117023504013375013372
Binary10110001111100010011101010000010111111110100000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1789D; }

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

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

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

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

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

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

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

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