#B5829E

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

Shades of Bouquet #B5829E

Tints of Bouquet #B5829E

Color information

#B5829E (or 0xB5829E) is unknown color: approx Bouquet. HEX triplet: B5, 82 and 9E. RGB value is (181,130,158). Sum of RGB (Red+Green+Blue) = 181+130+158=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5829E is #4A7D61. Grayscale: #949494. Windows color (decimal): -4881762 or 10388149. OLE color: 10388149.

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

Color convert

RGB181130158-
CMYK00.280.130.29
HSL327.06º25.63%60.98%-
HSV(B)327.06º28.18%70.98%-
XYZ33.2128.2636.05-
YUV148.44133.4151.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=38.59%
G=27.72%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113015800.280.130.29327.0625.6360.98
HexB5829E01CD1D1471a3d
Octal26520223603415355073275
Binary10110101100000101001111001110011011110110100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5829E; }

 p { color: rgb(181,130,158); }

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

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

 a { background-color: rgb(181,130,158); }

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

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

 span { border-color: rgb(181,130,158); }

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