#B3699C

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

Shades of Bouquet #B3699C

Tints of Bouquet #B3699C

Color information

#B3699C (or 0xB3699C) is unknown color: approx Bouquet. HEX triplet: B3, 69 and 9C. RGB value is (179,105,156). Sum of RGB (Red+Green+Blue) = 179+105+156=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3699C is #4C9663. Grayscale: #848484. Windows color (decimal): -5019236 or 10250675. OLE color: 10250675.

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

Color convert

RGB179105156-
CMYK00.410.130.30
HSL318.65º32.74%55.69%-
HSV(B)318.65º41.34%70.2%-
XYZ29.6422.0934.15-
YUV132.94141.02160.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=40.68%
G=23.86%
B=35.45%

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
Decimal17910515600.410.130.30318.6532.7455.69
HexB3699C029D1E13f2138
Octal26315123405115364774170
Binary101100111101001100111000101001110111110100111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3699C; }

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

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

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

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

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

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

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

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