#B1759B

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

Shades of Bouquet #B1759B

Tints of Bouquet #B1759B

Color information

#B1759B (or 0xB1759B) is unknown color: approx Bouquet. HEX triplet: B1, 75 and 9B. RGB value is (177,117,155). Sum of RGB (Red+Green+Blue) = 177+117+155=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1759B is #4E8A64. Grayscale: #8B8B8B. Windows color (decimal): -5147237 or 10188209. OLE color: 10188209.

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

Color convert

RGB177117155-
CMYK00.340.120.31
HSL322º27.78%57.65%-
HSV(B)322º33.9%69.41%-
XYZ30.4124.4434.12-
YUV139.27136.88154.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=39.42%
G=26.06%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711715500.340.120.3132227.7857.65
HexB1759B022C1F1421c3a
Octal26116523304214375023472
Binary10110001111010110011011010001011001111110100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1759B; }

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

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

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

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

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

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

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

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