#B57AA2

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

Shades of Bouquet #B57AA2

Tints of Bouquet #B57AA2

Color information

#B57AA2 (or 0xB57AA2) is unknown color: approx Bouquet. HEX triplet: B5, 7A and A2. RGB value is (181,122,162). Sum of RGB (Red+Green+Blue) = 181+122+162=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AA2 is #4A855D. Grayscale: #909090. Windows color (decimal): -4883806 or 10648245. OLE color: 10648245.

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

Color convert

RGB181122162-
CMYK00.330.100.29
HSL319.32º28.5%59.41%-
HSV(B)319.32º32.6%70.98%-
XYZ32.5426.3537.55-
YUV144.2138.05154.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=38.92%
G=26.24%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112216200.330.100.29319.3228.559.41
HexB57AA2021A1D13f1d3b
Octal26517224204112354773573
Binary10110101111101010100010010000110101110110011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AA2; }

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

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

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

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

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

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

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

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