#B5739D

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

Shades of Bouquet #B5739D

Tints of Bouquet #B5739D

Color information

#B5739D (or 0xB5739D) is unknown color: approx Bouquet. HEX triplet: B5, 73 and 9D. RGB value is (181,115,157). Sum of RGB (Red+Green+Blue) = 181+115+157=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5739D is #4A8C62. Grayscale: #8B8B8B. Windows color (decimal): -4885603 or 10318773. OLE color: 10318773.

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

Color convert

RGB181115157-
CMYK00.360.130.29
HSL321.82º30.84%58.04%-
HSV(B)321.82º36.46%70.98%-
XYZ31.2724.5234.98-
YUV139.52137.87157.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=39.96%
G=25.39%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111515700.360.130.29321.8230.8458.04
HexB5739D024D1D1421f3a
Octal26516323504415355023772
Binary10110101111001110011101010010011011110110100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5739D; }

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

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

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

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

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

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

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

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