#B5749B

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

Shades of Bouquet #B5749B

Tints of Bouquet #B5749B

Color information

#B5749B (or 0xB5749B) is unknown color: approx Bouquet. HEX triplet: B5, 74 and 9B. RGB value is (181,116,155). Sum of RGB (Red+Green+Blue) = 181+116+155=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5749B is #4A8B64. Grayscale: #8B8B8B. Windows color (decimal): -4885349 or 10187957. OLE color: 10187957.

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

Color convert

RGB181116155-
CMYK00.360.140.29
HSL324º30.52%58.24%-
HSV(B)324º35.91%70.98%-
XYZ31.2224.6834.13-
YUV139.88136.53157.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=40.04%
G=25.66%
B=34.29%

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
Decimal18111615500.360.140.2932430.5258.24
HexB5749B024E1D1441f3a
Octal26516423304416355043772
Binary10110101111010010011011010010011101110110100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5749B; }

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

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

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

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

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

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

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

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