#B1689E

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

Shades of Bouquet #B1689E

Tints of Bouquet #B1689E

Color information

#B1689E (or 0xB1689E) is unknown color: approx Bouquet. HEX triplet: B1, 68 and 9E. RGB value is (177,104,158). Sum of RGB (Red+Green+Blue) = 177+104+158=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1689E is #4E9761. Grayscale: #838383. Windows color (decimal): -5150562 or 10381489. OLE color: 10381489.

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

Color convert

RGB177104158-
CMYK00.410.110.31
HSL315.62º31.88%55.1%-
HSV(B)315.62º41.24%69.41%-
XYZ29.2521.7235-
YUV131.98142.68160.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=40.32%
G=23.69%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710415800.410.110.31315.6231.8855.1
HexB1689E029B1F13c2037
Octal26115023605113374744067
Binary101100011101000100111100101001101111111100111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1689E; }

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

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

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

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

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

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

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

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