#B1759E

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

Shades of Bouquet #B1759E

Tints of Bouquet #B1759E

Color information

#B1759E (or 0xB1759E) is unknown color: approx Bouquet. HEX triplet: B1, 75 and 9E. RGB value is (177,117,158). Sum of RGB (Red+Green+Blue) = 177+117+158=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1759E is #4E8A61. Grayscale: #8B8B8B. Windows color (decimal): -5147234 or 10384817. OLE color: 10384817.

HSL color Cylindrical-coordinate representation of color #B1759E: hue angle of 319º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1759E is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177117158-
CMYK00.340.110.31
HSL319º27.78%57.65%-
HSV(B)319º33.9%69.41%-
XYZ30.6624.5435.47-
YUV139.61138.38154.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=39.16%
G=25.88%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711715800.340.110.3131927.7857.65
HexB1759E022B1F13f1c3a
Octal26116523604213374773472
Binary10110001111010110011110010001010111111110011111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1759E; }

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

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

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

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

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

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

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

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