#B57A9D

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

Shades of Bouquet #B57A9D

Tints of Bouquet #B57A9D

Color information

#B57A9D (or 0xB57A9D) is unknown color: approx Bouquet. HEX triplet: B5, 7A and 9D. RGB value is (181,122,157). Sum of RGB (Red+Green+Blue) = 181+122+157=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A9D is #4A8562. Grayscale: #8F8F8F. Windows color (decimal): -4883811 or 10320565. OLE color: 10320565.

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

Color convert

RGB181122157-
CMYK00.330.130.29
HSL324.41º28.5%59.41%-
HSV(B)324.41º32.6%70.98%-
XYZ32.126.1835.26-
YUV143.63135.55154.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=39.35%
G=26.52%
B=34.13%

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
Decimal18112215700.330.130.29324.4128.559.41
HexB57A9D021D1D1441d3b
Octal26517223504115355043573
Binary10110101111101010011101010000111011110110100010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A9D; }

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

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

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

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

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

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

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

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