#B57A98

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

Shades of Bouquet #B57A98

Tints of Bouquet #B57A98

Color information

#B57A98 (or 0xB57A98) is unknown color: approx Bouquet. HEX triplet: B5, 7A and 98. RGB value is (181,122,152). Sum of RGB (Red+Green+Blue) = 181+122+152=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A98 is #4A8567. Grayscale: #8F8F8F. Windows color (decimal): -4883816 or 9992885. OLE color: 9992885.

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

Color convert

RGB181122152-
CMYK00.330.160.29
HSL329.49º28.5%59.41%-
HSV(B)329.49º32.6%70.98%-
XYZ31.6826.0133.06-
YUV143.06133.05155.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=39.78%
G=26.81%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112215200.330.160.29329.4928.559.41
HexB57A98021101D1491d3b
Octal26517223004120355113573
Binary101101011111010100110000100001100001110110100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A98; }

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

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

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

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

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

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

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

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