#B5849B

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

Shades of Bouquet #B5849B

Tints of Bouquet #B5849B

Color information

#B5849B (or 0xB5849B) is unknown color: approx Bouquet. HEX triplet: B5, 84 and 9B. RGB value is (181,132,155). Sum of RGB (Red+Green+Blue) = 181+132+155=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5849B is #4A7B64. Grayscale: #959595. Windows color (decimal): -4881253 or 10192053. OLE color: 10192053.

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

Color convert

RGB181132155-
CMYK00.270.140.29
HSL331.84º24.87%61.37%-
HSV(B)331.84º27.07%70.98%-
XYZ33.2228.6934.8-
YUV149.27131.23150.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=38.68%
G=28.21%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113215500.270.140.29331.8424.8761.37
HexB5849B01BE1D14c193d
Octal26520423303316355143175
Binary10110101100001001001101101101111101110110100110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5849B; }

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

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

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

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

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

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

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

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