#B3769B

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

Shades of Bouquet #B3769B

Tints of Bouquet #B3769B

Color information

#B3769B (or 0xB3769B) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 9B. RGB value is (179,118,155). Sum of RGB (Red+Green+Blue) = 179+118+155=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769B is #4C8964. Grayscale: #8C8C8C. Windows color (decimal): -5015909 or 10188467. OLE color: 10188467.

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

Color convert

RGB179118155-
CMYK00.340.130.30
HSL323.61º28.64%58.24%-
HSV(B)323.61º34.08%70.2%-
XYZ30.9924.9134.18-
YUV140.46136.21155.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=39.60%
G=26.11%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911815500.340.130.30323.6128.6458.24
HexB3769B022D1E1441d3a
Octal26316623304215365043572
Binary10110011111011010011011010001011011111010100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3769B; }

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

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

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

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

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

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

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

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