#B5739B

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

Shades of Bouquet #B5739B

Tints of Bouquet #B5739B

Color information

#B5739B (or 0xB5739B) is unknown color: approx Bouquet. HEX triplet: B5, 73 and 9B. RGB value is (181,115,155). Sum of RGB (Red+Green+Blue) = 181+115+155=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5739B is #4A8C64. Grayscale: #8B8B8B. Windows color (decimal): -4885605 or 10187701. OLE color: 10187701.

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

Color convert

RGB181115155-
CMYK00.360.140.29
HSL323.64º30.84%58.04%-
HSV(B)323.64º36.46%70.98%-
XYZ31.124.4534.09-
YUV139.29136.87157.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=40.13%
G=25.50%
B=34.37%

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
Decimal18111515500.360.140.29323.6430.8458.04
HexB5739B024E1D1441f3a
Octal26516323304416355043772
Binary10110101111001110011011010010011101110110100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5739B; }

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

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

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

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

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

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

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

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