#B57E95

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

Shades of Bouquet #B57E95

Tints of Bouquet #B57E95

Color information

#B57E95 (or 0xB57E95) is unknown color: approx Bouquet. HEX triplet: B5, 7E and 95. RGB value is (181,126,149). Sum of RGB (Red+Green+Blue) = 181+126+149=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E95 is #4A816A. Grayscale: #919191. Windows color (decimal): -4882795 or 9797301. OLE color: 9797301.

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

Color convert

RGB181126149-
CMYK00.300.180.29
HSL334.91º27.09%60.2%-
HSV(B)334.91º30.39%70.98%-
XYZ31.9426.9231.95-
YUV145.07130.22153.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=39.69%
G=27.63%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112614900.300.180.29334.9127.0960.2
HexB57E9501E121D14f1b3c
Octal26517622503622355173374
Binary10110101111111010010101011110100101110110100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E95; }

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

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

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

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

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

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

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

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