#B5739C

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

Shades of Bouquet #B5739C

Tints of Bouquet #B5739C

Color information

#B5739C (or 0xB5739C) is unknown color: approx Bouquet. HEX triplet: B5, 73 and 9C. RGB value is (181,115,156). Sum of RGB (Red+Green+Blue) = 181+115+156=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5739C is #4A8C63. Grayscale: #8B8B8B. Windows color (decimal): -4885604 or 10253237. OLE color: 10253237.

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

Color convert

RGB181115156-
CMYK00.360.140.29
HSL322.73º30.84%58.04%-
HSV(B)322.73º36.46%70.98%-
XYZ31.1924.4934.53-
YUV139.41137.37157.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=40.04%
G=25.44%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111515600.360.140.29322.7330.8458.04
HexB5739C024E1D1431f3a
Octal26516323404416355033772
Binary10110101111001110011100010010011101110110100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5739C; }

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

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

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

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

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

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

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

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