#B57695

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

Shades of Bouquet #B57695

Tints of Bouquet #B57695

Color information

#B57695 (or 0xB57695) is unknown color: approx Bouquet. HEX triplet: B5, 76 and 95. RGB value is (181,118,149). Sum of RGB (Red+Green+Blue) = 181+118+149=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57695 is #4A896A. Grayscale: #8C8C8C. Windows color (decimal): -4884843 or 9795253. OLE color: 9795253.

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

Color convert

RGB181118149-
CMYK00.350.180.29
HSL330.48º29.86%58.63%-
HSV(B)330.48º34.81%70.98%-
XYZ30.9624.9531.62-
YUV140.37132.87156.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=40.40%
G=26.34%
B=33.26%

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
Decimal18111814900.350.180.29330.4829.8658.63
HexB57695023121D14a1e3b
Octal26516622504322355123673
Binary101101011110110100101010100011100101110110100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57695; }

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

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

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

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

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

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

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

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