#B3689C

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

Shades of Bouquet #B3689C

Tints of Bouquet #B3689C

Color information

#B3689C (or 0xB3689C) is unknown color: approx Bouquet. HEX triplet: B3, 68 and 9C. RGB value is (179,104,156). Sum of RGB (Red+Green+Blue) = 179+104+156=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3689C is #4C9763. Grayscale: #848484. Windows color (decimal): -5019492 or 10250419. OLE color: 10250419.

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

Color convert

RGB179104156-
CMYK00.420.130.30
HSL318.4º33.04%55.49%-
HSV(B)318.4º41.9%70.2%-
XYZ29.5421.8834.12-
YUV132.35141.35161.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=40.77%
G=23.69%
B=35.54%

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
Decimal17910415600.420.130.30318.433.0455.49
HexB3689C02AD1E13e2137
Octal26315023405215364764167
Binary101100111101000100111000101010110111110100111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3689C; }

 p { color: rgb(179,104,156); }

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

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

 a { background-color: rgb(179,104,156); }

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

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

 span { border-color: rgb(179,104,156); }

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