#B5759B

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

Shades of Bouquet #B5759B

Tints of Bouquet #B5759B

Color information

#B5759B (or 0xB5759B) is unknown color: approx Bouquet. HEX triplet: B5, 75 and 9B. RGB value is (181,117,155). Sum of RGB (Red+Green+Blue) = 181+117+155=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5759B is #4A8A64. Grayscale: #8C8C8C. Windows color (decimal): -4885093 or 10188213. OLE color: 10188213.

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

Color convert

RGB181117155-
CMYK00.350.140.29
HSL324.38º30.19%58.43%-
HSV(B)324.38º35.36%70.98%-
XYZ31.3324.9134.17-
YUV140.47136.2156.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=39.96%
G=25.83%
B=34.22%

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
Decimal18111715500.350.140.29324.3830.1958.43
HexB5759B023E1D1441e3a
Octal26516523304316355043672
Binary10110101111010110011011010001111101110110100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5759B; }

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

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

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

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

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

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

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

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