#B589A2

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

Shades of Bouquet #B589A2

Tints of Bouquet #B589A2

Color information

#B589A2 (or 0xB589A2) is unknown color: approx Bouquet. HEX triplet: B5, 89 and A2. RGB value is (181,137,162). Sum of RGB (Red+Green+Blue) = 181+137+162=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B589A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589A2 is #4A765D. Grayscale: #989898. Windows color (decimal): -4879966 or 10652085. OLE color: 10652085.

HSL color Cylindrical-coordinate representation of color #B589A2: hue angle of 325.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B589A2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181137162-
CMYK00.240.100.29
HSL325.91º22.92%62.35%-
HSV(B)325.91º24.31%70.98%-
XYZ34.5230.3238.22-
YUV153.01133.08147.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=37.71%
G=28.54%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113716200.240.100.29325.9122.9262.35
HexB589A2018A1D146173e
Octal26521124203012355062776
Binary10110101100010011010001001100010101110110100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589A2; }

 p { color: rgb(181,137,162); }

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

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

 a { background-color: rgb(181,137,162); }

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

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

 span { border-color: rgb(181,137,162); }

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