#B3699A

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

Shades of Bouquet #B3699A

Tints of Bouquet #B3699A

Color information

#B3699A (or 0xB3699A) is unknown color: approx Bouquet. HEX triplet: B3, 69 and 9A. RGB value is (179,105,154). Sum of RGB (Red+Green+Blue) = 179+105+154=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3699A is #4C9665. Grayscale: #848484. Windows color (decimal): -5019238 or 10119603. OLE color: 10119603.

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

Color convert

RGB179105154-
CMYK00.410.140.30
HSL320.27º32.74%55.69%-
HSV(B)320.27º41.34%70.2%-
XYZ29.4722.0233.27-
YUV132.71140.02161.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=40.87%
G=23.97%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910515400.410.140.30320.2732.7455.69
HexB3699A029E1E1402138
Octal26315123205116365004170
Binary101100111101001100110100101001111011110101000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3699A; }

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

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

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

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

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

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

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

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