#B1789B

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

Shades of Bouquet #B1789B

Tints of Bouquet #B1789B

Color information

#B1789B (or 0xB1789B) is unknown color: approx Bouquet. HEX triplet: B1, 78 and 9B. RGB value is (177,120,155). Sum of RGB (Red+Green+Blue) = 177+120+155=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789B is #4E8764. Grayscale: #8C8C8C. Windows color (decimal): -5146469 or 10188977. OLE color: 10188977.

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

Color convert

RGB177120155-
CMYK00.320.120.31
HSL323.16º26.76%58.24%-
HSV(B)323.16º32.2%69.41%-
XYZ30.7625.1534.24-
YUV141.03135.88153.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=39.16%
G=26.55%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712015500.320.120.31323.1626.7658.24
HexB1789B020C1F1431b3a
Octal26117023304014375033372
Binary10110001111100010011011010000011001111110100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1789B; }

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

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

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

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

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

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

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

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