#B5759A

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

Shades of Bouquet #B5759A

Tints of Bouquet #B5759A

Color information

#B5759A (or 0xB5759A) is unknown color: approx Bouquet. HEX triplet: B5, 75 and 9A. RGB value is (181,117,154). Sum of RGB (Red+Green+Blue) = 181+117+154=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5759A is #4A8A65. Grayscale: #8C8C8C. Windows color (decimal): -4885094 or 10122677. OLE color: 10122677.

HSL color Cylindrical-coordinate representation of color #B5759A: hue angle of 325.31º 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 #B5759A is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181117154-
CMYK00.350.150.29
HSL325.31º30.19%58.43%-
HSV(B)325.31º35.36%70.98%-
XYZ31.2524.8833.73-
YUV140.35135.7156.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=40.04%
G=25.88%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111715400.350.150.29325.3130.1958.43
HexB5759A023F1D1451e3a
Octal26516523204317355053672
Binary10110101111010110011010010001111111110110100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5759A; }

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

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

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

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

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

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

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

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