#B57694

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

Shades of Bouquet #B57694

Tints of Bouquet #B57694

Color information

#B57694 (or 0xB57694) is unknown color: approx Bouquet. HEX triplet: B5, 76 and 94. RGB value is (181,118,148). Sum of RGB (Red+Green+Blue) = 181+118+148=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57694 is #4A896B. Grayscale: #8C8C8C. Windows color (decimal): -4884844 or 9729717. OLE color: 9729717.

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

Color convert

RGB181118148-
CMYK00.350.180.29
HSL331.43º29.86%58.63%-
HSV(B)331.43º34.81%70.98%-
XYZ30.8824.9231.2-
YUV140.26132.37157.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=40.49%
G=26.40%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111814800.350.180.29331.4329.8658.63
HexB57694023121D14b1e3b
Octal26516622404322355133673
Binary101101011110110100101000100011100101110110100101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57694; }

 p { color: rgb(181,118,148); }

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

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

 a { background-color: rgb(181,118,148); }

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

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

 span { border-color: rgb(181,118,148); }

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