#B2689A

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

Shades of Bouquet #B2689A

Tints of Bouquet #B2689A

Color information

#B2689A (or 0xB2689A) is unknown color: approx Bouquet. HEX triplet: B2, 68 and 9A. RGB value is (178,104,154). Sum of RGB (Red+Green+Blue) = 178+104+154=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2689A is #4D9765. Grayscale: #838383. Windows color (decimal): -5085030 or 10119346. OLE color: 10119346.

HSL color Cylindrical-coordinate representation of color #B2689A: hue angle of 319.46º 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 #B2689A is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178104154-
CMYK00.420.130.30
HSL319.46º32.46%55.29%-
HSV(B)319.46º41.57%69.8%-
XYZ29.1421.733.22-
YUV131.83140.52160.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=40.83%
G=23.85%
B=35.32%

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
Decimal17810415400.420.130.30319.4632.4655.29
HexB2689A02AD1E13f2037
Octal26215023205215364774067
Binary101100101101000100110100101010110111110100111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2689A; }

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

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

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

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

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

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

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

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