#B3699B

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

Shades of Bouquet #B3699B

Tints of Bouquet #B3699B

Color information

#B3699B (or 0xB3699B) is unknown color: approx Bouquet. HEX triplet: B3, 69 and 9B. RGB value is (179,105,155). Sum of RGB (Red+Green+Blue) = 179+105+155=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3699B is #4C9664. Grayscale: #848484. Windows color (decimal): -5019237 or 10185139. OLE color: 10185139.

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

Color convert

RGB179105155-
CMYK00.410.130.30
HSL319.46º32.74%55.69%-
HSV(B)319.46º41.34%70.2%-
XYZ29.5622.0533.71-
YUV132.83140.52160.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=40.77%
G=23.92%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910515500.410.130.30319.4632.7455.69
HexB3699B029D1E13f2138
Octal26315123305115364774170
Binary101100111101001100110110101001110111110100111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3699B; }

 p { color: rgb(179,105,155); }

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

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

 a { background-color: rgb(179,105,155); }

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

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

 span { border-color: rgb(179,105,155); }

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