#B5809D

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

Shades of Bouquet #B5809D

Tints of Bouquet #B5809D

Color information

#B5809D (or 0xB5809D) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 9D. RGB value is (181,128,157). Sum of RGB (Red+Green+Blue) = 181+128+157=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5809D is #4A7F62. Grayscale: #939393. Windows color (decimal): -4882275 or 10322101. OLE color: 10322101.

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

Color convert

RGB181128157-
CMYK00.290.130.29
HSL327.17º26.37%60.59%-
HSV(B)327.17º29.28%70.98%-
XYZ32.8627.735.51-
YUV147.15133.56152.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=38.84%
G=27.47%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112815700.290.130.29327.1726.3760.59
HexB5809D01DD1D1471a3d
Octal26520023503515355073275
Binary10110101100000001001110101110111011110110100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5809D; }

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

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

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

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

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

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

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

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