#B57A9E

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

Shades of Bouquet #B57A9E

Tints of Bouquet #B57A9E

Color information

#B57A9E (or 0xB57A9E) is unknown color: approx Bouquet. HEX triplet: B5, 7A and 9E. RGB value is (181,122,158). Sum of RGB (Red+Green+Blue) = 181+122+158=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A9E is #4A8561. Grayscale: #8F8F8F. Windows color (decimal): -4883810 or 10386101. OLE color: 10386101.

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

Color convert

RGB181122158-
CMYK00.330.130.29
HSL323.39º28.5%59.41%-
HSV(B)323.39º32.6%70.98%-
XYZ32.1926.2135.71-
YUV143.74136.05154.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=39.26%
G=26.46%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112215800.330.130.29323.3928.559.41
HexB57A9E021D1D1431d3b
Octal26517223604115355033573
Binary10110101111101010011110010000111011110110100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A9E; }

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

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

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

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

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

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

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

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