#B1659B

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

Shades of Bouquet #B1659B

Tints of Bouquet #B1659B

Color information

#B1659B (or 0xB1659B) is unknown color: approx Bouquet. HEX triplet: B1, 65 and 9B. RGB value is (177,101,155). Sum of RGB (Red+Green+Blue) = 177+101+155=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1659B is #4E9A64. Grayscale: #818181. Windows color (decimal): -5151333 or 10184113. OLE color: 10184113.

HSL color Cylindrical-coordinate representation of color #B1659B: hue angle of 317.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1659B is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177101155-
CMYK00.430.120.31
HSL317.37º32.76%54.51%-
HSV(B)317.37º42.94%69.41%-
XYZ28.721.0233.56-
YUV129.88142.18161.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=40.88%
G=23.33%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710115500.430.120.31317.3732.7654.51
HexB1659B02BC1F13d2137
Octal26114523305314374754167
Binary101100011100101100110110101011110011111100111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1659B; }

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

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

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

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

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

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

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

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