#B3769C

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

Shades of Bouquet #B3769C

Tints of Bouquet #B3769C

Color information

#B3769C (or 0xB3769C) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 9C. RGB value is (179,118,156). Sum of RGB (Red+Green+Blue) = 179+118+156=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3769C is #4C8963. Grayscale: #8C8C8C. Windows color (decimal): -5015908 or 10254003. OLE color: 10254003.

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

Color convert

RGB179118156-
CMYK00.340.130.30
HSL322.62º28.64%58.24%-
HSV(B)322.62º34.08%70.2%-
XYZ31.0724.9434.63-
YUV140.57136.71155.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=39.51%
G=26.05%
B=34.44%

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
Decimal17911815600.340.130.30322.6228.6458.24
HexB3769C022D1E1431d3a
Octal26316623404215365033572
Binary10110011111011010011100010001011011111010100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3769C; }

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

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

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

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

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

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

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

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