#B1789A

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

Shades of Bouquet #B1789A

Tints of Bouquet #B1789A

Color information

#B1789A (or 0xB1789A) is unknown color: approx Bouquet. HEX triplet: B1, 78 and 9A. RGB value is (177,120,154). Sum of RGB (Red+Green+Blue) = 177+120+154=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789A is #4E8765. Grayscale: #8C8C8C. Windows color (decimal): -5146470 or 10123441. OLE color: 10123441.

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

Color convert

RGB177120154-
CMYK00.320.130.31
HSL324.21º26.76%58.24%-
HSV(B)324.21º32.2%69.41%-
XYZ30.6825.1133.8-
YUV140.92135.38153.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=39.25%
G=26.61%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712015400.320.130.31324.2126.7658.24
HexB1789A020D1F1441b3a
Octal26117023204015375043372
Binary10110001111100010011010010000011011111110100010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1789A; }

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

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

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

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

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

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

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

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