#B5849D

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

Shades of Bouquet #B5849D

Tints of Bouquet #B5849D

Color information

#B5849D (or 0xB5849D) is unknown color: approx Bouquet. HEX triplet: B5, 84 and 9D. RGB value is (181,132,157). Sum of RGB (Red+Green+Blue) = 181+132+157=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5849D is #4A7B62. Grayscale: #959595. Windows color (decimal): -4881251 or 10323125. OLE color: 10323125.

HSL color Cylindrical-coordinate representation of color #B5849D: hue angle of 329.39º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5849D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181132157-
CMYK00.270.130.29
HSL329.39º24.87%61.37%-
HSV(B)329.39º27.07%70.98%-
XYZ33.3928.7635.69-
YUV149.5132.23150.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=38.51%
G=28.09%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113215700.270.130.29329.3924.8761.37
HexB5849D01BD1D149193d
Octal26520423503315355113175
Binary10110101100001001001110101101111011110110100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5849D; }

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

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

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

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

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

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

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

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