#B3769A

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

Shades of Bouquet #B3769A

Tints of Bouquet #B3769A

Color information

#B3769A (or 0xB3769A) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 9A. RGB value is (179,118,154). Sum of RGB (Red+Green+Blue) = 179+118+154=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769A is #4C8965. Grayscale: #8C8C8C. Windows color (decimal): -5015910 or 10122931. OLE color: 10122931.

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

Color convert

RGB179118154-
CMYK00.340.140.30
HSL324.59º28.64%58.24%-
HSV(B)324.59º34.08%70.2%-
XYZ30.924.8733.74-
YUV140.34135.71155.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=39.69%
G=26.16%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911815400.340.140.30324.5928.6458.24
HexB3769A022E1E1451d3a
Octal26316623204216365053572
Binary10110011111011010011010010001011101111010100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3769A; }

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

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

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

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

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

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

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

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