#B57A9C

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

Shades of Bouquet #B57A9C

Tints of Bouquet #B57A9C

Color information

#B57A9C (or 0xB57A9C) is unknown color: approx Bouquet. HEX triplet: B5, 7A and 9C. RGB value is (181,122,156). Sum of RGB (Red+Green+Blue) = 181+122+156=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A9C is #4A8563. Grayscale: #8F8F8F. Windows color (decimal): -4883812 or 10255029. OLE color: 10255029.

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

Color convert

RGB181122156-
CMYK00.330.140.29
HSL325.42º28.5%59.41%-
HSV(B)325.42º32.6%70.98%-
XYZ32.0226.1434.81-
YUV143.52135.05154.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=39.43%
G=26.58%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112215600.330.140.29325.4228.559.41
HexB57A9C021E1D1451d3b
Octal26517223404116355053573
Binary10110101111101010011100010000111101110110100010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A9C; }

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

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

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

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

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

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

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

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