#B3669A

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

Shades of Bouquet #B3669A

Tints of Bouquet #B3669A

Color information

#B3669A (or 0xB3669A) is unknown color: approx Bouquet. HEX triplet: B3, 66 and 9A. RGB value is (179,102,154). Sum of RGB (Red+Green+Blue) = 179+102+154=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669A is #4C9965. Grayscale: #828282. Windows color (decimal): -5020006 or 10118835. OLE color: 10118835.

HSL color Cylindrical-coordinate representation of color #B3669A: hue angle of 319.48º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3669A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179102154-
CMYK00.430.140.30
HSL319.48º33.62%55.1%-
HSV(B)319.48º43.02%70.2%-
XYZ29.1721.4233.17-
YUV130.95141.01162.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=41.15%
G=23.45%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910215400.430.140.30319.4833.6255.1
HexB3669A02BE1E13f2237
Octal26314623205316364774267
Binary101100111100110100110100101011111011110100111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3669A; }

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

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

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

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

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

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

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

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