#b5759d

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

Shades of Bouquet #B5759D

Tints of Bouquet #B5759D

Color information

#B5759D (or 0xB5759D) is unknown color: approx Bouquet. HEX triplet: B5, 75 and 9D. RGB value is (181,117,157). Sum of RGB (Red+Green+Blue) = 181+117+157=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5759D is #4A8A62. Grayscale: #8C8C8C. Windows color (decimal): -4885091 or 10319285. OLE color: 10319285.

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

Color convert

RGB181117157-
CMYK00.350.130.29
HSL322.5º30.19%58.43%-
HSV(B)322.5º35.36%70.98%-
XYZ31.524.9835.06-
YUV140.7137.2156.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=39.78%
G=25.71%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111715700.350.130.29322.530.1958.43
HexB5759D023D1D1421e3a
Octal26516523504315355023672
Binary10110101111010110011101010001111011110110100001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5759d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5759d; }

 p { color: rgb(181,117,157); }

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

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

 a { background-color: rgb(181,117,157); }

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

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

 span { border-color: rgb(181,117,157); }

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