#B5769C

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

Shades of Bouquet #B5769C

Tints of Bouquet #B5769C

Color information

#B5769C (or 0xB5769C) is unknown color: approx Bouquet. HEX triplet: B5, 76 and 9C. RGB value is (181,118,156). Sum of RGB (Red+Green+Blue) = 181+118+156=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5769C is #4A8963. Grayscale: #8D8D8D. Windows color (decimal): -4884836 or 10254005. OLE color: 10254005.

HSL color Cylindrical-coordinate representation of color #B5769C: hue angle of 323.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5769C is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181118156-
CMYK00.350.140.29
HSL323.81º29.86%58.63%-
HSV(B)323.81º34.81%70.98%-
XYZ31.5425.1834.65-
YUV141.17136.37156.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=39.78%
G=25.93%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111815600.350.140.29323.8129.8658.63
HexB5769C023E1D1441e3b
Octal26516623404316355043673
Binary10110101111011010011100010001111101110110100010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5769C; }

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

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

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

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

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

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

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

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