#B2689B

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

Shades of Bouquet #B2689B

Tints of Bouquet #B2689B

Color information

#B2689B (or 0xB2689B) is unknown color: approx Bouquet. HEX triplet: B2, 68 and 9B. RGB value is (178,104,155). Sum of RGB (Red+Green+Blue) = 178+104+155=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2689B is #4D9764. Grayscale: #838383. Windows color (decimal): -5085029 or 10184882. OLE color: 10184882.

HSL color Cylindrical-coordinate representation of color #B2689B: hue angle of 318.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2689B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178104155-
CMYK00.420.130.30
HSL318.65º32.46%55.29%-
HSV(B)318.65º41.57%69.8%-
XYZ29.2321.7333.66-
YUV131.94141.02160.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=40.73%
G=23.80%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810415500.420.130.30318.6532.4655.29
HexB2689B02AD1E13f2037
Octal26215023305215364774067
Binary101100101101000100110110101010110111110100111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2689B; }

 p { color: rgb(178,104,155); }

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

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

 a { background-color: rgb(178,104,155); }

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

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

 span { border-color: rgb(178,104,155); }

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